From 7b89148993284ce1955d758efa08ec17bc1576f9 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 27 Jan 2024 11:20:57 -0500 Subject: Add rpmfusion and multimedia to the Fedora script --- distro/fedora.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'distro/fedora.sh') diff --git a/distro/fedora.sh b/distro/fedora.sh index cd809eb..88ee49f 100755 --- a/distro/fedora.sh +++ b/distro/fedora.sh @@ -75,3 +75,21 @@ yum -y install \ zstd \ +# https://rpmfusion.org/Configuration +yum -y install \ + https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ + https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm + +# https://rpmfusion.org/Howto/Multimedia +dnf config-manager --enable fedora-cisco-openh264 + +dnf -y swap ffmpeg-free ffmpeg --allowerasing + +dnf -y groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin + +dnf -y groupupdate sound-and-video + +dnf -y install intel-media-driver + +dnf -y swap mesa-va-drivers mesa-va-drivers-freeworld +dnf -y swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld -- cgit v1.2.3