Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2025 08:55:30 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb776b81ba93 - main - multimedia/ffmpeg: mark as broken ports not supporting ffmpeg > 6
Message-ID:  <694baa82.3fc7e.4da99d46@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eb776b81ba939ed8bdbd02faad6c4fa25c6db537

commit eb776b81ba939ed8bdbd02faad6c4fa25c6db537
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-12-24 07:47:39 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-12-24 08:55:20 +0000

    multimedia/ffmpeg: mark as broken ports not supporting ffmpeg > 6
---
 audio/aqualung/Makefile                       | 2 ++
 audio/bliss/Makefile                          | 2 ++
 emulators/emu64/Makefile                      | 2 ++
 emulators/rpcs3/Makefile                      | 2 ++
 games/alephone/Makefile                       | 2 ++
 games/openenroth/Makefile                     | 2 ++
 graphics/blender/Makefile                     | 2 ++
 graphics/glaxnimate/Makefile                  | 2 ++
 multimedia/decord/Makefile                    | 2 ++
 multimedia/dvbcut/Makefile                    | 2 ++
 multimedia/dvdstyler/Makefile                 | 2 ++
 multimedia/kodi/Makefile                      | 2 ++
 multimedia/lebiniou/Makefile                  | 2 ++
 multimedia/nymphcast/Makefile                 | 2 ++
 multimedia/obs-streamfx/Makefile              | 2 ++
 multimedia/olive/Makefile                     | 2 ++
 multimedia/py-av/Makefile                     | 2 ++
 multimedia/subtitlecomposer/Makefile          | 2 ++
 multimedia/vapoursynth-l-smash-works/Makefile | 2 ++
 multimedia/webcamoid/Makefile                 | 2 ++
 multimedia/zoneminder/Makefile                | 2 ++
 x11/taiga/Makefile                            | 2 ++
 22 files changed, 44 insertions(+)

diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile
index 6fc16e8b5ee1..9e3b41038eaa 100644
--- a/audio/aqualung/Makefile
+++ b/audio/aqualung/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Music player with rich features
 WWW=		https://aqualung.jeremyevans.net/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	a991c13d0df734a5d0fea7db6b181176858f3e58.patch:-p1 # Support newer audio/mac
 PATCHFILES+=	d2c88317b6042a05c236faf3c09f600337c6379e.patch:-p1 # Support newer audio/mac
diff --git a/audio/bliss/Makefile b/audio/bliss/Makefile
index 4c5a45907518..7e81a715c174 100644
--- a/audio/bliss/Makefile
+++ b/audio/bliss/Makefile
@@ -13,6 +13,8 @@ WWW=		https://github.com/Polochon-street/bliss
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libfftw3.so:math/fftw3
 
diff --git a/emulators/emu64/Makefile b/emulators/emu64/Makefile
index d27594aa11a2..a9d36a5fb73c 100644
--- a/emulators/emu64/Makefile
+++ b/emulators/emu64/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Commodore 64 emulator
 WWW=		https://github.com/ThKattanek/emu64
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 7ee70f07a615..2aafb47083c7 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -12,6 +12,8 @@ MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	PS3 emulator/debugger
 WWW=		https://rpcs3.net/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	APACHE20 ISCL GPLv2 MIT ZLIB
 LICENSE_COMB=	multi
 LICENSE_FILE_ISCL=	${WRKSRC_cubeb}/LICENSE
diff --git a/games/alephone/Makefile b/games/alephone/Makefile
index f1c94966ed81..2a86cd7d1fa7 100644
--- a/games/alephone/Makefile
+++ b/games/alephone/Makefile
@@ -9,6 +9,8 @@ MAINTAINER=	fiziologus@gmail.com
 COMMENT=	Open source version of Bungies Marathon game
 WWW=		http://source.bungie.org/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv3
 
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
diff --git a/games/openenroth/Makefile b/games/openenroth/Makefile
index 69614983f039..55f892ff9c8b 100644
--- a/games/openenroth/Makefile
+++ b/games/openenroth/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Open reimplementation of Might and Magic VI-VIII game engine
 WWW=		https://github.com/OpenEnroth/OpenEnroth
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	LGPL3
 
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 60a30e0e7c5d..f187fa70136c 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -13,6 +13,8 @@ MAINTAINER=	FreeBSD@Shaneware.biz
 COMMENT=	3D modeling/rendering/animation package
 WWW=		https://www.blender.org/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/doc/license/GPL3-license.txt
 
diff --git a/graphics/glaxnimate/Makefile b/graphics/glaxnimate/Makefile
index 74cf20d73fe0..6b591b1af361 100644
--- a/graphics/glaxnimate/Makefile
+++ b/graphics/glaxnimate/Makefile
@@ -9,6 +9,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Simple vector animation program
 WWW=		https://glaxnimate.mattbas.org/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
 
