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

Collapse All | Expand All

(-)gnome-mplayer/gnome-mplayer-1.0.4.ebuild (-3 / +4 lines)
Lines 12-22 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
14
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
15
IUSE="alsa dbus gnome ipod libnotify musicbrainz pulseaudio"
15
IUSE="alsa dbus gnome gtk3 ipod libnotify musicbrainz pulseaudio"
16
16
17
RDEPEND=">=dev-libs/glib-2.26:2
17
RDEPEND=">=dev-libs/glib-2.26:2
18
	|| ( >=media-video/mplayer-1.0_rc4_p20091026-r1[ass] media-video/mplayer2[ass] )
18
	|| ( >=media-video/mplayer-1.0_rc4_p20091026-r1[ass] media-video/mplayer2[ass] )
19
	x11-libs/gtk+:3
19
	gtk3? ( x11-libs/gtk+:3 )
20
	!gtk3? ( x11-libs/gtk+:2 )
20
	x11-libs/libX11
21
	x11-libs/libX11
21
	x11-libs/libXScrnSaver
22
	x11-libs/libXScrnSaver
22
	alsa? ( media-libs/alsa-lib )
23
	alsa? ( media-libs/alsa-lib )
Lines 37-43 Link Here
37
src_configure() {
38
src_configure() {
38
	# FIXME: The only reason why --without-gpm-new-method is passed is lack of testing.
39
	# FIXME: The only reason why --without-gpm-new-method is passed is lack of testing.
39
	econf \
40
	econf \
40
		--enable-gtk3 \
41
		$(use_enable gtk3) \
41
		$(use_enable gnome nautilus) \
42
		$(use_enable gnome nautilus) \
42
		--disable-gseal \
43
		--disable-gseal \
43
		--without-gconf \
44
		--without-gconf \

Return to bug 374057