Return to removing rpm-fusion, remove gstreamer1 plugin bad extras
Some checks failed
Build container image / Build and push image (push) Failing after 2m42s
Some checks failed
Build container image / Build and push image (push) Failing after 2m42s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user