mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-10 12:40:06 +00:00
feat: Use Valve's patched Pipewire.
This commit is contained in:
parent
440612baa9
commit
5597554969
@ -139,10 +139,10 @@ RUN rpm-ostree install \
|
|||||||
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.service -O /usr/lib/systemd/system/btrfs-dedup@.service && \
|
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.service -O /usr/lib/systemd/system/btrfs-dedup@.service && \
|
||||||
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
|
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
|
# Install Valve's patched Pipewire
|
||||||
RUN rpm-ostree override replace \
|
RUN rpm-ostree override replace \
|
||||||
--experimental \
|
--experimental \
|
||||||
--from repo=updates \
|
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
|
||||||
pipewire \
|
pipewire \
|
||||||
pipewire-alsa \
|
pipewire-alsa \
|
||||||
pipewire-gstreamer \
|
pipewire-gstreamer \
|
||||||
@ -150,9 +150,10 @@ RUN rpm-ostree override replace \
|
|||||||
pipewire-jack-audio-connection-kit-libs \
|
pipewire-jack-audio-connection-kit-libs \
|
||||||
pipewire-libs \
|
pipewire-libs \
|
||||||
pipewire-pulseaudio \
|
pipewire-pulseaudio \
|
||||||
pipewire-utils \
|
pipewire-utils
|
||||||
|| true && \
|
|
||||||
rpm-ostree override replace \
|
# Install Steam & Lutris, plus supporting packages
|
||||||
|
RUN rpm-ostree override replace \
|
||||||
--experimental \
|
--experimental \
|
||||||
--from repo=updates \
|
--from repo=updates \
|
||||||
vulkan-loader \
|
vulkan-loader \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user