diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2026-03-08 23:11:28 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2026-03-08 23:16:59 +0000 |
| commit | 15dea205dcd006fb94a96d7ffafd617e3ba4201d (patch) | |
| tree | 419704c508ee2e7835de1375ae113a8d53f2ce72 | |
| parent | fc609a55da8f469459cd977025343dc82b5386e3 (diff) | |
multimedia/ffmpeg4: Mark DEPRECATED and set deprecation to 2026-06-30
We currently have no extra hands or people interested in maintaining
a legacy version of FFmpeg that only a handful of ports are still
depending on. Last upstream release for the 4.4 branch as of writing
is 4.4.6 released on 2025-05-17 so we're more than half a year behind.
| -rw-r--r-- | multimedia/ffmpeg4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile index f6f1cfbcd8de..e5cb726577fb 100644 --- a/multimedia/ffmpeg4/Makefile +++ b/multimedia/ffmpeg4/Makefile @@ -12,6 +12,9 @@ WWW= https://ffmpeg.org/ LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi +DEPRECATED= Outdated and unsupported version, consider migrating to multimedia/ffmpeg +EXPIRATION_DATE=2026-06-30 + BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_aarch64= as:devel/binutils BUILD_DEPENDS_amd64= nasm:devel/nasm |
