Revert "chore: Test - Don't replace pipewire and remove steamdeck-dsp"

This reverts commit 9ef390a91f7e1183df29780c46edb19b37e3db21.
This commit is contained in:
Kyle Gospodnetich 2023-11-29 14:05:54 -08:00
parent 91b9f79957
commit b30bb07595

View File

@ -124,7 +124,19 @@ RUN if [[ "${IMAGE_FLAVOR}" =~ "nvidia" ]]; then \
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.timer -O /usr/lib/systemd/system/btrfs-dedup@.timer
# Install Steam & Lutris, plus supporting packages
RUN rpm-ostree install \
RUN rpm-ostree override replace \
--experimental \
--from repo=updates \
pipewire \
pipewire-alsa \
pipewire-gstreamer \
pipewire-jack-audio-connection-kit \
pipewire-jack-audio-connection-kit-libs \
pipewire-libs \
pipewire-pulseaudio \
pipewire-utils \
|| true && \
rpm-ostree install \
vulkan-loader.i686 \
alsa-lib.i686 \
fontconfig.i686 \
@ -397,6 +409,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
RUN rpm-ostree install \
jupiter-fan-control \
jupiter-hw-support-btrfs \
steamdeck-dsp \
galileo-mura \
powerbuttond \
HandyGCCS \