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

(-)/usr/portage/media-video/gnome-mplayer/gnome-mplayer-1.0.7.ebuild (-5 / +5 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 +dconf gnome ipod libnotify musicbrainz pulseaudio"
15
IUSE="alsa +dbus +dconf gnome ipod gtk3 libnotify musicbrainz pulseaudio"
16
16
17
COMMON_DEPEND=">=dev-libs/glib-2.30
17
COMMON_DEPEND=">=dev-libs/glib-2.30
18
	>=media-libs/gmtk-${PV}[dconf=]
18
	>=media-libs/gmtk-${PV}[dconf=]
19
	>=x11-libs/gtk+-3.2:3
19
	gtk3? ( >=x11-libs/gtk+-3.2:3 )
20
	x11-libs/libX11
20
	x11-libs/libX11
21
	x11-libs/libXScrnSaver
21
	x11-libs/libXScrnSaver
22
	alsa? ( media-libs/alsa-lib )
22
	alsa? ( media-libs/alsa-lib )
Lines 30-36 Link Here
30
		)
30
		)
31
	pulseaudio? ( >=media-sound/pulseaudio-0.9.14 )"
31
	pulseaudio? ( >=media-sound/pulseaudio-0.9.14 )"
32
RDEPEND="${COMMON_DEPEND}
32
RDEPEND="${COMMON_DEPEND}
33
	x11-themes/gnome-icon-theme-symbolic
33
	gnome? ( x11-themes/gnome-icon-theme-symbolic )
34
	|| ( >=media-video/mplayer-1.0_rc4_p20100101[libass] media-video/mplayer2[libass] )"
34
	|| ( >=media-video/mplayer-1.0_rc4_p20100101[libass] media-video/mplayer2[libass] )"
35
DEPEND="${COMMON_DEPEND}
35
DEPEND="${COMMON_DEPEND}
36
	virtual/pkgconfig
36
	virtual/pkgconfig
Lines 40-48 Link Here
40
40
41
src_configure() {
41
src_configure() {
42
	econf \
42
	econf \
43
		--enable-gtk3 \
43
		$(use_enable gtk3) \
44
		$(use_enable gnome nautilus) \
44
		$(use_enable gnome nautilus) \
45
		--with-gio \
45
		$(use_with gnome gio) \
46
		$(use_with dbus) \
46
		$(use_with dbus) \
47
		$(use_with alsa) \
47
		$(use_with alsa) \
48
		$(use_with pulseaudio) \
48
		$(use_with pulseaudio) \

Return to bug 374057