commit: 916851d4524f79cab3f7834f1461758d9e1f8e38 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Dec 5 17:16:56 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Dec 5 17:18:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916851d4
media-video/tsmuxer: Actually apply the added cmake.patch Closes: https://bugs.gentoo.org/967123 Closes: https://bugs.gentoo.org/967122 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-video/tsmuxer/tsmuxer-2.7.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-video/tsmuxer/tsmuxer-2.7.0.ebuild b/media-video/tsmuxer/tsmuxer-2.7.0.ebuild index 2eede247196a..bae1aac9bfc8 100644 --- a/media-video/tsmuxer/tsmuxer-2.7.0.ebuild +++ b/media-video/tsmuxer/tsmuxer-2.7.0.ebuild @@ -32,11 +32,13 @@ BDEPEND=" DOCS=( README.md ) +PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 967123 + src_configure() { local mycmakeargs=( - -DQT_VERSION=6 -DTSMUXER_STATIC_BUILD=OFF -DTSMUXER_GUI=$(usex gui) ) + use gui && mycmakeargs+=( -DQT_VERSION=6 ) cmake_src_configure }
