Github messages for voidlinux
 help / color / mirror / Atom feed
From: lemmi <lemmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pipewire: fix pipewire-pulse runit service
Date: Sun, 10 Jul 2022 07:38:26 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37957@inbox.vuxu.org> (raw)

[-- 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="

             reply	other threads:[~2022-07-10  5:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-10  5:38 lemmi [this message]
2022-07-10  7:27 ` [PR PATCH] [Merged]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37957@inbox.vuxu.org \
    --to=lemmi@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).