yngwin      14/11/09 12:05:46

  Modified:             ChangeLog
  Added:                chromaprint-1.2.ebuild
  Log:
  Version bump. Thanks to dolphinling in bug #521816 for the updated ebuild.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  Changes    Path
1.18                 media-libs/chromaprint/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   4 Mar 2014 20:17:40 -0000       1.17
+++ ChangeLog   9 Nov 2014 12:05:46 -0000       1.18
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/chromaprint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.17 
2014/03/04 20:17:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.18 
2014/11/09 12:05:46 yngwin Exp $
+
+*chromaprint-1.2 (09 Nov 2014)
+
+  09 Nov 2014; Ben de Groot <[email protected]> +chromaprint-1.2.ebuild:
+  Version bump. Thanks to dolphinling in bug #521816 for the updated ebuild.
 
   04 Mar 2014; Agostino Sarubbo <[email protected]> chromaprint-1.1.ebuild:
   Stable for x86, wrt bug #500882



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

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

Index: chromaprint-1.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-1.2.ebuild,v 1.1 
2014/11/09 12:05:46 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 ~amd64-fbsd"
IUSE="test tools"

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

DOCS="NEWS.txt README.md"

PATCHES=( "${FILESDIR}"/${PN}-1.1-gtest.patch )

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

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

src_install() {
        cmake-utils_src_install
}




Reply via email to