| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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.37 2009/08/21 10:29:01 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.38 2009/09/01 08:50:59 aballier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | SCM="" |
7 | SCM="" |
| 8 | if [ "${PV%9999}" != "${PV}" ] ; then |
8 | if [ "${PV%9999}" != "${PV}" ] ; then |
| … | |
… | |
| 21 | MY_PV="${PV/_/-}" |
21 | MY_PV="${PV/_/-}" |
| 22 | MY_PV="${MY_PV/-beta/-test}" |
22 | MY_PV="${MY_PV/-beta/-test}" |
| 23 | MY_P="${PN}-${MY_PV}" |
23 | MY_P="${PN}-${MY_PV}" |
| 24 | VLC_SNAPSHOT_TIME="0013" |
24 | VLC_SNAPSHOT_TIME="0013" |
| 25 | |
25 | |
| 26 | PATCHLEVEL="68" |
26 | PATCHLEVEL="72" |
| 27 | M4_TARBALL_VERSION="1" |
27 | M4_TARBALL_VERSION="1" |
| 28 | DESCRIPTION="VLC media player - Video player and streamer" |
28 | DESCRIPTION="VLC media player - Video player and streamer" |
| 29 | HOMEPAGE="http://www.videolan.org/vlc/" |
29 | HOMEPAGE="http://www.videolan.org/vlc/" |
| 30 | if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild |
30 | if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild |
| 31 | SRC_URI="" |
31 | SRC_URI="" |
| … | |
… | |
| 49 | IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394 |
49 | IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394 |
| 50 | debug dirac directfb dts dvb dvd elibc_glibc fbcon fluidsynth +ffmpeg flac fontconfig |
50 | debug dirac directfb dts dvb dvd elibc_glibc fbcon fluidsynth +ffmpeg flac fontconfig |
| 51 | +gcrypt ggi gnome gnutls hal httpd id3tag ieee1394 jack kate libass libcaca |
51 | +gcrypt ggi gnome gnutls hal httpd id3tag ieee1394 jack kate libass libcaca |
| 52 | libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx |
52 | libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx |
| 53 | modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss |
53 | modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss |
| 54 | pda png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba |
54 | png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba |
| 55 | schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream |
55 | schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream |
| 56 | svg svga taglib theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm |
56 | svg svga taglib theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm |
| 57 | vorbis win32codecs wma-fixed X x264 xcb xml xosd xv zvbi" |
57 | vorbis win32codecs wma-fixed X x264 xcb xml xosd xv zvbi" |
| 58 | |
58 | |
| 59 | RDEPEND=" |
59 | RDEPEND=" |
| … | |
… | |
| 116 | nsplugin? ( |
116 | nsplugin? ( |
| 117 | seamonkey? ( =www-client/seamonkey-1* ) |
117 | seamonkey? ( =www-client/seamonkey-1* ) |
| 118 | !seamonkey? ( >=net-libs/xulrunner-1.8 ) |
118 | !seamonkey? ( >=net-libs/xulrunner-1.8 ) |
| 119 | ) |
119 | ) |
| 120 | ogg? ( media-libs/libogg ) |
120 | ogg? ( media-libs/libogg ) |
| 121 | pda? ( x11-libs/gtk+:2 ) |
|
|
| 122 | png? ( media-libs/libpng sys-libs/zlib ) |
121 | png? ( media-libs/libpng sys-libs/zlib ) |
| 123 | projectm? ( media-libs/libprojectm ) |
122 | projectm? ( media-libs/libprojectm ) |
| 124 | pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) |
123 | pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) |
| 125 | qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 x11-libs/libX11 ) |
124 | qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 x11-libs/libX11 ) |
| 126 | remoteosd? ( >=dev-libs/libgcrypt-1.2.0 ) |
125 | remoteosd? ( >=dev-libs/libgcrypt-1.2.0 ) |
| … | |
… | |
| 310 | $(use_enable nsplugin mozilla) --with-mozilla-pkg="${MOZILLA_PC}" \ |
309 | $(use_enable nsplugin mozilla) --with-mozilla-pkg="${MOZILLA_PC}" \ |
| 311 | $(use_enable ogg) \ |
310 | $(use_enable ogg) \ |
| 312 | $(use_enable opengl glx) $(use_enable opengl) \ |
311 | $(use_enable opengl glx) $(use_enable opengl) \ |
| 313 | $(use_enable optimisememory optimize-memory) \ |
312 | $(use_enable optimisememory optimize-memory) \ |
| 314 | $(use_enable oss) \ |
313 | $(use_enable oss) \ |
| 315 | $(use_enable pda) \ |
|
|
| 316 | $(use_enable png) \ |
314 | $(use_enable png) \ |
| 317 | --disable-portaudio \ |
315 | --disable-portaudio \ |
| 318 | $(use_enable projectm) \ |
316 | $(use_enable projectm) \ |
| 319 | $(use_enable pulseaudio pulse) \ |
317 | $(use_enable pulseaudio pulse) \ |
| 320 | $(use_enable pvr) \ |
318 | $(use_enable pvr) \ |