From 55d7f84c7eee60392326bf9f6319e804ec8ec724 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 22 Jan 2015 12:38:43 +0000 Subject: Switch from ffmpeg1 to ffmpeg2. Bump PKGREVISION. Not buildlink3ed, so no recursive PKGREVISION++ necessary. --- audio/chromaprint/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3