public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/chromaprint: chromaprint-1.0.ebuild ChangeLog
@ 2013-11-03  9:40 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2013-11-03  9:40 UTC (permalink / raw
  To: gentoo-commits

yngwin      13/11/03 09:40:39

  Modified:             ChangeLog
  Added:                chromaprint-1.0.ebuild
  Log:
  version bump, bug #489918
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)

Revision  Changes    Path
1.10                 media-libs/chromaprint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Apr 2013 11:04:22 -0000	1.9
+++ ChangeLog	3 Nov 2013 09:40:39 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/chromaprint
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.9 2013/04/05 11:04:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.10 2013/11/03 09:40:39 yngwin Exp $
+
+*chromaprint-1.0 (03 Nov 2013)
+
+  03 Nov 2013; Ben de Groot <yngwin@gentoo.org> +chromaprint-1.0.ebuild,
+  +files/chromaprint-1.0-libav9.patch:
+  version bump, bug #489918
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> chromaprint-0.7.ebuild:
   Stable for x86, wrt bug #464532



1.1                  media-libs/chromaprint/chromaprint-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/chromaprint-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/chromaprint-1.0.ebuild?rev=1.1&content-type=text/plain

Index: chromaprint-1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-1.0.ebuild,v 1.1 2013/11/03 09:40:39 yngwin Exp $

EAPI=5
inherit cmake-utils

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"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test tools"

# note: use ffmpeg instead of fftw because it's recommended and required for tools
RDEPEND=">=virtual/ffmpeg-0.10
	tools? ( >=media-libs/taglib-1.6 )"
DEPEND="${RDEPEND}
	test? (
		dev-cpp/gtest
		dev-libs/boost
	)
	tools? ( dev-libs/boost )"

DOCS="NEWS.txt README.txt"

PATCHES=( "${FILESDIR}/${PN}-0.7-ffmpeg.patch"
	"${FILESDIR}/${P}-libav9.patch" )

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_build tools EXAMPLES)
		$(cmake-utils_use_build test TESTS)
		$(cmake-utils_use_build tools)
		-DWITH_AVFFT=ON
		)
	cmake-utils_src_configure
}

src_test() {
	cd "${CMAKE_BUILD_DIR}" || die
	emake check
}

src_install() {
	cmake-utils_src_install
	use tools && dobin "${CMAKE_BUILD_DIR}"/tools/fpcollect
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-03  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-03  9:40 [gentoo-commits] gentoo-x86 commit in media-libs/chromaprint: chromaprint-1.0.ebuild ChangeLog Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox