mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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 ) )
|
||||
|
||||
@@ -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 ) )
|
||||
|
||||
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user