pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/chromaprint chromaprint: add comment to upstream...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2c4e2f6c56b
branches:  trunk
changeset: 381072:e2c4e2f6c56b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 27 16:16:16 2022 +0000

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

diffstat:

 audio/chromaprint/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e1abedac4b8c -r e2c4e2f6c56b audio/chromaprint/Makefile
--- a/audio/chromaprint/Makefile        Mon Jun 27 16:05:53 2022 +0000
+++ b/audio/chromaprint/Makefile        Mon Jun 27 16:16:16 2022 +0000
@@ -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 @@
 
 .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