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@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-12-05 18:16:56 +01:00
parent c593d8a554
commit 916851d452
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -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
}