Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/pipewire-0.3.6.tar.gz
|
||||
SOURCES/pipewire-1.4.9.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
edbc897685e921dc6add83dee57e74e140294dcb SOURCES/pipewire-0.3.6.tar.gz
|
||||
df6799148bc73acd254a7d212ac21990a9a20053 SOURCES/pipewire-1.4.9.tar.gz
|
||||
|
||||
@ -1,24 +0,0 @@
|
||||
From 13945e27434951366960dd3a0461c58487df82a2 Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
Date: Mon, 30 Mar 2020 15:32:04 +0200
|
||||
Subject: [PATCH] conf: disable bluez5
|
||||
|
||||
Disable bluetooth handling by default to avoid causing
|
||||
conflicts with pulseaudio.
|
||||
---
|
||||
src/daemon/pipewire.conf.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
|
||||
index 574cba4f..4ecec24f 100644
|
||||
--- a/src/daemon/pipewire.conf.in
|
||||
+++ b/src/daemon/pipewire.conf.in
|
||||
@@ -71,4 +71,4 @@ create-object spa-node-factory factory.name=support.node.driver node.name=Dummy
|
||||
# Execute the given program. This is usually used to start the
|
||||
# session manager. run the session manager with -h for options
|
||||
#
|
||||
-exec pipewire-media-session # -d alsa-seq,alsa-pcm,bluez5,metadata
|
||||
+exec pipewire-media-session -d bluez5 # -d alsa-seq,alsa-pcm,metadata
|
||||
--
|
||||
2.26.2
|
||||
|
||||
2
SOURCES/pipewire.sysusers
Normal file
2
SOURCES/pipewire.sysusers
Normal file
@ -0,0 +1,2 @@
|
||||
#Type Name ID GECOS Home directory Shell
|
||||
u pipewire - "PipeWire System Daemon" /run/pipewire -
|
||||
1187
SPECS/pipewire.spec
1187
SPECS/pipewire.spec
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user