From b16570d9b3ab47e0bc628bc508dada7b18f2ae7e Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 16:55:04 +0200 Subject: [PATCH] Specify architecture for multimedia stack packages Updated multimedia stack installation to specify architecture for all packages. --- build/20-multimedia.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build/20-multimedia.sh b/build/20-multimedia.sh index 242c83d..a156c31 100755 --- a/build/20-multimedia.sh +++ b/build/20-multimedia.sh @@ -7,15 +7,15 @@ set -eoux pipefail ############################################################################### echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..." dnf5 install -y \ - mesa-va-drivers-freeworld \ - mesa-vdpau-drivers-freeworld \ - mesa-vulkan-drivers-freeworld \ - ffmpeg \ - ffmpeg-libs \ - libavcodec-freeworld \ - gstreamer1-libav \ - gstreamer1-plugins-bad-freeworld \ - gstreamer1-plugins-ugly \ + mesa-va-drivers-freeworld.x86_64 \ + mesa-vdpau-drivers-freeworld.x86_64 \ + mesa-vulkan-drivers-freeworld.x86_64 \ + ffmpeg.x86_64 \ + ffmpeg-libs.x86_64 \ + libavcodec-freeworld.x86_64 \ + gstreamer1-libav.x86_64 \ + gstreamer1-plugins-bad-freeworld.x86_64 \ + gstreamer1-plugins-ugly.x86_64 --allowerasing \ --skip-unavailable