diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 7a313de336..c0f0b9befa 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ May 24th, 2019 + + [renodr] - Adapt Pulseaudio to ALSA API Changes. + [dj] - Minor cleanups to network bootscripts. diff --git a/multimedia/libdriv/pulseaudio.xml b/multimedia/libdriv/pulseaudio.xml index b2d00ae3f2..ac3870d290 100644 --- a/multimedia/libdriv/pulseaudio.xml +++ b/multimedia/libdriv/pulseaudio.xml @@ -138,10 +138,22 @@ commands: - -AUTOPOINT='intltoolize \-\-automake \-\-copy' autoreconf -fiv &&--> -./configure --prefix=/usr \ +sed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} && +sed -i "s:use-case.h:alsa/use-case.h:" configure.ac && +sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h + +NOCONFIGURE=1 ./bootstrap.sh && +./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-bluez4 \