commit:     d11f8bda09cccd132c9141913918d8b5a0857ad7
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 06:32:31 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 06:32:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11f8bda

media-video/pipewire: updated non-systemd patch in live

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../pipewire-0.3.36-non-systemd-integration.patch     | 19 +++++++++++++++++++
 media-video/pipewire/pipewire-9999.ebuild             |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git 
a/media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch 
b/media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch
new file mode 100644
index 00000000000..b8d3271eecd
--- /dev/null
+++ b/media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch
@@ -0,0 +1,19 @@
+diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
+index 648e13069..d985208b4 100644
+--- a/src/daemon/pipewire.conf.in
++++ b/src/daemon/pipewire.conf.in
+@@ -235,12 +235,12 @@ context.exec = [
+     # but it is better to start it as a systemd service.
+     # Run the session manager with -h for options.
+     #
+-    @sm_comment@{ path = "@session_manager_path@" args = 
"@session_manager_args@" }
++    { path = "@session_manager_path@" args = "@session_manager_args@" }
+     #
+     # You can optionally start the pulseaudio-server here as well
+     # but it is better to start it as a systemd service.
+     # It can be interesting to start another daemon here that listens
+     # on another address with the -a option (eg. -a tcp:4713).
+     #
+-    @pulse_comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" 
}
++    { path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
+ ]

diff --git a/media-video/pipewire/pipewire-9999.ebuild 
b/media-video/pipewire/pipewire-9999.ebuild
index d20512a9507..d3fba11aee6 100644
--- a/media-video/pipewire/pipewire-9999.ebuild
+++ b/media-video/pipewire/pipewire-9999.ebuild
@@ -112,7 +112,7 @@ src_prepare() {
        if ! use systemd; then
                # This can be applied non-conditionally but would make for a
                # significantly worse user experience on systemd then.
-               eapply "${FILESDIR}"/${PN}-0.3.35-non-systemd-integration.patch
+               eapply "${FILESDIR}"/${PN}-0.3.36-non-systemd-integration.patch
        fi
 
        einfo "Generating ${limitsdfile}"

Reply via email to