Enhance multimedia stack installation with ROCm
Updated multimedia installation script to include freeworld drivers and added ROCm installation.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user