Specify architecture for multimedia stack packages

Updated multimedia stack installation to specify architecture for all packages.
This commit is contained in:
humocs-man
2026-05-01 16:55:04 +02:00
committed by GitHub
parent c4ed666163
commit b16570d9b3
+9 -9
View File
@@ -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