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)..."
|
echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..."
|
||||||
dnf5 install -y \
|
dnf5 install -y \
|
||||||
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 \
|
||||||
ffmpeg \
|
ffmpeg.x86_64 \
|
||||||
ffmpeg-libs \
|
ffmpeg-libs.x86_64 \
|
||||||
libavcodec-freeworld \
|
libavcodec-freeworld.x86_64 \
|
||||||
gstreamer1-libav \
|
gstreamer1-libav.x86_64 \
|
||||||
gstreamer1-plugins-bad-freeworld \
|
gstreamer1-plugins-bad-freeworld.x86_64 \
|
||||||
gstreamer1-plugins-ugly \
|
gstreamer1-plugins-ugly.x86_64
|
||||||
--allowerasing \
|
--allowerasing \
|
||||||
--skip-unavailable
|
--skip-unavailable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user