From 5a1724b073b3e9e0cfa1858c7f7c6d22dfc1c01e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 27 Oct 2024 08:04:00 -0700 Subject: [PATCH] feat: Add pipewire sofa filter chain for surround sound support --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 07d2b54fe3..d638f4475c 100644 --- a/Containerfile +++ b/Containerfile @@ -275,7 +275,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ curl -Lo /tmp/aw87559/aw87xxx_acf.bin https://github.com/orangepi-xunlong/firmware/raw/refs/heads/master/aw87xxx_acf.bin && \ xz --check=crc32 /tmp/aw87559/aw87xxx_acf.bin && \ mv -vf /tmp/aw87559/aw87xxx_acf.bin.xz /usr/lib/firmware/aw87559/aw87xxx_acf.bin.xz && \ - ln -s /usr/lib/firmware/aw87559/aw87xxx_acf.bin.xz /usr/lib/firmware/aw87xxx_acf.bin.xz && \ + ln -s aw87559/aw87xxx_acf.bin.xz /usr/lib/firmware/aw87xxx_acf.bin.xz && \ rm -rf /tmp/aw87559 && \ if [[ "${IMAGE_FLAVOR}" =~ "asus" ]]; then \ curl -Lo /etc/yum.repos.d/_copr_lukenukem-asus-linux.repo https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/repo/fedora-$(rpm -E %fedora)/lukenukem-asus-linux-fedora-$(rpm -E %fedora).repo && \ @@ -388,6 +388,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ udica \ ladspa-caps-plugins \ ladspa-noise-suppression-for-voice \ + pipewire-module-filter-chain-sofa \ python3-icoextract \ tailscale \ webapp-manager \