media-plugins/gst-plugins-opencv: raise opencv minimum to ensure testing
authorMart Raudsepp <leio@gentoo.org>
Mon, 4 May 2020 17:51:42 +0000 (20:51 +0300)
committerMart Raudsepp <leio@gentoo.org>
Mon, 4 May 2020 17:52:41 +0000 (20:52 +0300)
opencv3 is going away soon; raise minimum to ensure it gets tested more
against opencv4.
Also change contrib(+) USE dep to contrib, as the IUSE not existing was
a opencv2 thing.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild [moved from media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2.ebuild with 82% similarity]

similarity index 82%
rename from media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2.ebuild
rename to media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.16.2-r1.ebuild
index 577fec7ff760ce749da6a48607522cd2fbec39f1..6e31c6ff5ec5260c157ce73444e3d601f0cb14cf 100644 (file)
@@ -10,8 +10,9 @@ DESCRIPTION="OpenCV elements for GStreamer"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+# >=opencv-4.1.2-r3 to help testing removal of older being fine
 RDEPEND="
-       >=media-libs/opencv-3.0.0[contrib(+),${MULTILIB_USEDEP}]
+       >=media-libs/opencv-4.1.2-r3:=[contrib,${MULTILIB_USEDEP}]
        <media-libs/opencv-4.2
 "
 DEPEND="${RDEPEND}"