Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 313955 | Differences between
and this patch

Collapse All | Expand All

(-)lash.orig/lash-0.5.4-r1.ebuild (-4 / +12 lines)
Lines 2-10 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-sound/lash/lash-0.5.4-r1.ebuild,v 1.12 2011/03/29 06:56:34 radhermit Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.12 2011/03/29 06:56:34 radhermit Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
inherit eutils libtool
7
PYTHON_DEPEND="python? 2"
8
inherit eutils libtool python
8
9
9
DESCRIPTION="LASH Audio Session Handler"
10
DESCRIPTION="LASH Audio Session Handler"
10
HOMEPAGE="http://www.nongnu.org/lash/"
11
HOMEPAGE="http://www.nongnu.org/lash/"
Lines 14-19 Link Here
14
SLOT="0"
15
SLOT="0"
15
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
16
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
16
IUSE="alsa debug gtk python"
17
IUSE="alsa debug gtk python"
18
DOCS=( AUTHORS ChangeLog NEWS README TODO )
17
19
18
RDEPEND="alsa? ( media-libs/alsa-lib )
20
RDEPEND="alsa? ( media-libs/alsa-lib )
19
	media-sound/jack-audio-connection-kit
21
	media-sound/jack-audio-connection-kit
Lines 25-30 Link Here
25
	dev-util/pkgconfig
27
	dev-util/pkgconfig
26
	python? ( >=dev-lang/swig-1.3.31 )"
28
	python? ( >=dev-lang/swig-1.3.31 )"
27
29
30
pkg_setup() {
31
	if use python; then
32
		python_set_active_version 2
33
	fi
34
}
35
28
src_prepare() {
36
src_prepare() {
29
	epatch "${FILESDIR}/${P}-glibc2.8.patch"
37
	epatch "${FILESDIR}/${P}-glibc2.8.patch"
30
	elibtoolize
38
	elibtoolize
Lines 45-51 Link Here
45
}
53
}
46
54
47
src_install() {
55
src_install() {
48
	emake DESTDIR="${D}" install || die
56
	emake DESTDIR="${ED}" install
49
57
50
	dodoc AUTHORS ChangeLog NEWS README TODO
58
	dodoc ${DOCS[@]}
51
}
59
}

Return to bug 313955