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>
This commit is contained in:
Andreas Sturmlechner
2020-02-05 21:09:39 +01:00
parent 9e2c5c3973
commit 1b013bba2f
3 changed files with 6 additions and 6 deletions

View File

@@ -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
@@ -150,7 +150,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 ) )

View File

@@ -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
@@ -150,7 +150,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 ) )

View File

@@ -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 ) )