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

Collapse All | Expand All

(-)gnome-mplayer-0.9.4.ebuild.orig (-4 / +4 lines)
Lines 18-30 Link Here
18
IUSE="+alsa +gnome ipod +libnotify musicbrainz"
18
IUSE="+alsa +gnome ipod +libnotify musicbrainz"
19
19
20
# glib higher version for gio
20
# glib higher version for gio
21
RDEPEND=">=dev-libs/glib-2.16
21
RDEPEND=">=dev-libs/glib-2.14
22
	>=x11-libs/gtk+-2.12
22
	>=x11-libs/gtk+-2.12
23
	>=sys-apps/dbus-0.95
23
	>=dev-libs/dbus-glib-0.70
24
	>=dev-libs/dbus-glib-0.70
24
	media-video/mplayer[ass]
25
	media-video/mplayer[ass]
25
	alsa? ( media-libs/alsa-lib )
26
	alsa? ( media-libs/alsa-lib )
26
	gnome? ( gnome-base/gconf:2
27
	gnome? ( gnome-base/gconf:2 )
27
		gnome-base/gvfs )
28
	ipod? ( media-libs/libgpod )
28
	ipod? ( media-libs/libgpod )
29
	libnotify? ( x11-libs/libnotify )
29
	libnotify? ( x11-libs/libnotify )
30
	musicbrainz? ( net-misc/curl
30
	musicbrainz? ( net-misc/curl
Lines 37-45 Link Here
37
37
38
pkg_setup() {
38
pkg_setup() {
39
	G2CONF="${G2CONF}
39
	G2CONF="${G2CONF}
40
		--with-gio
40
		$(use_with alsa)
41
		$(use_with alsa)
41
		$(use_with gnome gconf)
42
		$(use_with gnome gconf)
42
		$(use_with gnome gio)
43
		$(use_enable gnome schemas-install)
43
		$(use_enable gnome schemas-install)
44
		$(use_with ipod libgpod)
44
		$(use_with ipod libgpod)
45
		$(use_with libnotify)
45
		$(use_with libnotify)

Return to bug 232036