diff options
Diffstat (limited to 'media-sound/sonivox/sonivox-3.6.16-r1.ebuild')
| -rw-r--r-- | media-sound/sonivox/sonivox-3.6.16-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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 +} |
