Return to removing rpm-fusion, remove gstreamer1 plugin bad extras
Some checks failed
Build container image / Build and push image (push) Failing after 2m42s

This commit is contained in:
2026-03-23 14:10:09 -04:00
parent 0eb5eab777
commit 03c97c45e3
3 changed files with 13 additions and 22 deletions

View File

@@ -10,7 +10,6 @@ set -ouex pipefail
# dnf
/ctx/dnf/terra.sh
/ctx/dnf/rpmfusion.sh
/ctx/dnf/greeter.sh
/ctx/dnf/hyprland.sh
/ctx/dnf/environment.sh

View File

@@ -1,20 +0,0 @@
#!/bin/bash
set -ouex pipefail
# Enable rpm fusion free and nonfree
dnf5 -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
# switch to full ffmpeg
dnf5 -y swap ffmpeg-free ffmpeg --allowerasing
# install additonal codec
dnf5 -y group install multimedia
# install gstreamer plugins
dnf5 -y install \
gstreamer1-plugins-bad-free-extras \
gstreamer1-vaapi
# install steam
dnf5 -y install steam

View File

@@ -4,10 +4,22 @@ set -ouex pipefail
dnf5 -y config-manager addrepo --from-repofile=https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
dnf5 -y install terra-release-mesa terra-release-multimedia
dnf5 -y install terra-release-mesa terra-multimedia
# install mesa drivers
dnf5 -y swap --from-repo=terra-mesa mesa-va-drivers mesa-va-drivers
# switch to full ffmpeg
dnf5 -y swap ffmpeg-free ffmpeg --allowerasing
# install gstreamer-vaapi
dnf5 -y install gstreamer1-vaapi
# install additonal codec
dnf5 -y group install multimedia
# install steam
dnf5 -y install steam
# install zed
dnf5 -y install zed