Skip to content

Commit

Permalink
feat: add missing packages to Fedora 41 builds (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Oct 27, 2024
1 parent 55a4433 commit 0373f7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sed -i '0,/enabled=1/{s/enabled=1/enabled=1\npriority=90/}' /etc/yum.repos.d/neg
rpm-ostree override replace \
--experimental \
--from repo='fedora-multimedia' \
libheif \
libva \
libva-intel-media-driver \
mesa-dri-drivers \
Expand All @@ -56,7 +57,6 @@ if [[ "$FEDORA_MAJOR_VERSION" -ne "41" ]]; then
rpm-ostree override replace \
--experimental \
--from repo='fedora-multimedia' \
libheif \
libvdpau
fi

Expand Down
11 changes: 4 additions & 7 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"grub2-tools-extra",
"heif-pixbuf-loader",
"htop",
"intel-vaapi-driver",
"just",
"kernel-tools",
"libcamera",
Expand All @@ -39,6 +40,7 @@
"pam-u2f",
"pam_yubico",
"pamu2fcfg",
"pipewire-libs-extra",
"pipewire-plugin-libcamera",
"powerstat",
"smartmontools",
Expand Down Expand Up @@ -106,9 +108,7 @@
"39": {
"include": {
"all": [
"bootc",
"intel-vaapi-driver",
"pipewire-libs-extra"
"bootc"
],
"kinoite": [
"xwaylandvideobridge"
Expand All @@ -120,10 +120,7 @@
},
"40": {
"include": {
"all": [
"intel-vaapi-driver",
"pipewire-libs-extra"
],
"all": [],
"kinoite": [
"kf6-kimageformats",
"qt6-qtimageformats"
Expand Down

0 comments on commit 0373f7a

Please sign in to comment.