pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/chromaprint Switch from ffmpeg1 to ffmpeg2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da5e0a2fa252
branches:  trunk
changeset: 645068:da5e0a2fa252
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 22 12:38:43 2015 +0000

description:
Switch from ffmpeg1 to ffmpeg2.
Bump PKGREVISION.

Not buildlink3ed, so no recursive PKGREVISION++ necessary.

diffstat:

 audio/chromaprint/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r f1ed7733a99a -r da5e0a2fa252 audio/chromaprint/Makefile
--- a/audio/chromaprint/Makefile        Thu Jan 22 12:34:51 2015 +0000
+++ b/audio/chromaprint/Makefile        Thu Jan 22 12:38:43 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2014/08/31 21:44:32 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/01/22 12:38:43 wiz Exp $
 
 DISTNAME=      chromaprint-1.2
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  https://bitbucket.org/acoustid/chromaprint/downloads/
 
@@ -14,9 +15,9 @@
 # build and install "fpcalc"
 CMAKE_ARGS+=   -DBUILD_EXAMPLES:BOOL=on
 # tell it where to find ffmpeg
-CMAKE_ARGS+=   -DFFMPEG_ROOT:PATH=${BUILDLINK_PREFIX.ffmpeg1}
+CMAKE_ARGS+=   -DFFMPEG_ROOT:PATH=${BUILDLINK_PREFIX.ffmpeg2}
 
 PKGCONFIG_OVERRIDE=    libchromaprint.pc.cmake
 
-.include "../../multimedia/ffmpeg1/buildlink3.mk"
+.include "../../multimedia/ffmpeg2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index