Skip to content

Commit

Permalink
chore(ci): Restore pipewire patches to desktop image
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 15, 2024
1 parent effb2ba commit 200543c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ RUN rpm-ostree override replace \
glibc32 \
|| true

# Install Valve's patched Mesa
# Install Valve's patched Mesa & Pipewire
# Install patched switcheroo control with proper discrete GPU support
RUN rpm-ostree override remove \
mesa-va-drivers-freeworld && \
Expand All @@ -205,6 +205,14 @@ RUN rpm-ostree override remove \
mesa-libEGL \
mesa-vulkan-drivers \
mesa-libGL \
pipewire \
pipewire-alsa \
pipewire-gstreamer \
pipewire-jack-audio-connection-kit \
pipewire-jack-audio-connection-kit-libs \
pipewire-libs \
pipewire-pulseaudio \
pipewire-utils \
xorg-x11-server-Xwayland && \
rpm-ostree install \
mesa-va-drivers-freeworld \
Expand Down Expand Up @@ -691,18 +699,10 @@ RUN rpm-ostree install \
rm -rf /tmp/linux-firmware-galileo && \
rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf

# Install Steam Deck patched Pipewire, Wireplumber, Bluez & UPower
# Install Steam Deck patched Wireplumber, Bluez & UPower
RUN rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
pipewire \
pipewire-alsa \
pipewire-gstreamer \
pipewire-jack-audio-connection-kit \
pipewire-jack-audio-connection-kit-libs \
pipewire-libs \
pipewire-pulseaudio \
pipewire-utils \
bluez \
bluez-cups \
bluez-libs \
Expand Down

0 comments on commit 200543c

Please sign in to comment.