summaryrefslogtreecommitdiff
path: root/audio/chromaprint
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-22 22:45:26 +0000
committerwiz <wiz@pkgsrc.org>2015-01-22 22:45:26 +0000
commit93d76f9793a39ba64eb33b5edee6533ba111661b (patch)
tree1dfacac60bfd638d43173d52af788832ab7946e4 /audio/chromaprint
parent5370a562bd2dc9816bf1b99cf80b8b26bfb62195 (diff)
downloadpkgsrc-93d76f9793a39ba64eb33b5edee6533ba111661b.tar.gz
I was mistaken: this does not support ffmpeg2; revert previous.
Diffstat (limited to 'audio/chromaprint')
-rw-r--r--audio/chromaprint/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
index 3054198d855..d9d4187fabf 100644
--- a/audio/chromaprint/Makefile
+++ b/audio/chromaprint/Makefile
@@ -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 @@ USE_CMAKE= yes
# 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"