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:
- type: dnf
- type: rpm-ostree
repos:
copr:
- ublue-os/packages
- solopasha/hyprland
- peterwu/rendezvous
nonfree: negativo17
- https://copr.fedorainfracloud.org/coprs/ublue-os/packages/repo/fedora-%OS_VERSION%/ublue-os-packages-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/peterwu/rendezvous/repo/fedora-%OS_VERSION%/peterwu-rendezvous-fedora-%OS_VERSION%.repo
- https://negativo17.org/repos/fedora-steam.repo
install:
packages:
# sddm
- sddm
- sddm-themes
@@ -117,27 +115,14 @@ modules:
# xpadneo
- dkms-xpadneo
# multimedia
- gstreamer1-plugin-libav
remove:
packages:
# remove firefox
- firefox
- 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
scripts:
- install-xpadneo.sh