Specify architecture for multimedia driver installations

This commit is contained in:
humocs-man
2026-05-04 18:33:12 +02:00
committed by GitHub
parent c63a1b633e
commit 5e800955c5
+5 -5
View File
@@ -9,11 +9,11 @@ echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..."
dnf5 install -y \ dnf5 install -y \
--allowerasing \ --allowerasing \
--skip-unavailable \ --skip-unavailable \
mesa-va-drivers-freeworld \ mesa-va-drivers-freeworld.x86_64 \
mesa-vdpau-drivers-freeworld \ mesa-vdpau-drivers-freeworld.x86_64 \
mesa-vulkan-drivers-freeworld \ mesa-vulkan-drivers-freeworld.x86_64 \
mesa-dri-drivers-freeworld \ mesa-dri-drivers-freeworld.x86_64 \
ffmpeg \ ffmpeg.x86_64 \
gstreamer1-libav \ gstreamer1-libav \
gstreamer1-plugins-ugly \ gstreamer1-plugins-ugly \
gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-free-extras