There is a new pull request by milgra against master on the void-packages repository https://github.com/milgra/void-packages ffmpeg5-branch https://github.com/void-linux/void-packages/pull/42840 New package: ffmpeg5-5.1.2 #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, (ARCH-LIBC) #### Doesn't install with xi, help needed on that After checking out [36315](https://github.com/void-linux/void-packages/pull/36315) and [41470](https://github.com/void-linux/void-packages/pull/41470) I've decided to create a separate ffmpeg5 package. There are a few good reasons for this : - This is a clean and safe way to have ffmpeg5 in the source packages without breaking the other packages using the current ffmpeg ( 4.1.2 ) - I have problems with [41470](https://github.com/void-linux/void-packages/pull/41470), testing program compatibility by just compiling is not safe. ffmpeg 5 introduced major breaking changes, it should be the program creator who makes sure that the program works well with an updated dependency. With the ffmpeg5 package we can go through all packages one by one and and check if they are already using ffmpeg5 or not, and we can update them - Since the ffmpeg project increases the major version every year and introduces breaking changes and the current version is 6.x, we will need a separate ffmpeg5 package anyway in the next year - Since ffmpeg is a very important package used by lots of programs and they are changing major versions very quickly it seems better to have versioned packages and the versionless just links to the latest or most stable one. We are already doing this with libvpx for example. I went through ffmpeg 5's makefile and linked and enabled all the dependencies that are available for void and recent enough for ffmpeg 5. It compiles fine on a clean void install and the binaries are there but for some reason 'xi ffmpeg' is not working, the -devel package misses the compiled dependencies, I don't know how to tell xbps-src to install the libraries first, I would like to ask for help in this topic. I also couldn't test if the new shared objects break the packages linking to the old shared objects. A patch file from https://github.com/void-linux/void-packages/pull/42840.patch is attached