Specify architecture for multimedia stack packages
Updated multimedia stack installation to specify architecture for all packages.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user