public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/chromaprint/
Date: Wed, 13 Jul 2016 10:16:49 +0000 (UTC)	[thread overview]
Message-ID: <1468404965.8be5d2af742d892796964619091b6b23b5d9ccaf.polynomial-c@gentoo> (raw)

commit:     8be5d2af742d892796964619091b6b23b5d9ccaf
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 08:02:16 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 10:16:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be5d2af

media-libs/chromaprint: Bump to version 1.3.2

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

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

diff --git a/media-libs/chromaprint/Manifest b/media-libs/chromaprint/Manifest
index e5de346..93c1777 100644
--- a/media-libs/chromaprint/Manifest
+++ b/media-libs/chromaprint/Manifest
@@ -1,2 +1,3 @@
 DIST chromaprint-1.2.tar.gz 529646 SHA256 822b8949a322ac04c6f8a3ed78f5e689bcc493c6ca0972bf627c913c8430031a SHA512 dc61db8894a20df3d7e7317cd7cd97148c19be5854dd66409341cb8e47c045e1c632b254e14a869279983a5af2cc6f9effea21b77a63dff729511e6144439cbb WHIRLPOOL b2efb45c23e950b6a4d95c078bed15b03ef35e423b106428a7607034276b343b8c223ffa71e021846ed48f535663e062ae8042d281d769a04effc9afd8a600dd
 DIST chromaprint-1.3.1.tar.gz 538251 SHA256 8f95a011e6fe3a75281520daa9376b7f028300e20a5be9af08ef9c851d4bb581 SHA512 b900d9c94057354982c2c32b37d10bb8ac1b63d005ece1fe6aae38a037e18ea8e77c5e95faff51b8c725b3ff9f3551ab0ef2baf470b49952e5c3c3662da46aae WHIRLPOOL f0045dda0f5e3e29bdb9f2fc1a5ebe8922a7d976c351ca8d8ab817cc7ed6a026cf1b86732e5dda6a3cd1110281d5a0f3006cfb3e1c2f58adc8f9fc0cffc2fbce
+DIST chromaprint-1.3.2.tar.gz 538395 SHA256 c3af900d8e7a42afd74315b51b79ebd2e43bc66630b4ba585a54bf3160439652 SHA512 7f89eb09f293a3691efcb01544da612cf674a00af1c188db3f1075db44fee0a8e0aeff3ca6eccd0731ae6bbff9eb0fd51b22128fa927fdbd21638e2832f76e95 WHIRLPOOL 8af59c57423168d44867e98345a48861132412b5d07357bacfe99d362b7e89a34b594eac6427bca6ed935ae87fffd7f91a1d2bddef5f75b9d93dbb85e4bcdad9

diff --git a/media-libs/chromaprint/chromaprint-1.3.2.ebuild b/media-libs/chromaprint/chromaprint-1.3.2.ebuild
new file mode 100644
index 0000000..88e63c7
--- /dev/null
+++ b/media-libs/chromaprint/chromaprint-1.3.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-multilib
+
+DESCRIPTION="A client-side library that implements a custom algorithm for extracting fingerprints"
+HOMEPAGE="http://acoustid.org/chromaprint"
+SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+IUSE="libav test tools"
+
+# note: use ffmpeg or libav instead of fftw because it's recommended and required for tools
+RDEPEND="
+	libav? ( >=media-video/libav-11:0=[${MULTILIB_USEDEP}] )
+	!libav? ( >=media-video/ffmpeg-2.6:0=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-cpp/gtest[${MULTILIB_USEDEP}]
+		dev-libs/boost[${MULTILIB_USEDEP}]
+	)"
+
+DOCS="NEWS.txt README.md"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.1-gtest.patch )
+
+multilib_src_configure() {
+	local mycmakeargs=(
+		"-DBUILD_EXAMPLES=$(multilib_native_usex tools ON OFF)"
+		"-DBUILD_TESTS=$(usex test ON OFF)"
+		-DWITH_AVFFT=ON
+		)
+	cmake-utils_src_configure
+}
+
+multilib_src_test() {
+	emake check
+}


             reply	other threads:[~2016-07-13 10:16 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13 10:16 Lars Wendler [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-12-24  8:10 Miroslav Šulc
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-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=1468404965.8be5d2af742d892796964619091b6b23b5d9ccaf.polynomial-c@gentoo \
    --to=polynomial-c@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