| 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-9999.ebuild,v 1.67 2010/04/12 14:42:38 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.68 2010/04/12 16:36:12 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 |
| … | |
… | |
| 45 | SLOT="0" |
45 | SLOT="0" |
| 46 | |
46 | |
| 47 | KEYWORDS="" |
47 | KEYWORDS="" |
| 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 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 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 |
| 55 | svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdx vlm |
55 | svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdx vlm |
| … | |
… | |
| 144 | zvbi? ( >=media-libs/zvbi-0.2.25 ) |
144 | zvbi? ( >=media-libs/zvbi-0.2.25 ) |
| 145 | " |
145 | " |
| 146 | |
146 | |
| 147 | DEPEND="${RDEPEND} |
147 | DEPEND="${RDEPEND} |
| 148 | dvb? ( sys-kernel/linux-headers ) |
148 | dvb? ( sys-kernel/linux-headers ) |
|
|
149 | kde? ( >=kde-base/kdelibs-4 ) |
| 149 | v4l? ( sys-kernel/linux-headers ) |
150 | v4l? ( sys-kernel/linux-headers ) |
| 150 | v4l2? ( >=sys-kernel/linux-headers-2.6.25 ) |
151 | v4l2? ( >=sys-kernel/linux-headers-2.6.25 ) |
| 151 | xcb? ( x11-proto/xproto ) |
152 | xcb? ( x11-proto/xproto ) |
| 152 | dev-util/pkgconfig" |
153 | dev-util/pkgconfig" |
| 153 | |
154 | |
| … | |
… | |
| 252 | $(use_enable httpd) \ |
253 | $(use_enable httpd) \ |
| 253 | $(use_enable id3tag) \ |
254 | $(use_enable id3tag) \ |
| 254 | $(use_enable ieee1394 dv) \ |
255 | $(use_enable ieee1394 dv) \ |
| 255 | $(use_enable jack) \ |
256 | $(use_enable jack) \ |
| 256 | $(use_enable kate) \ |
257 | $(use_enable kate) \ |
|
|
258 | $(use_with kde kde-solid) \ |
| 257 | $(use_enable libass) \ |
259 | $(use_enable libass) \ |
| 258 | $(use_enable libcaca caca) \ |
260 | $(use_enable libcaca caca) \ |
| 259 | $(use_enable gcrypt libgcrypt) \ |
261 | $(use_enable gcrypt libgcrypt) \ |
| 260 | $(use_enable libnotify notify) \ |
262 | $(use_enable libnotify notify) \ |
| 261 | $(use_enable libproxy) \ |
263 | $(use_enable libproxy) \ |