Note for users, you don't need to enable bluez5 in /etc/pipewire.conf
anymore, it just works if you have the pipewire-pulse-git package installed because of the new config files.
In fact, the media-session -e
option was removed completely, so I suggest to delete pipewire.conf and have the package deploy the default one when you upgrade.
To the maintainer, new config files in /etc
that need to be backed up.
diff --git a/PKGBUILD b/PKGBUILD
index 7efd87a..66b7d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -104,7 +104,9 @@ package_pipewire-git() {
"libpipewire-${pkgver:0:3}.so"
)
conflicts=('pipewire')
- backup=('etc/pipewire/pipewire.conf')
+ backup=('etc/pipewire/pipewire.conf'
+ 'etc/pipewire/media-session.d/alsa-monitor.conf'
+ 'etc/pipewire/media-session.d/media-session.conf')
install=pipewire-git.install
DESTDIR="${pkgdir}" meson install -C build
Pinned Comments