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 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-65
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 ) |
64 |
|
65 |
|
65 |
a52? ( >=media-plugins/gst-plugins-a52dec-0.10 ) |
66 |
a52? ( >=media-plugins/gst-plugins-a52dec-0.10 ) |
Lines 131-136
Link Here
|
131 |
use galago && plugins="${plugins},galago" |
132 |
use galago && plugins="${plugins},galago" |
132 |
use gnome && plugins="${plugins},media-player-keys,properties" |
133 |
use gnome && plugins="${plugins},media-player-keys,properties" |
133 |
use lirc && plugins="${plugins},lirc" |
134 |
use lirc && plugins="${plugins},lirc" |
|
|
135 |
use python && use youtube && plugins="${plugins},youtube" |
134 |
|
136 |
|
135 |
G2CONF="${G2CONF} --with-plugins=${plugins}" |
137 |
G2CONF="${G2CONF} --with-plugins=${plugins}" |
136 |
|
138 |
|