pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/chromaprint
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 26 21:21:44 UTC 2023
Modified Files:
pkgsrc/audio/chromaprint: Makefile
Log Message:
chromaprint: switch to ffmpeg6
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/chromaprint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/chromaprint/Makefile
diff -u pkgsrc/audio/chromaprint/Makefile:1.37 pkgsrc/audio/chromaprint/Makefile:1.38
--- pkgsrc/audio/chromaprint/Makefile:1.37 Sun Jul 30 08:11:49 2023
+++ pkgsrc/audio/chromaprint/Makefile Tue Sep 26 21:21:44 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2023/07/30 08:11:49 nia Exp $
+# $NetBSD: Makefile,v 1.38 2023/09/26 21:21:44 wiz Exp $
DISTNAME= chromaprint-1.5.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=acoustid/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -27,8 +27,8 @@ SOEXT= so
.endif
.for lib in AVCODEC AVFORMAT AVUTIL SWRESAMPLE
-CMAKE_ARGS+= -DFFMPEG_LIB${lib}_INCLUDE_DIRS=${BUILDLINK_PREFIX.ffmpeg5}/include/ffmpeg5
-CMAKE_ARGS+= -DFFMPEG_LIB${lib}_LIBRARIES=${BUILDLINK_PREFIX.ffmpeg5}/lib/ffmpeg5/lib${lib:tl}.${SOEXT}
+CMAKE_ARGS+= -DFFMPEG_LIB${lib}_INCLUDE_DIRS=${BUILDLINK_PREFIX.ffmpeg6}/include/ffmpeg6
+CMAKE_ARGS+= -DFFMPEG_LIB${lib}_LIBRARIES=${BUILDLINK_PREFIX.ffmpeg6}/lib/ffmpeg6/lib${lib:tl}.${SOEXT}
.endfor
PKGCONFIG_OVERRIDE= libchromaprint.pc.cmake
@@ -37,5 +37,5 @@ PKGCONFIG_OVERRIDE= libchromaprint.pc.cm
.include "../../devel/cmake/build.mk"
.include "../../math/fftw/buildlink3.mk"
# On Darwin, chromaprint uses Accelerate.framework, but fpcalc still needs FFmpeg
-.include "../../multimedia/ffmpeg5/buildlink3.mk"
+.include "../../multimedia/ffmpeg6/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index