mgorny      15/02/27 22:24:32

  Modified:             chromaprint-1.2.ebuild ChangeLog
  Log:
  Use USE=libav to control ffmpeg/libav linking. Patch provided by Nikoli in 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/62.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/chromaprint-1.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/chromaprint-1.2.ebuild?r1=1.2&r2=1.3

Index: chromaprint-1.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chromaprint-1.2.ebuild      20 Nov 2014 17:07:44 -0000      1.2
+++ chromaprint-1.2.ebuild      27 Feb 2015 22:24:32 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.2 
2014/11/20 17:07:44 klausman Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-1.2.ebuild,v 1.3 
2015/02/27 22:24:32 mgorny Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -12,10 +12,13 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-fbsd"
-IUSE="test tools"
+IUSE="libav test tools"
 
-# note: use ffmpeg instead of fftw because it's recommended and required for 
tools
-RDEPEND=">=virtual/ffmpeg-0.10"
+# note: use ffmpeg or libav instead of fftw because it's recommended and 
required for tools
+RDEPEND="
+       libav? ( media-video/libav:0= )
+       !libav? ( media-video/ffmpeg:0= )
+"
 DEPEND="${RDEPEND}
        test? (
                dev-cpp/gtest



1.20                 media-libs/chromaprint/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   20 Nov 2014 17:07:44 -0000      1.19
+++ ChangeLog   27 Feb 2015 22:24:32 -0000      1.20
@@ -1,6 +1,10 @@
 # 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.19 
2014/11/20 17:07:44 klausman Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/ChangeLog,v 1.20 
2015/02/27 22:24:32 mgorny Exp $
+
+  27 Feb 2015; Michał Górny <[email protected]> chromaprint-1.2.ebuild:
+  Use USE=libav to control ffmpeg/libav linking. Patch provided by Nikoli in
+  https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/62.
 
   20 Nov 2014; Tobias Klausmann <[email protected]> chromaprint-1.2.ebuild:
   Keyworded on alpha, bug 489436




Reply via email to