Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231767
Collapse All | Expand All

(-)swh-plugins-0.4.15.ebuild (-5 / +8 lines)
Lines 2-9 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild,v 1.4 2008/04/18 22:08:08 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild,v 1.4 2008/04/18 22:08:08 maekke Exp $
4
4
5
WANT_AUTOMAKE="1.8"
6
7
inherit eutils autotools
5
inherit eutils autotools
8
6
9
DESCRIPTION="Large collection of LADSPA audio plugins/effects"
7
DESCRIPTION="Large collection of LADSPA audio plugins/effects"
Lines 18-23 Link Here
18
RDEPEND="media-libs/ladspa-sdk
16
RDEPEND="media-libs/ladspa-sdk
19
	>=sci-libs/fftw-3"
17
	>=sci-libs/fftw-3"
20
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
19
	sys-devel/gettext
21
	dev-util/pkgconfig"
20
	dev-util/pkgconfig"
22
21
23
src_unpack() {
22
src_unpack() {
Lines 28-36 Link Here
28
	epatch "${FILESDIR}/${P}-plugindir.patch"
27
	epatch "${FILESDIR}/${P}-plugindir.patch"
29
	epatch "${FILESDIR}/${P}-riceitdown.patch"
28
	epatch "${FILESDIR}/${P}-riceitdown.patch"
30
29
31
	# This is needed to run autoreconf with newer autotools
30
	# Borrowed from enlightenment.eclass
32
	sed -i -e 's:@MKINSTALLDIRS@:$(top_srcdir)/mkinstalldirs:' \
31
	cp $(type -P gettextize) "${T}"/ || die "could not copy gettextize"
33
		po/Makefile.in.in || die "mkinstalldirs sed failed"
32
	sed -i -e 's:read dummy < /dev/tty::' "${T}"/gettextize
33
	"${T}"/gettextize --force --copy || die "failed to update gettext"
34
35
	# it doesn't get updated otherwise
36
	rm -f missing
34
37
35
	eautoreconf
38
	eautoreconf
36
	elibtoolize
39
	elibtoolize

Return to bug 231767