commit: ef5165a7445bc269cc4de21c7e5d73252648c4a0 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Nov 24 13:40:57 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 26 02:21:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5165a7
media-libs/chromaprint: drop 1.6.0 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44757 Closes: https://github.com/gentoo/gentoo/pull/44757 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/chromaprint/chromaprint-1.6.0.ebuild | 46 ------------------------- 1 file changed, 46 deletions(-) diff --git a/media-libs/chromaprint/chromaprint-1.6.0.ebuild b/media-libs/chromaprint/chromaprint-1.6.0.ebuild deleted file mode 100644 index f87af2248b74..000000000000 --- a/media-libs/chromaprint/chromaprint-1.6.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -GTEST_VERSION="1.10.0" -GTEST_DIR_VERSION="1.10.x" -inherit cmake-multilib - -DESCRIPTION="Library implementing a custom algorithm for extracting audio fingerprints" -HOMEPAGE="https://acoustid.org/chromaprint" -SRC_URI=" - https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz - test? ( - https://github.com/google/googletest/archive/v$(ver_cut 1-2 ${GTEST_VERSION}).x.tar.gz - -> gtest-${GTEST_VERSION}.tar.gz - ) -" - -LICENSE="LGPL-2.1" -SLOT="0/1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="test tools" -RESTRICT="!test? ( test )" - -RDEPEND="sci-libs/fftw:=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )" - -DOCS=( NEWS.txt README.md ) - -multilib_src_configure() { - export GTEST_ROOT="${WORKDIR}/googletest-${GTEST_DIR_VERSION}/googletest/" - - local mycmakeargs=( - -DBUILD_TESTS=$(usex test) - -DBUILD_TOOLS=$(multilib_native_usex tools) - -DFFT_LIB=fftw3 - ) - - cmake_src_configure -} - -multilib_src_test() { - cd tests && (./all_tests || die "Tests failed") -}
