Uncomment multimedia stack installation commands
This commit is contained in:
+12
-12
@@ -6,18 +6,18 @@ set -eoux pipefail
|
||||
# Zusammengefasst, um Abhängigkeiten in einem Schritt zu lösen.
|
||||
###############################################################################
|
||||
echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..."
|
||||
#dnf5 install -y \
|
||||
# --allowerasing \
|
||||
# --skip-unavailable \
|
||||
# mesa-va-drivers-freeworld.x86_64 \
|
||||
# mesa-vdpau-drivers-freeworld.x86_64 \
|
||||
# mesa-vulkan-drivers-freeworld.x86_64 \
|
||||
# mesa-dri-drivers-freeworld.x86_64 \
|
||||
# ffmpeg.x86_64 \
|
||||
# gstreamer1-libav \
|
||||
# gstreamer1-plugins-ugly \
|
||||
# gstreamer1-plugins-bad-free-extras \
|
||||
# intel-media-driver \
|
||||
dnf5 install -y \
|
||||
--allowerasing \
|
||||
--skip-unavailable \
|
||||
mesa-va-drivers-freeworld.x86_64 \
|
||||
mesa-vdpau-drivers-freeworld.x86_64 \
|
||||
mesa-vulkan-drivers-freeworld.x86_64 \
|
||||
mesa-dri-drivers-freeworld.x86_64 \
|
||||
ffmpeg.x86_64 \
|
||||
gstreamer1-libav \
|
||||
gstreamer1-plugins-ugly \
|
||||
gstreamer1-plugins-bad-free-extras \
|
||||
intel-media-driver
|
||||
|
||||
#dnf5 install -y @multimedia
|
||||
echo "Installing rocm"
|
||||
|
||||
Reference in New Issue
Block a user