summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-27 16:16:16 +0000
committerwiz <wiz@pkgsrc.org>2022-06-27 16:16:16 +0000
commitfef5dce1aa8a2046bf0f63d5d0ebce7249010a96 (patch)
treeee45502660a8f12f36fadefbcdbad96189513c9c
parent1ddc81fa3f583b715ed579944bab9c8bc2a81381 (diff)
downloadpkgsrc-fef5dce1aa8a2046bf0f63d5d0ebce7249010a96.tar.gz
chromaprint: add comment to upstream bug report that this doesn't support ffmpeg5
-rw-r--r--audio/chromaprint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
index 95432dd2be1..a92c7f8a83f 100644
--- a/audio/chromaprint/Makefile
+++ b/audio/chromaprint/Makefile
@@ -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.cmake
.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"