patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 2b3c001fb4f8b00e39aeeefe28ad6a4f7e4760a4 598 bytes (raw)
name: img/app/etc/s6-rc/pipewire/run 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
#!/bin/execlineb -P
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2023-2024 Alyssa Ross <hi@alyssa.is>
# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>

s6-ipcserver-socketbinder -B /run/user/0/pipewire-0
fdmove -c 3 0

s6-ipcserver-socketbinder -B /run/user/0/pipewire-0-manager
fdmove -c 4 0

redirfd -r 0 /dev/null

# Wait for sound devices to be available
if { /etc/mdev/wait pcmC0D0p }
if { /etc/mdev/wait pcmC0D0c }
if { /etc/mdev/wait controlC0 }

# Notify readiness.
if { fdmove 1 5 echo }
fdclose 5

export LISTEN_FDS 2
getpid LISTEN_PID
pipewire

debug log:

solving 2b3c001fb4f8b00e39aeeefe28ad6a4f7e4760a4 ...
found 2b3c001fb4f8b00e39aeeefe28ad6a4f7e4760a4 in https://inbox.spectrum-os.org/spectrum-devel/7f88f09b-5671-4f1e-86d7-df08dc2561eb@gmail.com/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/7f88f09b-5671-4f1e-86d7-df08dc2561eb@gmail.com/
diff --git a/img/app/etc/s6-rc/pipewire/run b/img/app/etc/s6-rc/pipewire/run
new file mode 100644
index 0000000000000000000000000000000000000000..2b3c001fb4f8b00e39aeeefe28ad6a4f7e4760a4

Checking patch img/app/etc/s6-rc/pipewire/run...
Applied patch img/app/etc/s6-rc/pipewire/run cleanly.

index at:
100644 2b3c001fb4f8b00e39aeeefe28ad6a4f7e4760a4	img/app/etc/s6-rc/pipewire/run

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

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).