mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-07 03:40:07 +00:00
chore(ci): Restore pipewire patches to desktop image
This commit is contained in:
parent
effb2ba0da
commit
200543c0c4
@ -190,7 +190,7 @@ RUN rpm-ostree override replace \
|
|||||||
glibc32 \
|
glibc32 \
|
||||||
|| true
|
|| true
|
||||||
|
|
||||||
# Install Valve's patched Mesa
|
# Install Valve's patched Mesa & Pipewire
|
||||||
# Install patched switcheroo control with proper discrete GPU support
|
# Install patched switcheroo control with proper discrete GPU support
|
||||||
RUN rpm-ostree override remove \
|
RUN rpm-ostree override remove \
|
||||||
mesa-va-drivers-freeworld && \
|
mesa-va-drivers-freeworld && \
|
||||||
@ -205,6 +205,14 @@ RUN rpm-ostree override remove \
|
|||||||
mesa-libEGL \
|
mesa-libEGL \
|
||||||
mesa-vulkan-drivers \
|
mesa-vulkan-drivers \
|
||||||
mesa-libGL \
|
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 && \
|
xorg-x11-server-Xwayland && \
|
||||||
rpm-ostree install \
|
rpm-ostree install \
|
||||||
mesa-va-drivers-freeworld \
|
mesa-va-drivers-freeworld \
|
||||||
@ -691,18 +699,10 @@ RUN rpm-ostree install \
|
|||||||
rm -rf /tmp/linux-firmware-galileo && \
|
rm -rf /tmp/linux-firmware-galileo && \
|
||||||
rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf
|
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 \
|
RUN rpm-ostree override replace \
|
||||||
--experimental \
|
--experimental \
|
||||||
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
|
--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 \
|
||||||
bluez-cups \
|
bluez-cups \
|
||||||
bluez-libs \
|
bluez-libs \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user