ffmpeg 5.1 was released on 2022-07-22. I think Gentoo should also update to that version. Reproducible: Always I already made an updated ebuild for 5.1 and added/changed the following things: add USE for jpegxl lcms libplacebo + their deps bump deps where needed: >=media-libs/svt-av1-0.8.4 -> >=media-libs/svt-av1-0.9.0 media-libs/libvmaf -> >=media-libs/libvmaf-2.0.0 remove vmaf path patch -> I think it was deprecated upstream (now says `{"model_path", "use model='path=...'.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS|AV_OPT_FLAG_DEPRECATED},`) remove ranlib backport patch -> seems to be upstreamed I will attach a patch including all the changes to metadata.txt Manifest and also the ebuild itself.
Created attachment 799287 [details, diff] Patch for the Gentoo tree
Created attachment 799289 [details] Plain ebuild for ffmpeg-5.1
Thank you! I've submitted a PR: https://github.com/gentoo/gentoo/pull/27025 I'll merge the PR relatively soon if there are no objections.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80ec15be2b80206a490f04e0ab8f98c001e3eeb commit a80ec15be2b80206a490f04e0ab8f98c001e3eeb Author: Jonas Rakebrandt <xarblu@protonmail.com> AuthorDate: 2022-08-27 01:25:02 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2022-08-28 15:19:51 +0000 media-video/ffmpeg: 5.1 version bump Closes: https://bugs.gentoo.org/864893 Signed-off-by: Craig Andrews <candrews@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27025 Signed-off-by: Craig Andrews <candrews@gentoo.org> media-video/ffmpeg/Manifest | 2 + media-video/ffmpeg/ffmpeg-5.1.ebuild | 606 ++++++++++++++++++++++++++++++++++ media-video/ffmpeg/ffmpeg-9999.ebuild | 14 +- media-video/ffmpeg/metadata.xml | 3 + 4 files changed, 620 insertions(+), 5 deletions(-)