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:           Mon Jun 27 16:16:16 UTC 2022

Modified Files:
        pkgsrc/audio/chromaprint: Makefile

Log Message:
chromaprint: add comment to upstream bug report that this doesn't support ffmpeg5


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/audio/chromaprint/Makefile:1.32
--- pkgsrc/audio/chromaprint/Makefile:1.31      Wed Jan  5 21:41:28 2022
+++ pkgsrc/audio/chromaprint/Makefile   Mon Jun 27 16:16:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/01/05 21:41:28 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2022/06/27 16:16:16 wiz Exp $
 
 DISTNAME=      chromaprint-1.5.1
 CATEGORIES=    audio
@@ -33,5 +33,7 @@ PKGCONFIG_OVERRIDE=   libchromaprint.pc.cm
 
 .include "../../math/fftw/buildlink3.mk"
 # On Darwin, chromaprint uses Accelerate.framework, but fpcalc still needs FFmpeg
+# does not support ffmpeg4 yet:
+# https://github.com/acoustid/chromaprint/issues/117
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index