From fd309c1a3714278b672adf17a8b8174f1014db4a Mon Sep 17 00:00:00 2001 From: bluesky Date: Thu, 9 Nov 2023 16:14:02 +0800 Subject: [PATCH] feat: add pipewire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 pipewire 为预装包,与 pulseaudio 共存 Issue: https://github.com/linuxdeepin/developer-center/issues/5819 Log: add pipewire --- debian/changelog | 6 ++++++ debian/control | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 075b771..7284163 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-desktop-environment (2023.11.09) unstable; urgency=medium + + * add pipewire-pulse, libspa-0.2-bluetooth + + -- bluesky Thu, 09 Nov 2023 14:02:32 +0800 + deepin-desktop-environment (2023.09.05) unstable; urgency=medium * remove uos-recovery. diff --git a/debian/control b/debian/control index 7a50f7e..f7ff698 100644 --- a/debian/control +++ b/debian/control @@ -120,6 +120,8 @@ Depends: ${misc:Depends}, ostree, pkg-config, pulseaudio, + pipewire-pulse, + libspa-0.2-bluetooth, pulseaudio-module-bluetooth, alsa-ucm-conf, alsa-topology-conf,