- When upgrade system by executing
sudo pacman -Syyu --noconfirm, I got this:
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
:: unable to satisfy dependency 'libdav1d.so=7-64' required by ffmpeg
- Then,
pacman -Ss dav1d, this is seen:
extra/dav1d 1.2.1-1 [installed]
AV1 cross-platform decoder focused on speed and correctness
extra/dav1d-doc 1.3.0-1
AV1 cross-platform decoder focused on speed and correctness (documentation)
archlinuxcn/lib32-dav1d 1.3.0-1
AV1 cross-platform decoder focused on speed and correctness (32 bit)
archlinuxcn/lib32-dav1d-debug 1.3.0-1
Detached debugging symbols for lib32-dav1d
archlinuxcn/lib32-libdav1d 1.3.0-1
AV1 cross-platform decoder focused on speed and correctness - library (32 bit)
-
dav1d-docis version 1.3.0-1 butdav1dis 1.2.1-1, and the “1.3.0” version ofdav1dprovideslibdav1d.so=7-64which is required byffmpegandffmpeg4.4.(seedav1d 1.3.0-1fromarchlinux: https://archlinux.org/packages/extra/x86_64/dav1d/) -
So, why I could not find
dav1d(version 1.3.0)whenpacman -Ss dav1d?
Manjaro has been behind from archlinux’s update, right?
Up till now, I have tried removing elisa and vlc, but there’s no help. And I cannot install vlc and elisa back again.