Compare commits

3 Commits

Author SHA1 Message Date
7b21c06b2c Attempt to use fedora built-in multimedia packages
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 32s
2025-06-26 17:56:52 -04:00
526300c89e Corrected format for rpm-ostree
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m15s
2025-06-26 16:36:02 -04:00
9323e51388 Change from dnf back to rpm-ostree. changed repos to respective versions
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 35s
2025-06-26 15:31:10 -04:00

View File

@@ -1,13 +1,11 @@
modules: modules:
- type: dnf - type: rpm-ostree
repos: repos:
copr: - https://copr.fedorainfracloud.org/coprs/ublue-os/packages/repo/fedora-%OS_VERSION%/ublue-os-packages-fedora-%OS_VERSION%.repo
- ublue-os/packages - https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
- solopasha/hyprland - https://copr.fedorainfracloud.org/coprs/peterwu/rendezvous/repo/fedora-%OS_VERSION%/peterwu-rendezvous-fedora-%OS_VERSION%.repo
- peterwu/rendezvous - https://negativo17.org/repos/fedora-steam.repo
nonfree: negativo17
install: install:
packages:
# sddm # sddm
- sddm - sddm
- sddm-themes - sddm-themes
@@ -117,27 +115,14 @@ modules:
# xpadneo # xpadneo
- dkms-xpadneo - dkms-xpadneo
# multimedia
- gstreamer1-plugin-libav
remove: remove:
packages:
# remove firefox # remove firefox
- firefox - firefox
- firefox-langpacks - firefox-langpacks
replace:
- from-repo: fedora-multimedia
packages:
- libheif
- libva
- libva-intel-media-driver
- mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libGL
- mesa-libgbm
- mesa-va-drivers
- mesa-vulkan-drivers
- gstreamer1-plugin-libav
- type: script - type: script
scripts: scripts:
- install-xpadneo.sh - install-xpadneo.sh