From 51964548db4f4393192b9b072d67477c346d71a4 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Thu, 4 Mar 2021 16:33:30 +0100 Subject: [PATCH] pipewire: update to 0.3.23 --- .../pipewire/patches/autostart-media-session.patch | 11 +++++++++++ srcpkgs/pipewire/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/pipewire/patches/autostart-media-session.patch diff --git a/srcpkgs/pipewire/patches/autostart-media-session.patch b/srcpkgs/pipewire/patches/autostart-media-session.patch new file mode 100644 index 00000000000..2051a868d46 --- /dev/null +++ b/srcpkgs/pipewire/patches/autostart-media-session.patch @@ -0,0 +1,11 @@ +--- src/daemon/pipewire.conf.in.orig 2021-03-04 16:54:52.950015583 +0100 ++++ src/daemon/pipewire.conf.in 2021-03-04 16:55:13.766016281 +0100 +@@ -203,7 +203,7 @@ + # but it is better to start it as a systemd service. + # Run the session manager with -h for options. + # +- @comment@"@media_session_path@" = { args = "" } ++ "@media_session_path@" = { args = "" } + # + # You can optionally start the pulseaudio-server here as well + # but it is better to start it as a systemd service. diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template index 7072e95fa01..7a7a6199a1b 100644 --- a/srcpkgs/pipewire/template +++ b/srcpkgs/pipewire/template @@ -1,6 +1,6 @@ # Template file for 'pipewire' pkgname=pipewire -version=0.3.22 +version=0.3.23 revision=1 build_style=meson configure_args="-Dman=true -Dgstreamer=true -Ddocs=true -Dsystemd=false @@ -18,7 +18,7 @@ license="MIT" homepage="https://pipewire.org/" changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS" distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz" -checksum=5db2caf41af79cd9e343d07a3804c63b8b243c1d74e926181058e29771d4b691 +checksum=e9a9030032ba8f3b6f9e300dbf755ab439340cd4cbeb3e1bba6f1a18d2c9da92 conf_files="/etc/pipewire/pipewire.conf" replaces="libpulseaudio-pipewire>=0"