diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 21:09:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 21:11:50 +0100 |
commit | 1b013bba2f4b42c16d8a3bd2d46a259a79d5bd9d (patch) | |
tree | 2c04d9e7d46942ea226110428824692972d4a875 /media-video/vlc/vlc-9999.ebuild | |
parent | dev-python/pytest-subtesthack: Remove py2 (diff) | |
download | gentoo-1b013bba2f4b42c16d8a3bd2d46a259a79d5bd9d.tar.gz gentoo-1b013bba2f4b42c16d8a3bd2d46a259a79d5bd9d.tar.bz2 gentoo-1b013bba2f4b42c16d8a3bd2d46a259a79d5bd9d.zip |
media-video/vlc: Restrict USE opencv to <media-libs/opencv-4
Broken since OpenCV 4.x+ requires C++11 enabled whereas in VLC it is
used within C code.
Closes: https://bugs.gentoo.org/701424
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 6f1c27b496de..116dc942964c 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2019 Gentoo Authors +# Copyright 2000-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -152,7 +152,7 @@ RDEPEND=" ncurses? ( sys-libs/ncurses:0=[unicode] ) nfs? ( >=net-fs/libnfs-0.10.0:= ) ogg? ( media-libs/libogg ) - opencv? ( media-libs/opencv:= ) + opencv? ( <media-libs/opencv-4:= ) opus? ( >=media-libs/opus-1.0.3 ) png? ( media-libs/libpng:0= ) postproc? ( libav? ( media-libs/libpostproc ) ) |