git: 6b6b5187d8ed - main - multimedia/vapoursynth-l-smash-works: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 12:04:11 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6b6b5187d8ed9856024e208bba6f24a9164c1894
commit 6b6b5187d8ed9856024e208bba6f24a9164c1894
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-04-27 10:19:08 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-04-27 12:01:43 +0000
multimedia/vapoursynth-l-smash-works: Mark BROKEN
Fails to build with FFmpeg 6
PR: 270303
Reviewed by: jbeich (maintainer)
---
multimedia/vapoursynth-l-smash-works/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile
index b99efe0e89ac..4a9ce5d9d90a 100644
--- a/multimedia/vapoursynth-l-smash-works/Makefile
+++ b/multimedia/vapoursynth-l-smash-works/Makefile
@@ -12,6 +12,8 @@ WWW= https://github.com/VFR-maniac/L-SMASH-Works/tree/master/VapourSynth
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build with FFmpeg 6 (PR 270303)
+
BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth
BUILD_DEPENDS+= ffmpeg>=3.2,1:multimedia/ffmpeg
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \