Date: Sat, 28 Mar 2026 16:43:35 +0000 From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4a980cd347ff - main - multimedia/wl-screenrec: Mark BROKEN with FFmpeg 8.1+ Message-ID: <69c80537.329de.283f136@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a980cd347ff3a0a9c30a7844e84ab11c1b1542a commit 4a980cd347ff3a0a9c30a7844e84ab11c1b1542a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2026-03-28 16:04:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2026-03-28 16:43:22 +0000 multimedia/wl-screenrec: Mark BROKEN with FFmpeg 8.1+ Fails to build, non-exhaustive patterns: `sys::AVColorPrimaries::AVCOL_PRI_EXT_BASE` and `sys::AVColorPrimaries::AVCOL_PRI_EXT_NB` not covered Port is also outdated and there's an open PR to support FFmpeg 8.0 Reference: https://github.com/russelltg/wl-screenrec/pull/146 PR: 293872 Reported by: antoine via exp-run --- multimedia/wl-screenrec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile index 13b70595450f..744bf1e6b2cb 100644 --- a/multimedia/wl-screenrec/Makefile +++ b/multimedia/wl-screenrec/Makefile @@ -10,7 +10,8 @@ WWW= https://github.com/russelltg/wl-screenrec LICENSE= APACHE20 -BROKEN_i386= https://github.com/zmwangx/rust-ffmpeg-sys/issues/96 +#BROKEN_i386= https://github.com/zmwangx/rust-ffmpeg-sys/issues/96 +BROKEN= Fails to build with FFmpeg 8.1+, non-exhaustive patterns: `sys::AVColorPrimaries::AVCOL_PRI_EXT_BASE` and `sys::AVColorPrimaries::AVCOL_PRI_EXT_NB` not covered LIB_DEPENDS= libdrm.so:graphics/libdrm \ libavformat.so:multimedia/ffmpeghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c80537.329de.283f136>
