public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/chromaprint/
Date: Fri, 24 Dec 2021 08:10:57 +0000 (UTC)	[thread overview]
Message-ID: <1640333455.17c5c231b4447ad01539ec9365e961e62fc56328.fordfrog@gentoo> (raw)

commit:     17c5c231b4447ad01539ec9365e961e62fc56328
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 08:10:47 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 08:10:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c5c231

media-libs/chromaprint: bump to 1.5.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/chromaprint/Manifest                 |  1 +
 media-libs/chromaprint/chromaprint-1.5.1.ebuild | 44 +++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/chromaprint/Manifest b/media-libs/chromaprint/Manifest
index 4d58a476612c..63db4ac0317e 100644
--- a/media-libs/chromaprint/Manifest
+++ b/media-libs/chromaprint/Manifest
@@ -1,2 +1,3 @@
 DIST chromaprint-1.5.0.tar.gz 615217 BLAKE2B 14bf219c23360028ac232e67b7eb36e3226bb6e19838ef239266a9d826e1bd50d798f69f961bcb78f36baf48630a93f53243f8f9ab6187c403382bab23042630 SHA512 25ab3f7834581a8204ac09614fef6036c801f5f8b7b72a864701ca0de8082b2458a2bd7c075d53451581d770898576411cdcfb23ce609bc82f9d9b395cc1a129
+DIST chromaprint-1.5.1.tar.gz 1581159 BLAKE2B 9f7f030e97d3114cf679df298d313ea826c0fb05e7e7d8a10090d0a27ed0811b380b81b29fce973e0493826c478964367396311fd0484619cb2fc4c2d8e0d4c0 SHA512 ea16e4d2b879c15b1d9b9ec93878da8b893f1834c70942663e1d2d106c2e0a661094fe2dd3bae7a6c2a1f9d5d8fab5e0b0ba493561090cf57b2228606fad1e66
 DIST gtest-1.10.0.tar.gz 904227 BLAKE2B 96b97b06730a9f55505a4d40bd4861560503a1437d29dadc6e8d3c743ccde020e61b3f96082fb9bda0666d739e69d3990bad06161e9c531c40021dc0826f5547 SHA512 7ebf5b4a80f364564066ccc7ce2e2092b12942a754c4854afd97380f19811e0fd45c300d423234cda0e05966ddbdaebcb1625e856ce55b0c81b0bae0dd971532

diff --git a/media-libs/chromaprint/chromaprint-1.5.1.ebuild b/media-libs/chromaprint/chromaprint-1.5.1.ebuild
new file mode 100644
index 000000000000..8c85b0d8d008
--- /dev/null
+++ b/media-libs/chromaprint/chromaprint-1.5.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_ECLASS=cmake
+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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test tools"
+RESTRICT="!test? ( test )"
+
+# note: use ffmpeg instead of fftw because it's recommended and required for tools
+RDEPEND="media-video/ffmpeg:0=[${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_TOOLS=$(multilib_native_usex tools ON OFF)
+		-DBUILD_TESTS=$(usex test ON OFF)
+		-DFFT_LIB=avfft
+		-DAUDIO_PROCESSOR_LIB="swresample"
+	)
+	cmake_src_configure
+}
+
+multilib_src_test() {
+	cd tests && (./all_tests || die "Tests failed")
+}


             reply	other threads:[~2021-12-24  8:11 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-24  8:10 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-20  8:02 [gentoo-commits] repo/gentoo:master commit in: media-libs/chromaprint/ Miroslav Šulc
2024-01-19 23:08 Ionen Wolkens
2024-01-15 14:01 Sam James
2024-01-15  8:32 Arthur Zamarin
2024-01-15  8:32 Arthur Zamarin
2024-01-15  8:32 Arthur Zamarin
2023-09-24 23:47 Sam James
2023-09-24 23:47 Sam James
2023-02-26 18:16 Arthur Zamarin
2023-02-15  6:48 Sam James
2022-05-06  6:21 Miroslav Šulc
2022-05-05 20:28 Sam James
2022-05-05 17:49 Arthur Zamarin
2022-05-05 17:30 Arthur Zamarin
2022-05-05 17:30 Arthur Zamarin
2022-05-05 10:25 Jakov Smolić
2022-05-05  9:54 Jakov Smolić
2022-04-05  4:58 Sam James
2022-04-05  4:57 Sam James
2022-02-22  6:46 Sam James
2022-01-26  9:00 Miroslav Šulc
2022-01-25 21:25 Sam James
2022-01-24 14:42 Sam James
2022-01-24  3:42 Sam James
2022-01-24  3:42 Sam James
2022-01-23 15:21 Sam James
2022-01-23 13:09 Jakov Smolić
2022-01-23 13:09 Jakov Smolić
2021-08-21  8:44 Marek Szuba
2021-04-25  5:14 Sam James
2021-04-25  5:14 Sam James
2021-04-23 16:13 Sam James
2021-04-22 23:01 Sam James
2021-04-22 23:01 Sam James
2021-04-22 20:15 Sam James
2021-04-22 12:23 Sam James
2021-04-22 11:10 Miroslav Šulc
2020-05-07 14:07 Lars Wendler
2020-05-07 12:42 Lars Wendler
2020-04-26  8:31 Mikle Kolyada
2020-04-11 10:20 Sergei Trofimovich
2019-11-20 14:06 Andreas Sturmlechner
2018-10-20 12:16 Sergei Trofimovich
2018-10-02 14:02 Tobias Klausmann
2018-09-03 17:40 Markus Meier
2018-08-21  0:13 Sergei Trofimovich
2018-08-18 23:18 Mikle Kolyada
2018-08-18 22:24 Sergei Trofimovich
2018-08-18 19:24 Sergei Trofimovich
2018-05-24  0:42 Aaron Bauman
2018-04-19 19:42 Sergei Trofimovich
2017-06-20  9:20 Alexis Ballier
2017-06-10 20:14 Sergei Trofimovich
2017-04-05 14:07 Tobias Klausmann
2017-02-23 12:35 Michael Weber
2017-02-22 21:09 Michael Weber
2017-02-22 13:19 Jeroen Roovers
2017-02-18  8:51 Jeroen Roovers
2017-02-17 17:28 Markus Meier
2017-02-15 15:56 Agostino Sarubbo
2017-02-15 15:05 Agostino Sarubbo
2017-02-05 11:59 Jeroen Roovers
2017-01-02 11:02 Lars Wendler
2017-01-02 11:02 Lars Wendler
2016-12-24 10:33 Alexis Ballier
2016-07-13 10:16 Lars Wendler
2016-02-18 15:59 Alexis Ballier
2015-10-30 14:45 Alexis Ballier
2015-10-30 14:45 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1640333455.17c5c231b4447ad01539ec9365e961e62fc56328.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox