commit: 09df8b9861e0e9b3736dbd1efdc8b0aa0f69a339
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 21:14:12 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 22:17:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09df8b98
media-libs/cubeb: skip building tools
Forgot there was an option for it when later wanted
to skip installing cubeb-test.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/cubeb/cubeb-0.2_p20220922.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-libs/cubeb/cubeb-0.2_p20220922.ebuild
b/media-libs/cubeb/cubeb-0.2_p20220922.ebuild
index 7624610e5f4b..e120dff0db4e 100644
--- a/media-libs/cubeb/cubeb-0.2_p20220922.ebuild
+++ b/media-libs/cubeb/cubeb-0.2_p20220922.ebuild
@@ -72,6 +72,7 @@ src_configure() {
local mycmakeargs=(
-DBUILD_RUST_LIBS=$(usex rust)
-DBUILD_TESTS=$(usex test)
+ -DBUILD_TOOLS=no # semi-broken without most backends and not
needed
-DCHECK_ALSA=$(usex alsa)
-DCHECK_JACK=$(usex jack)
-DCHECK_PULSE=$(usex pulseaudio)
@@ -108,8 +109,4 @@ src_install() {
cmake_src_install
use doc && dodoc -r "${BUILD_DIR}"/docs/html
-
- # the basic test tool users could use to check if audio works is rather
- # limited and has a tendency to segfault if some backends are disabled
- rm "${ED}"/usr/bin/cubeb-test || die
}