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

(-)/usr/portage/media-sound/audacious/audacious-1.0.0-r1.ebuild (-1 / +3 lines)
Lines 8-14 Link Here
8
8
9
DESCRIPTION="Audacious Player - Your music, your way, no exceptions."
9
DESCRIPTION="Audacious Player - Your music, your way, no exceptions."
10
HOMEPAGE="http://audacious-media-player.org/"
10
HOMEPAGE="http://audacious-media-player.org/"
11
SRC_URI="http://audacious-media-player.org/release/${P}.tgz
11
SRC_URI="http://audacious-media-player.org/release/${PN}-1.1.0-dr1.tgz
12
	mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
12
	mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
Lines 47-52 Link Here
47
	>=dev-util/pkgconfig-0.9.0"
47
	>=dev-util/pkgconfig-0.9.0"
48
48
49
src_compile() {
49
src_compile() {
50
	cd ${WORKDIR}/audacious-1.1.0-dr1
50
	if ! useq mp3; then
51
	if ! useq mp3; then
51
		ewarn "MP3 support is now optional and you have not enabled it."
52
		ewarn "MP3 support is now optional and you have not enabled it."
52
	fi
53
	fi
Lines 84-89 Link Here
84
}
85
}
85
86
86
src_install() {
87
src_install() {
88
	cd ${WORKDIR}/audacious-1.1.0-dr1
87
	make DESTDIR="${D}" install || die
89
	make DESTDIR="${D}" install || die
88
	dodoc AUTHORS NEWS README
90
	dodoc AUTHORS NEWS README
89
91

Return to bug 133890