diff options
Diffstat (limited to 'distro')
| -rwxr-xr-x | distro/fedora.sh | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
