commit:     1229687cb38e3ce591fda4a799478b25a8cab376
Author:     Z. Liu <zhixu.liu <AT> gmail <DOT> com>
AuthorDate: Thu Jun 26 03:02:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 20:18:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1229687c

media-gfx/opentoonz: update opencv dependency

"features2d" is required, otherwise, the build fails due to a missing
header file, causing the following error:

> no member named 'CALIB_CB_FILTER_QUADS' in namespace 'cv'

Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42754
Closes: https://github.com/gentoo/gentoo/pull/42754
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/opentoonz/opentoonz-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/opentoonz/opentoonz-1.6.0.ebuild 
b/media-gfx/opentoonz/opentoonz-1.6.0.ebuild
index 7e44462107c5..4d11b187eef9 100644
--- a/media-gfx/opentoonz/opentoonz-1.6.0.ebuild
+++ b/media-gfx/opentoonz/opentoonz-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,7 +39,7 @@ RDEPEND="
        media-libs/libjpeg-turbo
        >=media-libs/libmypaint-1.3.0:=
        media-libs/libpng:=
-       media-libs/opencv:=
+       media-libs/opencv:=[features2d]
        >=sci-libs/superlu-4.1:=
        sys-libs/zlib
        virtual/cblas

Reply via email to