diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-22 12:38:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-22 12:38:43 +0000 |
commit | 55d7f84c7eee60392326bf9f6319e804ec8ec724 (patch) | |
tree | 32b80bacf6f4ae190e4b3dbf6cd392cc58ea7fb6 /audio | |
parent | 3f879eaadee207258a01ebd2410688474731133f (diff) | |
download | pkgsrc-55d7f84c7eee60392326bf9f6319e804ec8ec724.tar.gz |
Switch from ffmpeg1 to ffmpeg2.
Bump PKGREVISION.
Not buildlink3ed, so no recursive PKGREVISION++ necessary.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/chromaprint/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile index 54e2975fcae..3054198d855 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -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 @@ 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.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" |