diff --git a/multimedia/decord/Makefile b/multimedia/decord/Makefile
index 5340dc1f42f7..924f27849641 100644
--- a/multimedia/decord/Makefile
+++ b/multimedia/decord/Makefile
@@ -11,6 +11,8 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Efficient video loader for deep learning
 WWW=		https://github.com/dmlc/decord
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile
index afcecb344d35..fbeee1a2d8a9 100644
--- a/multimedia/dvbcut/Makefile
+++ b/multimedia/dvbcut/Makefile
@@ -8,6 +8,8 @@ MAINTAINER=	se@FreeBSD.org
 COMMENT=	Qt application for cutting of MPEG PS and MPEG TS streams (DVB)
 WWW=		https://github.com/bernhardu/dvbcut-deb/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	ffmpeg:multimedia/ffmpeg \
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile
index 5a56b811ab5f..c974fe4f7efd 100644
--- a/multimedia/dvdstyler/Makefile
+++ b/multimedia/dvdstyler/Makefile
@@ -11,6 +11,8 @@ MAINTAINER=	ahicks@p-o.co.uk
 COMMENT=	WxWidgets frontend to dvd recoding and authoring programs
 WWW=		https://www.dvdstyler.org/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index 4e459dd479f3..e17a53e2d5a4 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -12,6 +12,8 @@ MAINTAINER=	yzrh@noema.org
 COMMENT=	Award winning media center application
 WWW=		https://kodi.tv/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv2+
 
 ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
diff --git a/multimedia/lebiniou/Makefile b/multimedia/lebiniou/Makefile
index 121e1481eafe..48ceb237fed5 100644
--- a/multimedia/lebiniou/Makefile
+++ b/multimedia/lebiniou/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	lbartoletti@FreeBSD.org
 COMMENT=	User-friendly, powerful music visualization / VJing tool
 WWW=		https://biniou.net/
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
diff --git a/multimedia/nymphcast/Makefile b/multimedia/nymphcast/Makefile
index a92397b3d2e7..020b92afaeba 100644
--- a/multimedia/nymphcast/Makefile
+++ b/multimedia/nymphcast/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	adridg@FreeBSD.org
 COMMENT=	Audio and video source for a television or powered speakers
 WWW=		http://nyanko.ws/nymphcast.php
 
+BROKEN=		Does not build with ffmpeg > 6
+
 # The LICENSE_FILE lives outside the top-of-the-tree because
 # WRKSRC_SUBDIR is set.
 LICENSE=	BSD3CLAUSE
diff --git a/multimedia/obs-streamfx/Makefile b/multimedia/obs-streamfx/Makefile
index a08fd7f73628..8673a17faa26 100644
--- a/multimedia/obs-streamfx/Makefile
+++ b/multimedia/obs-streamfx/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/Xaymar/obs-StreamFX
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Does not build with ffmpeg > 6
+
 NOT_FOR_ARCHS=		i386
 NOT_FOR_ARCHS_REASON=	plugin requires a lot of memory for many of the filters to even run, physical or virtual memory can exceed 4GB
 
diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile
index 632918e153fa..6098406b3356 100644
--- a/multimedia/olive/Makefile
+++ b/multimedia/olive/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Non-linear video editor
 WWW=		https://olivevideoeditor.org/ \
 		https://github.com/olive-editor/olive
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
diff --git a/multimedia/py-av/Makefile b/multimedia/py-av/Makefile
index 4faca1aad617..6159a1794ff6 100644
--- a/multimedia/py-av/Makefile
+++ b/multimedia/py-av/Makefile
@@ -12,6 +12,8 @@ WWW=		https://docs.mikeboers.com/pyav/develop/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LIB_DEPENDS=	libavutil.so:multimedia/ffmpeg
 
 USES=		python pkgconfig
diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile
index 04cf495412d6..4f1b6b83c2de 100644
--- a/multimedia/subtitlecomposer/Makefile
+++ b/multimedia/subtitlecomposer/Makefile
@@ -11,6 +11,8 @@ MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Advanced FFmpeg-based subtitle editor
 WWW=		https://subtitlecomposer.kde.org
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile
index 2a49e8fb7e52..c993e6f82581 100644
--- a/multimedia/vapoursynth-l-smash-works/Makefile
+++ b/multimedia/vapoursynth-l-smash-works/Makefile
@@ -8,6 +8,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	L-SMASH source plugin for VapourSynth
 WWW=		https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile
index 7a0065006fff..24ff8f13933d 100644
--- a/multimedia/webcamoid/Makefile
+++ b/multimedia/webcamoid/Makefile
@@ -11,6 +11,8 @@ WWW=		https://webcamoid.github.io \
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Does not build with ffmpeg > 6
+
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libavcodec.so:multimedia/ffmpeg \
diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile
index dccb2070f244..6b6fee4da53a 100644
--- a/multimedia/zoneminder/Makefile
+++ b/multimedia/zoneminder/Makefile
@@ -13,6 +13,8 @@ WWW=		https://www.zoneminder.com/
 
 LICENSE=	GPLv2
 
+BROKEN=		Does not build with ffmpeg > 6
+
 ZM_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
 		${DBD_MYSQL} \
 		p5-Date-Manip>=0:devel/p5-Date-Manip \
diff --git a/x11/taiga/Makefile b/x11/taiga/Makefile
index 7dcf689f1631..168baebf1997 100644
--- a/x11/taiga/Makefile
+++ b/x11/taiga/Makefile
@@ -10,6 +10,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Take animated screenshots on wlroots compositors
 WWW=		https://hg.sr.ht/~scoopta/taiga
 
+BROKEN=		Does not build with ffmpeg > 6
+
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694baa82.3fc7e.4da99d46>