Revise multimedia stack installation script
Updated multimedia stack installation to include i686 packages and removed group install.
This commit is contained in:
+10
-11
@@ -7,20 +7,19 @@ 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.x86_64 \
|
--enablerepo=terra \
|
||||||
mesa-vdpau-drivers-freeworld.x86_64 \
|
--disablerepo=rpmfusion-* \
|
||||||
mesa-vulkan-drivers-freeworld.x86_64 \
|
mesa-va-drivers mesa-va-drivers.i686 \
|
||||||
ffmpeg.x86_64 \
|
mesa-vdpau-drivers mesa-vdpau-drivers.i686 \
|
||||||
ffmpeg-libs.x86_64 \
|
mesa-vulkan-drivers mesa-vulkan-drivers.i686 \
|
||||||
libavcodec-freeworld.x86_64 \
|
mesa-dri-drivers mesa-dri-drivers.i686 \
|
||||||
gstreamer1-libav.x86_64 \
|
ffmpeg \
|
||||||
gstreamer1-plugins-bad-freeworld.x86_64 \
|
gstreamer1-plugins-bad-free-extras \
|
||||||
gstreamer1-plugins-ugly.x86_64 \
|
gstreamer1-plugins-ugly \
|
||||||
|
gstreamer1-libav \
|
||||||
--allowerasing \
|
--allowerasing \
|
||||||
--skip-unavailable
|
--skip-unavailable
|
||||||
|
|
||||||
# Die Gruppeninstallation bleibt separat, da sie eine eigene logische Einheit ist
|
|
||||||
dnf5 group install -y multimedia --with-optional --allowerasing
|
|
||||||
|
|
||||||
# --- 2. Die sofortige Bereinigung (WICHTIG!) ---
|
# --- 2. Die sofortige Bereinigung (WICHTIG!) ---
|
||||||
echo "Cleaning up this layer..."
|
echo "Cleaning up this layer..."
|
||||||
|
|||||||
Reference in New Issue
Block a user