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

(-)/usr/portage/media-sound/madplay/madplay-0.15.2b.ebuild (-1 / +3 lines)
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sparc x86 ~ppc-macos"
13
KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sparc x86 ~ppc-macos"
14
IUSE="debug nls esd"
14
IUSE="debug nls esd alsa"
15
15
16
#	~media-libs/libmad-${PV}
16
#	~media-libs/libmad-${PV}
17
#	~media-libs/libid3tag-${PV}
17
#	~media-libs/libid3tag-${PV}
Lines 22-27 Link Here
22
	~media-libs/libmad-0.15.1b
22
	~media-libs/libmad-0.15.1b
23
	~media-libs/libid3tag-0.15.1b"
23
	~media-libs/libid3tag-0.15.1b"
24
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
25
	alsa? ( media-libs/alsa-lib )
25
	nls? ( >=sys-devel/gettext-0.11.2 )"
26
	nls? ( >=sys-devel/gettext-0.11.2 )"
26
27
27
src_unpack() {
28
src_unpack() {
Lines 35-40 Link Here
35
	econf \
36
	econf \
36
		$(use_enable nls) \
37
		$(use_enable nls) \
37
		$(use_enable debug debugging) \
38
		$(use_enable debug debugging) \
39
		$(use_with alsa) \
38
		$(use_with esd) \
40
		$(use_with esd) \
39
		|| die "configure failed"
41
		|| die "configure failed"
40
	emake || die "make failed"
42
	emake || die "make failed"

Return to bug 164639