commit: a52364012d50965563f3187472531d50745ff5aa Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 23 04:25:24 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 23 05:09:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5236401
media-sound/liblc3: drop 1.0.3, 1.0.4-r1, 1.1.1 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/liblc3/Manifest | 1 - media-sound/liblc3/liblc3-1.0.3.ebuild | 22 ------------- media-sound/liblc3/liblc3-1.0.4-r1.ebuild | 54 ------------------------------- media-sound/liblc3/liblc3-1.1.1.ebuild | 53 ------------------------------ 4 files changed, 130 deletions(-) diff --git a/media-sound/liblc3/Manifest b/media-sound/liblc3/Manifest index 9c33a7e0c686..ee47fe1ad77b 100644 --- a/media-sound/liblc3/Manifest +++ b/media-sound/liblc3/Manifest @@ -1,3 +1,2 @@ -DIST liblc3-1.0.3.tar.gz 261702 BLAKE2B 5b4f6961eb0990e746c9659c18f8a5daf1841cf3035d78f15414dfd631c18d0a61d8fbffb602130cae42d4ad3d87cee2bf311cb7065c217b79cc25637f2337c6 SHA512 ba8e2515b88bdc2db5c6fca0189d0f03720af1e2c33c91ade586efbd6f402a4ff9af33b5235716cac8dce7c17a5a432471f9572c17641fbc7877855aa0c2c2b4 DIST liblc3-1.0.4.tar.gz 263276 BLAKE2B 8c4b5e23b3dafe2fa22812c688f1f57167369cebe565b097e554be693d49b0c196fb5e454f3db8e724410f8c04d4bb66bd7594ab46b2a1b91c277300e5c48dc2 SHA512 bc047aa26059f2b2a7f5275b580f39a9237ffdd6da03645c7e95957447ba7410768ae5c08fcf1e0ac16fac873be4cbf62695b2298ef72f54f09e577664c27255 DIST liblc3-1.1.1.tar.gz 1658742 BLAKE2B a38f1bede375fb57ee64b6e8ee7b639b01a58049815585a4528b2d0dfd5bf118455708f90e964b4a7b0599eb72dd6ba21b98a8c80588e64111ad9669f2c7fc3d SHA512 cd424a46fe8bad3cd2d633ef957305538afeb86f211d8824cf21e5c47c7ed174674a33a4e1906b73ab478cac7ed747c730f2d71d0021a7027c1c28b63ba3e588 diff --git a/media-sound/liblc3/liblc3-1.0.3.ebuild b/media-sound/liblc3/liblc3-1.0.3.ebuild deleted file mode 100644 index 41357ff874f3..000000000000 --- a/media-sound/liblc3/liblc3-1.0.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="LC3 is an efficient low latency audio codec" -HOMEPAGE="https://github.com/google/liblc3" -SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="tools" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" - -src_configure() { - local emesonargs=( - $(meson_use tools) - ) - meson_src_configure -} diff --git a/media-sound/liblc3/liblc3-1.0.4-r1.ebuild b/media-sound/liblc3/liblc3-1.0.4-r1.ebuild deleted file mode 100644 index c4a93f1f6c8f..000000000000 --- a/media-sound/liblc3/liblc3-1.0.4-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} pypy3 ) -inherit meson python-any-r1 - -DESCRIPTION="LC3 is an efficient low latency audio codec" -HOMEPAGE="https://github.com/google/liblc3" -SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test tools" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - $(python_gen_any_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - ') - ) -" - -python_check_deps() { - python_has_version "dev-python/numpy[${PYTHON_USEDEP}]" && - python_has_version "dev-python/scipy[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - use arm || rm -rf "test/arm" || die - use arm64 || rm -rf "test/neon" || die - default -} - -src_configure() { - local emesonargs=( - # We let users choose to enable LTO - -Db_lto=false - $(meson_use tools) - ) - meson_src_configure -} - -src_test() { - V= emake test CFLAGS:="${CPPFLAGS} ${CFLAGS} -I"$("${EPYTHON}" -c "import numpy;print(numpy.get_include())")"" -} diff --git a/media-sound/liblc3/liblc3-1.1.1.ebuild b/media-sound/liblc3/liblc3-1.1.1.ebuild deleted file mode 100644 index 8c34042ea3e6..000000000000 --- a/media-sound/liblc3/liblc3-1.1.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} pypy3 ) -inherit meson python-any-r1 - -DESCRIPTION="LC3 is an efficient low latency audio codec" -HOMEPAGE="https://github.com/google/liblc3" -SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test tools" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - $(python_gen_any_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - ') - ) -" - -python_check_deps() { - python_has_version "dev-python/numpy[${PYTHON_USEDEP}]" && - python_has_version "dev-python/scipy[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - use arm || rm -rf "test/arm" || die - use arm64 || rm -rf "test/neon" || die - default -} - -src_configure() { - local emesonargs=( - -Dpython=false - $(meson_use tools) - ) - meson_src_configure -} - -src_test() { - V= emake test CFLAGS:="${CPPFLAGS} ${CFLAGS} -I"$("${EPYTHON}" -c "import numpy;print(numpy.get_include())")"" -}
