diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-27 21:22:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-28 00:12:02 +0100 |
commit | 6b8a10146c226cdcf448fac4699ba0ff29e2229b (patch) | |
tree | 7f1f78700bd25db24b72c83a2c823063575b7f3c /media-video | |
parent | app-office/libreoffice: Re-apply add mariadb USE flag (diff) | |
download | gentoo-6b8a10146c226cdcf448fac4699ba0ff29e2229b.tar.gz gentoo-6b8a10146c226cdcf448fac4699ba0ff29e2229b.tar.bz2 gentoo-6b8a10146c226cdcf448fac4699ba0ff29e2229b.zip |
media-video/vlc: Drop USE 10bit for now
We do not have a suitable x264 release version available.
Bug: https://bugs.gentoo.org/675536
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/vlc-3.0.6.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/media-video/vlc/vlc-3.0.6.ebuild b/media-video/vlc/vlc-3.0.6.ebuild index 77c3ccca2221..93c5c8b00a07 100644 --- a/media-video/vlc/vlc-3.0.6.ebuild +++ b/media-video/vlc/vlc-3.0.6.ebuild @@ -29,7 +29,7 @@ HOMEPAGE="https://www.videolan.org/vlc/" LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-9" # vlc - vlccore -IUSE="10bit a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast +IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast dav1d dbus dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua @@ -212,7 +212,7 @@ RDEPEND=" x11-libs/xcb-util x11-libs/xcb-util-keysyms ) - x264? ( >=media-libs/x264-0.0.20160712:0=[10bit?] ) + x264? ( >=media-libs/x264-0.0.20160712:0= ) x265? ( media-libs/x265:0= ) xml? ( dev-libs/libxml2:2 ) zeroconf? ( net-dns/avahi:0[dbus] ) @@ -416,15 +416,10 @@ src_configure() { --disable-spatialaudio --disable-vsxu --disable-wasapi + --disable-x26410b ) # ^ We don't have these disabled libraries in the Portage tree yet. - if use x264; then - myeconfargs+=( $(use_enable 10bit x26410b) ) - else - myeconfargs+=( --disable-x26410b ) - fi - # Compatibility fix for Samba 4. use samba && append-cppflags "-I/usr/include/samba-4.0" |