Le mer. 20 janv. 2021 à 15:13, sagitter <sagitter(a)rpmfusion.org> a écrit :
commit e7c223ac2b4169f387c3085bcab3018aecf282be
Author: Antonio T <sagitter(a)fedoraproject.org>
Date: Wed Jan 20 15:06:34 2021 +0100
Fix bug #5350
qtav-avoid-avresample_dependency.patch | 22 ++++++++++++++++++++++
...
%package -n lib%{name}
Summary: QtAV library
-Requires: ffmpeg
+Requires: ffmpeg%{?_isa}
This is wrong ^^ , ffmpeg is only provided for the main
arch, so in a
multilibs repository, libqtav.i686 can requires ffmpeg.x86_64, but
cannot enforces the same arch (ffmpeg.i686 does not exist).
Thanks for the fix.