mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-plugins/frei0r-plugins: fix opencv use deps (needs contribdnn, features2d)
Closes: https://bugs.gentoo.org/776811 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv x86"
|
||||
IUSE="doc +facedetect +scale0tilt"
|
||||
|
||||
RDEPEND="x11-libs/cairo[${MULTILIB_USEDEP}]
|
||||
facedetect? ( >=media-libs/opencv-2.3.0:=[${MULTILIB_USEDEP}] )
|
||||
facedetect? ( >=media-libs/opencv-2.3.0:=[contribdnn,features2d,${MULTILIB_USEDEP}] )
|
||||
scale0tilt? ( >=media-libs/gavl-1.2.0[${MULTILIB_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
@@ -149,6 +149,7 @@ app-emulation/qemu capstone
|
||||
# Amy Liffey <amynka@gentoo.org (2018-01-21)
|
||||
# dev-libs/cereal not keyworded for ppc
|
||||
media-libs/opencv contribdnn
|
||||
media-plugins/frei0r-plugins facedetect
|
||||
|
||||
# Robin H. Johnson <robbat2@gentoo.org> (2017-11-10)
|
||||
# Masked for dependencies:
|
||||
|
||||
Reference in New Issue
Block a user