SHA256
1
0
forked from pool/pulseaudio

Accepting request 688622 from home:olh:branches:multimedia:libs

- Use alsa API properly. Consumers are expected to use
  <alsa/asoundlib.h> instead of <asoundlib.h>.
  This is in preparation of an change to pkgconfig(alsa) to
  not pollute CFLAGS with -I/usr/include/alsa anymore (bsc#1130333)
  pulseaudio-alsa.patch

OBS-URL: https://build.opensuse.org/request/show/688622
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=200
This commit is contained in:
2019-03-26 16:39:24 +00:00
committed by Git OBS Bridge
parent a1d2593a4f
commit 082de99859
3 changed files with 99 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ Source99: baselibs.conf
Patch0: disabled-start.diff
Patch1: suppress-socket-error-msg.diff
Patch2: pulseaudio-wrong-memset.patch
Patch3: pulseaudio-alsa.patch
Patch4: pa-set-exit-idle-time-to-0-when-we-detect-a-session.patch
# PATCH-FIX-OPENSUSE qpaeq-shebang.patch Avoid rpmlint error due to using env python shebang
Patch5: qpaeq-shebang.patch
@@ -345,6 +346,7 @@ Optional dependency offering zsh completion for various PulseAudio utilities
%patch0
%patch1 -p1
%patch2
%patch3 -p1
%patch4 -p1
%patch5