forked from pool/pulseaudio
- Update to 6.0 RC1 (5.99.1)
+ Remove patch pulseaudio-bnc881524-rtp.patch
+ Update patch disabled-start.diff
+ Bash&zsh completion split to separate subpackage
+ json-c >= 0.11 is now required
(note: break build on oS 13.1)
- Fix %postun for system-wide mode
Note this contain patches removed by Takashi, so it may reintroduce
boo#905418 at al.
Also consider if it is worth forwarding to factory now as (AFAIK) there are no pulseaudio tests in openQA so far and I'll start some tests only later today.
OBS-URL: https://build.opensuse.org/request/show/262679
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=148
18 lines
466 B
Diff
18 lines
466 B
Diff
Index: src/daemon/start-pulseaudio-x11.in
|
|
===================================================================
|
|
--- src/daemon/start-pulseaudio-x11.in.orig
|
|
+++ src/daemon/start-pulseaudio-x11.in
|
|
@@ -19,6 +19,12 @@
|
|
|
|
set -e
|
|
|
|
+. /etc/sysconfig/sound
|
|
+
|
|
+if [ x"$PULSEAUDIO_ENABLE" = x"no" ] || [ x"$PULSEAUDIO_SYSTEM" = x"yes" ] ; then
|
|
+ exit 1
|
|
+fi
|
|
+
|
|
if [ x"$DISPLAY" != x ] ; then
|
|
|
|
@PACTL_BINARY@ load-module module-x11-publish "display=$DISPLAY" > /dev/null
|