Ok i seem to be having trouble fixing my dependencies for this package, which i need to update in order to get out of the pacman dependency hell that i seem to have unwittingly stepped into in the quest to give my archlinux system an update.
so firstly i tried to run a regular pacman -Syyu
which promptly tried to put me on the mainstream ffmpeg
library from the standard repos, which i cant do as i have obs0-studio-tytan652
installed
so i tried to use yay
to update obs-ffmpeg... this prompted me to upgrade the required libx264 and vmaf to satisfy dependencies - i updated them to versions x264 3:0.164.r3081.19856cc-1
and vmaf 2.3.0-1
while the software seems to have accepted the x264 upgrade, its still struggling to find the version of vmaf I have installed, asking for vmaf>=2
even though i have version 2.3.0-1
installed
Edit: I seem to have fixed it just by doing it manually with mkpkg -si
and not using yay
its a little bit annoying to have to do that every time though.
Pinned Comments
tytan652 commented on 2022-07-23 05:48 (UTC) (edited on 2024-06-21 13:15 (UTC) by tytan652)
Please, this package follow Arch Linux
ffmpeg
package version (not the staging or the testing one).Don't put
ffmpeg-obs
out-of-date if both packages are on the same version. If you do, you might be ignored in the future.tytan652 commented on 2021-12-17 15:32 (UTC)
OBS Project actually patch FFmpeg to fix some issues and also add RIST support starting from 27.2.
So I created this package, a ffmpeg package that ensure that you have those.
I really wanted to not do this but some fixes are needed, so I did my best to add those "feature-set options".
They allow you to build ffmpeg with feature-set based on other ffmpeg packages from AUR.
Read the PKGBUILD for more information about them.