diff options
author | 2014-02-22 16:30:52 +0000 | |
---|---|---|
committer | 2014-02-22 16:30:52 +0000 | |
commit | 6a57b9b9b3713ae848860e125e954ce2d1d94e66 (patch) | |
tree | 2d955bfd59adec66e90eecf65a51f22d67b52b95 /media-video/vlc/vlc-9999.ebuild | |
parent | Stable for HPPA (bug #501946). (diff) | |
download | gentoo-2-6a57b9b9b3713ae848860e125e954ce2d1d94e66.tar.gz gentoo-2-6a57b9b9b3713ae848860e125e954ce2d1d94e66.tar.bz2 gentoo-2-6a57b9b9b3713ae848860e125e954ce2d1d94e66.zip |
There is no opengles in Portage yet; and thus, disabled GLES support until there is. Dropped amd64-fbsd temporarily due to libvncserver dependency. Version bump to 2.1.4; fixes bug #500678, reported (and tested) by Frank Krömmelbein.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 45f51590d125..c144cb7f81d3 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.210 2014/02/21 17:25:34 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.211 2014/02/22 16:30:52 tomwij Exp $ EAPI="5" @@ -43,7 +43,7 @@ fi IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec +avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode faad fdk - fluidsynth +ffmpeg flac fontconfig +gcrypt gles1 gles2 gme gnome gnutls + fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack jpeg kate kde libass libcaca libnotify libsamplerate libtiger linsys libtar lirc live lua +macosx +macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext @@ -84,8 +84,6 @@ RDEPEND=" fluidsynth? ( >=media-sound/fluidsynth-1.1.2:0 ) fontconfig? ( media-libs/fontconfig:1.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0 ) - gles1? ( virtual/opengles:0 ) - gles2? ( virtual/opengles:0 ) gme? ( media-libs/game-music-emu:0 ) gnome? ( gnome-base/gnome-vfs:2 dev-libs/glib:2 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) @@ -323,8 +321,6 @@ src_configure() { $(use_enable fluidsynth) \ $(use_enable fontconfig) \ $(use_enable gcrypt libgcrypt) \ - $(use_enable gles1) \ - $(use_enable gles2) \ $(use_enable gme) \ $(use_enable gnome gnomevfs) \ $(use_enable gnutls) \ @@ -416,6 +412,8 @@ src_configure() { --disable-cprof \ --disable-crystalhd \ --disable-decklink \ + --disable-gles1 \ + --disable-gles2 \ --disable-goom \ --disable-ios-audio \ --disable-kai \ |