| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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-9999.ebuild,v 1.123 2011/02/16 22:32:15 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.124 2011/02/16 22:53:45 aballier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | SCM="" |
7 | SCM="" |
| 8 | if [ "${PV%9999}" != "${PV}" ] ; then |
8 | if [ "${PV%9999}" != "${PV}" ] ; then |
| … | |
… | |
| 50 | dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode fbcon fbosd |
50 | dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode fbcon fbosd |
| 51 | fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd |
51 | fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd |
| 52 | ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libtiger |
52 | ieee1394 ios-vout jack kate kde libass libcaca libnotify libproxy libtiger |
| 53 | libv4l2 linsys libtar lirc live lua +macosx +macosx-audio |
53 | libv4l2 linsys libtar lirc live lua +macosx +macosx-audio |
| 54 | +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtcapture |
54 | +macosx-dialog-provider +macosx-eyetv +macosx-quartztext +macosx-qtcapture |
| 55 | +macosx-vout matroska mmx modplug mp3 mpeg mtp musepack ncurses ogg omxil |
55 | +macosx-vout matroska mmx modplug mp3 mpeg mtp musepack ncurses neon ogg |
| 56 | opengl optimisememory oss png portaudio +postproc projectm pulseaudio pvr |
56 | omxil opengl optimisememory oss png portaudio +postproc projectm pulseaudio |
| 57 | +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins |
57 | pvr +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid |
| 58 | snapshot speex sqlite sse svg +swscale switcher taglib theora truetype |
58 | skins snapshot speex sqlite sse svg +swscale switcher taglib theora |
| 59 | twolame udev upnp v4l2 vaapi vcdx vlm vorbis waveout win32codecs wingdi |
59 | truetype twolame udev upnp v4l2 vaapi vcdx vlm vorbis waveout win32codecs |
| 60 | wma-fixed +X x264 +xcb xml xosd xv zvbi" |
60 | wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi" |
| 61 | |
61 | |
| 62 | RDEPEND=" |
62 | RDEPEND=" |
| 63 | sys-libs/zlib |
63 | sys-libs/zlib |
| 64 | a52? ( >=media-libs/a52dec-0.7.4-r3 ) |
64 | a52? ( >=media-libs/a52dec-0.7.4-r3 ) |
| 65 | aalib? ( media-libs/aalib ) |
65 | aalib? ( media-libs/aalib ) |
| … | |
… | |
| 272 | $(use_enable mp3 mad) \ |
272 | $(use_enable mp3 mad) \ |
| 273 | $(use_enable mpeg libmpeg2) \ |
273 | $(use_enable mpeg libmpeg2) \ |
| 274 | $(use_enable mtp) \ |
274 | $(use_enable mtp) \ |
| 275 | $(use_enable musepack mpc) \ |
275 | $(use_enable musepack mpc) \ |
| 276 | $(use_enable ncurses) \ |
276 | $(use_enable ncurses) \ |
|
|
277 | $(use_enable neon) \ |
| 277 | $(use_enable ogg) \ |
278 | $(use_enable ogg) \ |
| 278 | $(use_enable omxil) \ |
279 | $(use_enable omxil) \ |
| 279 | $(use_enable opengl glx) \ |
280 | $(use_enable opengl glx) \ |
| 280 | $(use_enable optimisememory optimize-memory) \ |
281 | $(use_enable optimisememory optimize-memory) \ |
| 281 | $(use_enable oss) \ |
282 | $(use_enable oss) \ |