Changeset dc2615fa
- Timestamp:
- 05/25/2019 04:22:40 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4ef9eb3
- Parents:
- 6d78663
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r6d78663 rdc2615fa 45 45 <para>May 24th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Adapt Pulseaudio to ALSA API Changes.</para> 49 </listitem> 47 50 <listitem revision="sysv"> 48 51 <para>[dj] - Minor cleanups to network bootscripts.</para> -
multimedia/libdriv/pulseaudio.xml
r6d78663 rdc2615fa 139 139 </para> 140 140 141 <!--<screen><userinput>patch -Np1 -i ../pulseaudio-&pulseaudio-version;-glibc_2.27_fix-1.patch && 142 143 AUTOPOINT='intltoolize \-\-automake \-\-copy' autoreconf -fiv &&--> 144 <screen><userinput>./configure --prefix=/usr \ 141 <para> 142 First, adapt Pulseaudio to upstream ALSA API changes: 143 </para> 144 <!-- This is due to it becoming FATAL to include ALSA headers from 145 /usr/include instead of /usr/include/alsa. Only one of these 146 files uses pkg-config to get it's headers, and as a result, 147 the hardcoded paths need to be updated. In this case, I developed 148 three seds and a call to ./bootstrap.sh to fix this. Other packages 149 may be affected by this upstream ALSA change as well. --> 150 151 <screen><userinput>sed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} && 152 sed -i "s:use-case.h:alsa/use-case.h:" configure.ac && 153 sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen> 154 155 <screen><userinput>NOCONFIGURE=1 ./bootstrap.sh && 156 ./configure --prefix=/usr \ 145 157 --sysconfdir=/etc \ 146 158 --localstatedir=/var \
Note:
See TracChangeset
for help on using the changeset viewer.