Enhance multimedia stack installation with ROCm

Updated multimedia installation script to include freeworld drivers and added ROCm installation.
This commit is contained in:
humocs-man
2026-05-03 21:31:45 +02:00
committed by GitHub
parent 10f8335484
commit 5c5bf7d9c3
+9 -6
View File
@@ -7,17 +7,20 @@ set -eoux pipefail
############################################################################### ###############################################################################
echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..." echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..."
dnf5 install -y \ dnf5 install -y \
--enablerepo=terra \
--allowerasing \ --allowerasing \
--skip-unavailable \ --skip-unavailable \
mesa-va-drivers \ mesa-va-drivers-freeworld \
mesa-vdpau-drivers \ mesa-vdpau-drivers-freeworld \
mesa-vulkan-drivers \ mesa-vulkan-drivers-freeworld \
mesa-dri-drivers \ mesa-dri-drivers-freeworld \
ffmpeg \ ffmpeg \
gstreamer1-libav \ gstreamer1-libav \
gstreamer1-plugins-ugly \ gstreamer1-plugins-ugly \
gstreamer1-plugins-bad-free-extras \ gstreamer1-plugins-bad-free-extras
dnf5 install -y @multimedia
echo "Installing rocm"
dnf5 install -y \
rocm-clinfo \ rocm-clinfo \
rocm-hip \ rocm-hip \
rocm-opencl \ rocm-opencl \