diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-22 22:45:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-22 22:45:26 +0000 |
commit | e618807fce3208d1c8fd43ffd5e239a9cb8218e1 (patch) | |
tree | 1dfacac60bfd638d43173d52af788832ab7946e4 /audio | |
parent | 6d7d91ec782dcf73f0676074436f3fda7819359f (diff) | |
download | pkgsrc-e618807fce3208d1c8fd43ffd5e239a9cb8218e1.tar.gz |
I was mistaken: this does not support ffmpeg2; revert previous.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/chromaprint/Makefile | 7 |
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" |