forked from pool/pulseaudio
Accepting request 339252 from home:tiwai:branches:multimedia:libs
- Disable srbchannel again as a workaround for crashes on KDE (boo#950487): disable-srbchannel.patch OBS-URL: https://build.opensuse.org/request/show/339252 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=159
This commit is contained in:
parent
d2a9aef52f
commit
c4ffaf05b3
15
disable-srbchannel.patch
Normal file
15
disable-srbchannel.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
src/pulsecore/protocol-native.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
--- a/src/pulsecore/protocol-native.c
|
||||||
|
+++ b/src/pulsecore/protocol-native.c
|
||||||
|
@@ -5328,7 +5328,7 @@ int pa_native_options_parse(pa_native_op
|
||||||
|
pa_assert(PA_REFCNT_VALUE(o) >= 1);
|
||||||
|
pa_assert(ma);
|
||||||
|
|
||||||
|
- o->srbchannel = true;
|
||||||
|
+ o->srbchannel = false;
|
||||||
|
if (pa_modargs_get_value_boolean(ma, "srbchannel", &o->srbchannel) < 0) {
|
||||||
|
pa_log("srbchannel= expects a boolean argument.");
|
||||||
|
return -1;
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:32:02 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable srbchannel again as a workaround for crashes on KDE
|
||||||
|
(boo#950487):
|
||||||
|
disable-srbchannel.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 24 06:21:35 UTC 2015 - oholecek@suse.com
|
Thu Sep 24 06:21:35 UTC 2015 - oholecek@suse.com
|
||||||
|
|
||||||
|
@ -43,6 +43,8 @@ Source99: baselibs.conf
|
|||||||
Patch0: disabled-start.diff
|
Patch0: disabled-start.diff
|
||||||
Patch1: suppress-socket-error-msg.diff
|
Patch1: suppress-socket-error-msg.diff
|
||||||
Patch2: pulseaudio-wrong-memset.patch
|
Patch2: pulseaudio-wrong-memset.patch
|
||||||
|
# PATCH-FIX-SUSE disable-srbchannel.patch boo#950487 Disable srbchannel as a workaround for crashes on KDE
|
||||||
|
Patch3: disable-srbchannel.patch
|
||||||
# PATCH-FIX-UPSTREAM 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch boo#934850
|
# PATCH-FIX-UPSTREAM 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch boo#934850
|
||||||
Patch102: 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch
|
Patch102: 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch
|
||||||
BuildRequires: alsa-devel >= 1.0.19
|
BuildRequires: alsa-devel >= 1.0.19
|
||||||
@ -324,6 +326,7 @@ Optional dependency offering zsh completion for various PulseAudio utilities
|
|||||||
%patch0
|
%patch0
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
|
%patch3 -p1
|
||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user