commit: c075f6528f799b89aad47a288e3f49ef32f796ed Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jun 27 21:36:54 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 9 17:46:06 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c075f652
kde-apps/kamoso: Add new dependency, set PATCHED_GSTREAMER=ON Upstream commit 7588f6f816a1cbf20c87c4bf8df2a7cf122beba2 Bug: https://bugs.gentoo.org/958983 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kamoso/kamoso-9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild index bcc9a5c3fb..2dd5f04803 100644 --- a/kde-apps/kamoso/kamoso-9999.ebuild +++ b/kde-apps/kamoso/kamoso-9999.ebuild @@ -35,5 +35,14 @@ RDEPEND="${DEPEND} media-plugins/gst-plugins-jpeg:1.0 media-plugins/gst-plugins-libpng:1.0 media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] + media-plugins/gst-plugins-qt6:1.0 " BDEPEND="virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DPATCHED_GSTREAMER=ON + ) + + ecm_src_configure +}
