Support conf-ffmpeg on Centos 9 and newer and Fedora 41 and newer #28814
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On #28810 I spotted lots of Centos and Fedora errors, e.g.
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/1ad1c6b061983bdeb27a2757dca4d07fcd0c892a/variant/distributions,centos-9-ocaml-4.14,ffmpeg.1.2.7
After some digging it seems the package is named
ffmpeg-free-develon those newer distribution versions:https://pkgs.org/download/ffmpeg-free-devel
Why precisely Centos 9 and Fedora 41?
I have not been able to locate a source for the precise distribution version where the name changed.
From the following Fedora page, it seems it has been in effect since at least Fedora 41:
https://packages.fedoraproject.org/pkgs/ffmpeg/ffmpeg-free-devel/
I don't know of a Centos package database documenting when it changed there.
AFAIU Centos is a Fedora derivative and "Enterprise Linux" (EPEL) also links to the Fedora database from here:
https://repology.org/project/ffmpeg/versions
According to https://docs.fedoraproject.org/en-US/epel/epel-faq/
Hence Centos 9 and Fedora 41 is my best effort from the above sources... 🤷