[proaudio] new ebuild: ste-plugins-0.0.2

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Just modified ebuild for rev-plugins.
Don't know, what to do with header (supposed to remove it), so keeping it 
untouched.

Figured out it on this page, when searched for stere width adjuster:
http://linux-audio.4202.n7.nabble.com/simple-LADSPA-stereo-panner-td89456.html
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/rev-plugins/rev-plugins-0.3.1-r1.ebuild,v 1.4 2011/12/13 23:57:35 ago Exp $

EAPI="2"

inherit multilib toolchain-funcs

MY_P=${P/ste/STE}

DESCRIPTION="STE LADSPA plugins package. Includes stereo panner and width adjuster."
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/";
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2";
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

IUSE=""

DEPEND="media-libs/ladspa-sdk"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_configure() {
	tc-export CXX
	sed -i Makefile -e 's/-O2//' -e 's/g++/$(CXX) $(LDFLAGS)/' || die "sed Makefile"
}

src_install() {
	dodoc AUTHORS COPYING
	insinto /usr/$(get_libdir)/ladspa
	insopts -m0755
	doins *.so
}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/