pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/chromaprint I was mistaken: this does not suppor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11e44c89d620
branches:  trunk
changeset: 645082:11e44c89d620
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 22 22:45:26 2015 +0000

description:
I was mistaken: this does not support ffmpeg2; revert previous.

diffstat:

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

diffs (24 lines):

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



Home | Main Index | Thread Index | Old Index