Auto sync2gitlab import of pulseaudio-14.0-2.el8.src.rpm
This commit is contained in:
parent
b6fc05555c
commit
76a05941ab
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/pulseaudio-14.0.tar.xz
|
||||
10
default.pa-for-gdm
Normal file
10
default.pa-for-gdm
Normal file
@ -0,0 +1,10 @@
|
||||
load-module module-device-restore
|
||||
load-module module-card-restore
|
||||
load-module module-udev-detect
|
||||
load-module module-native-protocol-unix
|
||||
load-module module-default-device-restore
|
||||
load-module module-rescue-streams
|
||||
load-module module-always-sink
|
||||
load-module module-intended-roles
|
||||
load-module module-suspend-on-idle
|
||||
load-module module-position-event-sounds
|
||||
24
pulseaudio-11.1-autospawn_disable.patch
Normal file
24
pulseaudio-11.1-autospawn_disable.patch
Normal file
@ -0,0 +1,24 @@
|
||||
diff -up pulseaudio-11.1/src/pulse/client-conf.c.autospawn pulseaudio-11.1/src/pulse/client-conf.c
|
||||
--- pulseaudio-11.1/src/pulse/client-conf.c.autospawn 2018-03-01 15:52:25.304612437 -0600
|
||||
+++ pulseaudio-11.1/src/pulse/client-conf.c 2018-03-01 15:56:17.643552698 -0600
|
||||
@@ -63,7 +63,7 @@ static const pa_client_conf default_conf
|
||||
.cookie_from_x11_valid = false,
|
||||
.cookie_file_from_application = NULL,
|
||||
.cookie_file_from_client_conf = NULL,
|
||||
- .autospawn = true,
|
||||
+ .autospawn = false,
|
||||
.disable_shm = false,
|
||||
.disable_memfd = false,
|
||||
.shm_size = 0,
|
||||
diff -up pulseaudio-11.1/src/pulse/client.conf.in.autospawn pulseaudio-11.1/src/pulse/client.conf.in
|
||||
--- pulseaudio-11.1/src/pulse/client.conf.in.autospawn 2016-08-23 07:50:10.000000000 -0500
|
||||
+++ pulseaudio-11.1/src/pulse/client.conf.in 2018-03-01 15:56:01.201344622 -0600
|
||||
@@ -22,7 +22,7 @@
|
||||
; default-server =
|
||||
; default-dbus-server =
|
||||
|
||||
-; autospawn = yes
|
||||
+; autospawn = no
|
||||
; daemon-binary = @PA_BINARY@
|
||||
; extra-arguments = --log-target=syslog
|
||||
|
||||
1
pulseaudio-14.0.tar.xz.sha256
Normal file
1
pulseaudio-14.0.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261 pulseaudio-14.0.tar.xz
|
||||
12
pulseaudio-autostart.patch
Normal file
12
pulseaudio-autostart.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- pulseaudio-13.99.1/src/daemon/start-pulseaudio-x11.in 2020-05-11 17:35:39.857484912 +0200
|
||||
+++ pulseaudio-13.99.1.new/src/daemon/start-pulseaudio-x11.in 2020-05-11 17:35:53.041199783 +0200
|
||||
@@ -17,6 +17,9 @@
|
||||
|
||||
set -e
|
||||
|
||||
+# probe to test if autospawn works, else resort to starting manually
|
||||
+@PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@"
|
||||
+
|
||||
if [ x"$DISPLAY" != x ] ; then
|
||||
|
||||
@PACTL_BINARY@ load-module module-x11-publish "display=$DISPLAY xauthority=$XAUTHORITY" > /dev/null
|
||||
1056
pulseaudio.spec
Normal file
1056
pulseaudio.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user