[Bug 261302] multimedia/ffmpeg: update to 6.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 261302] multimedia/ffmpeg: update to 5.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Mar 2023 21:04:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261302 --- Comment #54 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0dadc529fe9c4ee69dd96db92e2d0572d2092aa commit f0dadc529fe9c4ee69dd96db92e2d0572d2092aa Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-17 18:58:47 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-17 20:59:23 +0000 multimedia/ffmpeg: fork 4.* into a pinned port Mainly for leaf consumers: applications but not plugins or libraries. Otherwise, indirectly mixing different versions of ffmpeg libraries at runtime can lead to crashes. To use simply add the following before <bsd.port.mk> or <bsd.port.pre.mk> .include "${.CURDIR:H:H}/multimedia/ffmpeg4/override.mk" PR: 261302 Inspired by: c717faa5c764 multimedia/Makefile | 1 + multimedia/ffmpeg4/Makefile (new) | 655 ++++++++++++++ multimedia/ffmpeg4/distinfo (new) | 9 + multimedia/ffmpeg4/files/patch-configure (new) | 26 + multimedia/ffmpeg4/files/patch-doc-Makefile (new) | 11 + .../ffmpeg4/files/patch-libavdevice_v4l2.c (new) | 18 + .../files/patch-libavfilter_vf__lensfun.c (new) | 51 ++ .../ffmpeg4/files/patch-libavformat_rtsp.c (new) | 44 + .../ffmpeg4/files/patch-libavutil-common.h (new) | 13 + .../ffmpeg4/files/patch-libavutil-x86-asm.h (new) | 11 + .../files/patch-libavutil_hwcontext__drm.c (new) | 24 + .../patch-libswscale_ppc_yuv2rgb__altivec.c (new) | 15 + multimedia/ffmpeg4/files/patch-svtav1 (new) | 437 ++++++++++ multimedia/ffmpeg4/files/patch-vmaf (new) | 951 +++++++++++++++++++++ multimedia/ffmpeg4/override.mk (new) | 8 + multimedia/ffmpeg4/pkg-descr (new) | 3 + multimedia/ffmpeg4/pkg-plist (new) | 220 +++++ 17 files changed, 2497 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.