From d0a8f3204fbe5156686793f516079de1b34d8ce7 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Wed, 3 Dec 2025 18:12:51 +0100 Subject: media-sound/sonivox: disable tests Signed-off-by: Anna (navi) Figueiredo Gomes --- media-sound/sonivox/sonivox-3.6.16-r1.ebuild | 20 ++++++++++++++++++++ media-sound/sonivox/sonivox-3.6.16.ebuild | 13 ------------- 2 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 media-sound/sonivox/sonivox-3.6.16-r1.ebuild delete mode 100644 media-sound/sonivox/sonivox-3.6.16.ebuild diff --git a/media-sound/sonivox/sonivox-3.6.16-r1.ebuild b/media-sound/sonivox/sonivox-3.6.16-r1.ebuild new file mode 100644 index 0000000..95207d8 --- /dev/null +++ b/media-sound/sonivox/sonivox-3.6.16-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Fork of the AOSP 'platform_external_sonivox' to use out of Android" +HOMEPAGE="https://github.com/pedrolcl/sonivox" +SRC_URI="https://github.com/pedrolcl/sonivox/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=OFF + ) + cmake_src_configure +} diff --git a/media-sound/sonivox/sonivox-3.6.16.ebuild b/media-sound/sonivox/sonivox-3.6.16.ebuild deleted file mode 100644 index de22f09..0000000 --- a/media-sound/sonivox/sonivox-3.6.16.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Fork of the AOSP 'platform_external_sonivox' to use out of Android" -HOMEPAGE="https://github.com/pedrolcl/sonivox" -SRC_URI="https://github.com/pedrolcl/sonivox/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -- cgit v1.2.3