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

Collapse All | Expand All

(-)audacious-3.0.2.ebuild (-2 / +2 lines)
Lines 31-37 Link Here
31
	chardet? ( app-i18n/libguess )
31
	chardet? ( app-i18n/libguess )
32
	nls? ( dev-util/intltool )"
32
	nls? ( dev-util/intltool )"
33
33
34
PDEPEND=">=media-plugins/audacious-plugins-3.0.2"
34
PDEPEND=">=media-plugins/audacious-plugins-3.0.3"
35
35
36
src_configure() {
36
src_configure() {
37
	# D-Bus is a mandatory dependency, remote control,
37
	# D-Bus is a mandatory dependency, remote control,
Lines 49-55 Link Here
49
}
49
}
50
50
51
src_install() {
51
src_install() {
52
	emake DESTDIR="${D}" install || die
52
	default
53
	dodoc AUTHORS NEWS README
53
	dodoc AUTHORS NEWS README
54
54
55
	# Gentoo_ice skin installation; bug #109772
55
	# Gentoo_ice skin installation; bug #109772
(-)audacious-3.0.2.ebuild (-4 / +5 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
17
IUSE="altivec chardet nls session sse2"
17
IUSE="altivec chardet gtk3 nls session sse2"
18
18
19
RDEPEND=">=dev-libs/dbus-glib-0.60
19
RDEPEND=">=dev-libs/dbus-glib-0.60
20
	>=dev-libs/glib-2.16
20
	>=dev-libs/glib-2.16
Lines 22-29 Link Here
22
	>=dev-libs/libmowgli-0.9.50
22
	>=dev-libs/libmowgli-0.9.50
23
	dev-libs/libxml2
23
	dev-libs/libxml2
24
	>=x11-libs/cairo-1.2.6
24
	>=x11-libs/cairo-1.2.6
25
	>=x11-libs/gtk+-2.14:2
26
	>=x11-libs/pango-1.8.0
25
	>=x11-libs/pango-1.8.0
26
	gtk3? ( x11-libs/gtk+:3 ) || ( >=x11-libs/gtk+-2.14:2 )
27
	session? ( x11-libs/libSM )"
27
	session? ( x11-libs/libSM )"
28
28
29
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
Lines 31-37 Link Here
31
	chardet? ( app-i18n/libguess )
31
	chardet? ( app-i18n/libguess )
32
	nls? ( dev-util/intltool )"
32
	nls? ( dev-util/intltool )"
33
33
34
PDEPEND=">=media-plugins/audacious-plugins-3.0.2"
34
PDEPEND=">=media-plugins/audacious-plugins-3.0.3"
35
35
36
src_configure() {
36
src_configure() {
37
	# D-Bus is a mandatory dependency, remote control,
37
	# D-Bus is a mandatory dependency, remote control,
Lines 43-55 Link Here
43
		--enable-dbus \
43
		--enable-dbus \
44
		$(use_enable altivec) \
44
		$(use_enable altivec) \
45
		$(use_enable chardet) \
45
		$(use_enable chardet) \
46
		$(use_enable gtk3) \
46
		$(use_enable nls) \
47
		$(use_enable nls) \
47
		$(use_enable session sm) \
48
		$(use_enable session sm) \
48
		$(use_enable sse2)
49
		$(use_enable sse2)
49
}
50
}
50
51
51
src_install() {
52
src_install() {
52
	emake DESTDIR="${D}" install || die
53
	default
53
	dodoc AUTHORS NEWS README
54
	dodoc AUTHORS NEWS README
54
55
55
	# Gentoo_ice skin installation; bug #109772
56
	# Gentoo_ice skin installation; bug #109772

Return to bug 383649