git: 7682abe9110b - main - audio/essentia: Mark BROKEN, fails to build with FFmpeg 9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Sep 2026 14:19:51 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7682abe9110b7985d7a3a5e4054deeca0bc707c5
commit 7682abe9110b7985d7a3a5e4054deeca0bc707c5
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-09-05 11:02:05 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-09-05 14:16:31 +0000
audio/essentia: Mark BROKEN, fails to build with FFmpeg 9
PR: 297355, 297365
---
audio/essentia/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/audio/essentia/Makefile b/audio/essentia/Makefile
index ff985013da6a..afad7e70c16e 100644
--- a/audio/essentia/Makefile
+++ b/audio/essentia/Makefile
@@ -12,6 +12,8 @@ WWW= https://essentia.upf.edu/ \
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING.txt
+BROKEN= Fails to build with FFmpeg 9
+
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libchromaprint.so:audio/chromaprint \