Lines 1-6
Link Here
|
1 |
# Copyright 1999-2010 Gentoo Foundation |
1 |
# Copyright 1999-2010 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.1.9999.ebuild,v 1.2 2010/04/23 16:18:09 aballier Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.1.0_pre2.ebuild,v 1.2 2010/04/23 16:18:09 aballier Exp $ |
4 |
|
4 |
|
5 |
EAPI="2" |
5 |
EAPI="2" |
6 |
|
6 |
|
Lines 48-54
Link Here
|
48 |
IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddb dbus dc1394 |
48 |
IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddb dbus dc1394 |
49 |
debug dirac directfb dts dvb dvd elibc_glibc fbcon fluidsynth +ffmpeg flac fontconfig |
49 |
debug dirac directfb dts dvb dvd elibc_glibc fbcon fluidsynth +ffmpeg flac fontconfig |
50 |
+gcrypt ggi gnome gnutls httpd id3tag ieee1394 jack kate kde libass libcaca |
50 |
+gcrypt ggi gnome gnutls httpd id3tag ieee1394 jack kate kde libass libcaca |
51 |
libnotify libproxy libtiger libv4l libv4l2 lirc live lua matroska mmx |
51 |
libnotify libproxy libtiger libv4l libv4l2 libva lirc live lua matroska mmx |
52 |
modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss |
52 |
modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss |
53 |
png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba |
53 |
png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba |
54 |
schroedinger sdl sdl-image shine shout skins speex sqlite sse stream |
54 |
schroedinger sdl sdl-image shine shout skins speex sqlite sse stream |
Lines 94-99
Link Here
|
94 |
libnotify? ( x11-libs/libnotify ) |
94 |
libnotify? ( x11-libs/libnotify ) |
95 |
libproxy? ( net-libs/libproxy ) |
95 |
libproxy? ( net-libs/libproxy ) |
96 |
libtiger? ( media-libs/libtiger ) |
96 |
libtiger? ( media-libs/libtiger ) |
|
|
97 |
libva? ( x11-libs/libva >=media-video/ffmpeg-0.5_p22846 ) |
97 |
lirc? ( app-misc/lirc ) |
98 |
lirc? ( app-misc/lirc ) |
98 |
live? ( >=media-plugins/live-2008.07.06 ) |
99 |
live? ( >=media-plugins/live-2008.07.06 ) |
99 |
lua? ( >=dev-lang/lua-5.1 ) |
100 |
lua? ( >=dev-lang/lua-5.1 ) |
Lines 187-192
Link Here
|
187 |
vlc_use_force skins truetype |
188 |
vlc_use_force skins truetype |
188 |
vlc_use_force skins qt4 |
189 |
vlc_use_force skins qt4 |
189 |
vlc_use_force vlm stream |
190 |
vlc_use_force vlm stream |
|
|
191 |
vlc_use_force libva ffmpeg |
190 |
|
192 |
|
191 |
# Useflags that will be automagically discarded if deps are not met |
193 |
# Useflags that will be automagically discarded if deps are not met |
192 |
vlc_use_needs bidi truetype |
194 |
vlc_use_needs bidi truetype |
Lines 318-323
Link Here
|
318 |
$(use_enable v4l) \ |
320 |
$(use_enable v4l) \ |
319 |
$(use_enable v4l2) \ |
321 |
$(use_enable v4l2) \ |
320 |
$(use_enable vcdx) \ |
322 |
$(use_enable vcdx) \ |
|
|
323 |
$(use_enable libva) \ |
321 |
$(use_enable vlm) \ |
324 |
$(use_enable vlm) \ |
322 |
$(use_enable vorbis) \ |
325 |
$(use_enable vorbis) \ |
323 |
$(use_enable win32codecs loader) \ |
326 |
$(use_enable win32codecs loader) \ |
Lines 335-341
Link Here
|
335 |
$(vlc_use_enable_force vlm sout) \ |
338 |
$(vlc_use_enable_force vlm sout) \ |
336 |
$(vlc_use_enable_force skins qt4) \ |
339 |
$(vlc_use_enable_force skins qt4) \ |
337 |
$(vlc_use_enable_force skins freetype) \ |
340 |
$(vlc_use_enable_force skins freetype) \ |
338 |
$(vlc_use_enable_force remoteosd libgcrypt) |
341 |
$(vlc_use_enable_force remoteosd libgcrypt) \ |
|
|
342 |
$(vlc_use_enable_force libva avcodec) |
339 |
} |
343 |
} |
340 |
|
344 |
|
341 |
src_install() { |
345 |
src_install() { |