diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-12 20:08:22 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-10 00:05:09 +0100 |
commit | 496d88d62d2ff25b17532dedd99c17a20c4b5619 (patch) | |
tree | 5df11e610d630ad49e505fde0229d5ebfb1a9f6f /media-video | |
parent | net-analyzer/net-snmp: remove unused patch (diff) | |
download | gentoo-496d88d62d2ff25b17532dedd99c17a20c4b5619.tar.gz gentoo-496d88d62d2ff25b17532dedd99c17a20c4b5619.tar.bz2 gentoo-496d88d62d2ff25b17532dedd99c17a20c4b5619.zip |
media-video/pipewire: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/23759
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch | 19 |
1 files changed, 0 insertions, 19 deletions
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 deleted file mode 100644 index b8d3271eecdd..000000000000 --- a/media-video/pipewire/files/pipewire-0.3.36-non-systemd-integration.patch +++ /dev/null @@ -1,19 +0,0 @@ -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" } - ] |