commit: f0c86e5db0ba4327c9d815d078b4afc567a55e59 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 25 07:40:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 25 07:41:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c86e5d
profiles/targets/desktop/plasma: enable opencv[features2d] kdenlive->frei0r-plugins needs this, so enable it by default, at least for now. It's a bit of a shame given slimmed-down opencv was partly done for the benefit of Spectacle, but we can revisit later. Right now, this achieves consistency given we set things for the benefit of kdenlive and digikam. Closes: https://bugs.gentoo.org/958961 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/targets/desktop/plasma/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 5df31320ad8f..def5d38c4de4 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -36,6 +36,7 @@ media-libs/gd fontconfig # Required by kde-apps/kdenlive media-libs/mlt ffmpeg frei0r rubberband +media-libs/opencv features2d # Required by media-gfx/digikam media-libs/opencv contrib contribdnn
