Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
Date: Sun, 27 Jan 2019 23:13:49
Message-Id: 1548630722.6b8a10146c226cdcf448fac4699ba0ff29e2229b.asturm@gentoo
1 commit: 6b8a10146c226cdcf448fac4699ba0ff29e2229b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 20:22:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 23:12:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8a1014
7
8 media-video/vlc: Drop USE 10bit for now
9
10 We do not have a suitable x264 release version available.
11
12 Bug: https://bugs.gentoo.org/675536
13 Package-Manager: Portage-2.3.58, Repoman-2.3.12
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 media-video/vlc/vlc-3.0.6.ebuild | 11 +++--------
17 1 file changed, 3 insertions(+), 8 deletions(-)
18
19 diff --git a/media-video/vlc/vlc-3.0.6.ebuild b/media-video/vlc/vlc-3.0.6.ebuild
20 index 77c3ccca222..93c5c8b00a0 100644
21 --- a/media-video/vlc/vlc-3.0.6.ebuild
22 +++ b/media-video/vlc/vlc-3.0.6.ebuild
23 @@ -29,7 +29,7 @@ HOMEPAGE="https://www.videolan.org/vlc/"
24 LICENSE="LGPL-2.1 GPL-2"
25 SLOT="0/5-9" # vlc - vlccore
26
27 -IUSE="10bit a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast
28 +IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast
29 dav1d dbus dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac
30 fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate
31 libass libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua
32 @@ -212,7 +212,7 @@ RDEPEND="
33 x11-libs/xcb-util
34 x11-libs/xcb-util-keysyms
35 )
36 - x264? ( >=media-libs/x264-0.0.20160712:0=[10bit?] )
37 + x264? ( >=media-libs/x264-0.0.20160712:0= )
38 x265? ( media-libs/x265:0= )
39 xml? ( dev-libs/libxml2:2 )
40 zeroconf? ( net-dns/avahi:0[dbus] )
41 @@ -416,15 +416,10 @@ src_configure() {
42 --disable-spatialaudio
43 --disable-vsxu
44 --disable-wasapi
45 + --disable-x26410b
46 )
47 # ^ We don't have these disabled libraries in the Portage tree yet.
48
49 - if use x264; then
50 - myeconfargs+=( $(use_enable 10bit x26410b) )
51 - else
52 - myeconfargs+=( --disable-x26410b )
53 - fi
54 -
55 # Compatibility fix for Samba 4.
56 use samba && append-cppflags "-I/usr/include/samba-4.0"