Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipewire: fix pipewire-pulse runit service
@ 2022-07-10  5:38 lemmi
  2022-07-10  7:27 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: lemmi @ 2022-07-10  5:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]

There is a new pull request by lemmi against master on the void-packages repository

https://github.com/lemmi/void-packages pipewire-pulse-runit
https://github.com/void-linux/void-packages/pull/37957

pipewire: fix pipewire-pulse runit service
Append "/pulse" to PULSE_RUNTIME_PATH, since pulse-server doesn't do it
anymore, see:

https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/4821c7ca2fe5e25ba018e9f5d4967f08d6bb816f

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@ftrvxmtrx @Johnnynator @paper42 

A patch file from https://github.com/void-linux/void-packages/pull/37957.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pipewire-pulse-runit-37957.patch --]
[-- Type: text/x-diff, Size: 1397 bytes --]

From 474af573b7239dc8a99f2dda58e41602a341e870 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sun, 10 Jul 2022 07:28:00 +0200
Subject: [PATCH] pipewire: fix pipewire-pulse runit service

Append "/pulse" to PULSE_RUNTIME_PATH, since pulse-server doesn't do it
anymore, see:

https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/4821c7ca2fe5e25ba018e9f5d4967f08d6bb816f
---
 srcpkgs/pipewire/files/pipewire-pulse/run | 2 +-
 srcpkgs/pipewire/template                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pipewire/files/pipewire-pulse/run b/srcpkgs/pipewire/files/pipewire-pulse/run
index f718570498a9..ea0520e44cd2 100644
--- a/srcpkgs/pipewire/files/pipewire-pulse/run
+++ b/srcpkgs/pipewire/files/pipewire-pulse/run
@@ -3,5 +3,5 @@
 # for further information, please refer to the handbook
 ! [ -d /run/pulse ] && install -m 755 -g _pipewire -o _pipewire -d /run/pulse
 umask 002
-export PULSE_RUNTIME_PATH=/run
+export PULSE_RUNTIME_PATH=/run/pulse
 exec chpst -u _pipewire:_pipewire pipewire-pulse
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index c71faf1061ac..63a41a8e5189 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,7 +1,7 @@
 # Template file for 'pipewire'
 pkgname=pipewire
 version=0.3.54
-revision=1
+revision=2
 _pms_version=0.4.1
 build_style=meson
 configure_args="

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: pipewire: fix pipewire-pulse runit service
  2022-07-10  5:38 [PR PATCH] pipewire: fix pipewire-pulse runit service lemmi
@ 2022-07-10  7:27 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2022-07-10  7:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

There's a merged pull request on the void-packages repository

pipewire: fix pipewire-pulse runit service
https://github.com/void-linux/void-packages/pull/37957

Description:
Append "/pulse" to PULSE_RUNTIME_PATH, since pulse-server doesn't do it
anymore, see:

https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/4821c7ca2fe5e25ba018e9f5d4967f08d6bb816f

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@ftrvxmtrx @Johnnynator @paper42 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-10  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-10  5:38 [PR PATCH] pipewire: fix pipewire-pulse runit service lemmi
2022-07-10  7:27 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).