commit: 6e7a964b68f7d339c2765c7bb00d64c27d20cd0b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 22:05:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 22:10:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7a964b
media-libs/gstreamer: drop leftover debugging comment
I took another approach in the end (see
gstreamer-1.24.10-disable-test-with-no-tools.patch).
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/gstreamer/gstreamer-1.24.10.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/media-libs/gstreamer/gstreamer-1.24.10.ebuild
b/media-libs/gstreamer/gstreamer-1.24.10.ebuild
index 0d7f8556249e..c9df01e1105c 100644
--- a/media-libs/gstreamer/gstreamer-1.24.10.ebuild
+++ b/media-libs/gstreamer/gstreamer-1.24.10.ebuild
@@ -46,11 +46,6 @@ QA_FLAGS_IGNORED="usr/libexec/gstreamer-1.0/gst-ptp-helper"
multilib_src_configure() {
local emesonargs=(
-Dtools=$(multilib_is_native_abi && echo enabled || echo
disabled)
- # Only enable registry for native as gst_gstregistry fails if it
- # can't find gst-plugin-scanner which is only built as part of
'tools'.
- # It's not clear if registry can even work correctly as-is given
- # it looks like it embeds the wrong paths at the moment for
multilib.
- #-Dregistry=$(multilib_is_native_abi && echo true || echo false)
-Dbenchmarks=disabled
-Dexamples=disabled
-Dcheck=enabled