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

Collapse All | Expand All

(-)totem-2.21.2.ebuild (-1 / +5 lines)
Lines 14-20 Link Here
14
# No 0.10.0 release for gst-plugins-pitdfdll yet
14
# No 0.10.0 release for gst-plugins-pitdfdll yet
15
# IUSE="win32codecs"
15
# IUSE="win32codecs"
16
16
17
IUSE="a52 bluetooth debug dvd ffmpeg flac galago gnome hal lirc mad mpeg nsplugin nvtv ogg python seamonkey theora vorbis xulrunner xv"
17
IUSE="a52 bluetooth debug dvd ffmpeg flac galago gnome hal lirc mad mpeg mythtv nsplugin nvtv ogg python seamonkey theora vorbis xulrunner xv youtube"
18
18
19
RDEPEND=">=dev-libs/glib-2.13.4
19
RDEPEND=">=dev-libs/glib-2.13.4
20
	 >=x11-libs/gtk+-2.12.1
20
	 >=x11-libs/gtk+-2.12.1
Lines 60-66 Link Here
60
				>=x11-libs/startup-notification-0.8
60
				>=x11-libs/startup-notification-0.8
61
			)
61
			)
62
	 python? ( >=dev-python/pygtk-2.8 )
62
	 python? ( >=dev-python/pygtk-2.8 )
63
	 youtube? ( >=dev-python/gdata-1.0.0 )
63
	 nvtv? ( >=media-tv/nvtv-0.4.5 )
64
	 nvtv? ( >=media-tv/nvtv-0.4.5 )
65
	 mythtv? ( >=media-libs/gmyth-0.3.0 )
64
66
65
	 a52? ( >=media-plugins/gst-plugins-a52dec-0.10 )
67
	 a52? ( >=media-plugins/gst-plugins-a52dec-0.10 )
66
	 !sparc? ( dvd? (
68
	 !sparc? ( dvd? (
Lines 131-136 Link Here
131
	use galago && plugins="${plugins},galago"
133
	use galago && plugins="${plugins},galago"
132
	use gnome && plugins="${plugins},media-player-keys,properties"
134
	use gnome && plugins="${plugins},media-player-keys,properties"
133
	use lirc && plugins="${plugins},lirc"
135
	use lirc && plugins="${plugins},lirc"
136
	use python && use youtube && plugins="${plugins},youtube"
137
	use mythtv && plugins="${plugins},mythtv"
134
138
135
	G2CONF="${G2CONF} --with-plugins=${plugins}"
139
	G2CONF="${G2CONF} --with-plugins=${plugins}"
136
140

Return to bug 200190