Make a system upgrade, go back to the repo ffmpeg
and obs-studio
and then reinstall AUR variant is the simplest way.
FFmpeg major version update will always be like that.
Git Clone URL: | https://aur.archlinux.org/ffmpeg-obs.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-obs |
Description: | Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD |
Upstream URL: | https://ffmpeg.org/ |
Keywords: | audio codec convert encoder ffmpeg media obs vaapi video |
Licenses: | GPL-3.0-only |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 22 |
Popularity: | 1.23 |
First Submitted: | 2021-12-16 11:56 (UTC) |
Last Updated: | 2025-05-11 05:55 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »
Make a system upgrade, go back to the repo ffmpeg
and obs-studio
and then reinstall AUR variant is the simplest way.
FFmpeg major version update will always be like that.
I changed the PKGBUILD file as @werl suggested, ran makepkg -f
and then yay -U ffmpeg-obs-7.0.1-2-x86_64.pkg.tar.zst
but I still get the same conflict/breaks dependencies message.
Judging by what I'm seeing on the official ffmpeg repo, the PKGBUILD needs to change provides to the following:
provides=(
"ffmpeg=$pkgver"
"libavcodec.so=60-64"
"libavdevice.so=61-64"
"libavfilter.so=10.64"
"libavformat.so=61-64"
"libavutil.so=59-64"
"libpostproc.so=58-64"
"libswresample.so=5-64"
"libswscale.so=8-64"
)
When trying to upgrade, I get these conflicts:
loading packages...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavcodec.so=60-64' required by chromaprint
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavformat.so=60-64' required by chromaprint
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavutil.so=58-64' required by chromaprint
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libswresample.so=4-64' required by chromaprint
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavcodec.so=60-64' required by mpv
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavdevice.so=60-64' required by mpv
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavfilter.so=9-64' required by mpv
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavformat.so=60-64' required by mpv
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libavutil.so=58-64' required by mpv
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libswresample.so=4-64' required by mpv
:: installing ffmpeg-obs (7.0.1-2) breaks dependency 'libswscale.so=7-64' required by mpv
-> error installing: [/home/corben78/.cache/yay/ffmpeg-obs/ffmpeg-obs-7.0.1-2-x86_64.pkg.tar.zst] - exit status 1
Cannot install ffmpeg-2:7.0.1-1 either, so I'm currently stuck.
I'll use ${CARCH/%_v?/}
but I will will not add more architecture to arch
.
If x86_64
is not enough for versioned variants, there is an issue on how this is dealt with.
And I will only put as arch
, arches that I try to support.
Specifying versioned x86_64 is good for packages repos, but clearly not ideal not for the AUR.
020-ffmpeg-add-svt-hevc-ged80959.patch
and 040-ffmpeg-add-svt-vp9-g3b9a3fa.patch
need their checksums updated; https://gitlab.archlinux.org/freso/ffmpeg-obs/-/commit/ee903595b820c56bd4550d5f07da4dc1b088a02b
I would also appreciate it if you would add a couple of small tweaks that would allow building against CARCH=x86_64_v{2,3,4,…}
; https://gitlab.archlinux.org/freso/ffmpeg-obs/-/commit/03406c643f7927a9d52265f8a308f057e12e0292
Thank you! :)
Package needs to be updated to match libavcodec.so.61 required by packages from main tree branches.
I currently can't use this package and the obs-studio-* (not including -git) that relies on it due to an arch update that updates ffmpeg to 2:7.0.1-1 causing a whole bunch of things to break, and right now i am using the arch repo ffmpeg due to mpv and chromaprint (which is needed by gst-plugins-bad). Hopefully it gets updated soon...
@Fazzi, your system is either not up to date or broken.
vapoursynth
has been rebuilt against Python 3.12.
Unable to build ffmpeg-obs because of python 3.12. Here is the error:
Package 'python-3.11', required by 'vapoursynth-script', not found
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.