Changeset 8e4d9e6e for multimedia/libdriv/pulseaudio.xml
- Timestamp:
- 06/25/2020 06:16:17 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a69ca8e
- Parents:
- 44ce01f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/pulseaudio.xml
r44ce01f r8e4d9e6e 127 127 commands: 128 128 </para> 129 <!-- 130 <para> 131 First, adapt Pulseaudio to upstream ALSA API changes: 132 </para> 133 --> 134 <!-- This is due to it becoming FATAL to include ALSA headers from 135 /usr/include instead of /usr/include/alsa. Only one of these 136 files uses pkg-config to get it's headers, and as a result, 137 the hardcoded paths need to be updated. In this case, I developed 138 three seds and a call to ./bootstrap.sh to fix this. Other packages 139 may be affected by this upstream ALSA change as well. --> 140 <!-- 141 <screen><userinput>Esed -i "s:asoundlib.h:alsa/asoundlib.h:" src/modules/alsa/*.{c,h} && 142 sed -i "s:use-case.h:alsa/use-case.h:" configure.ac && 143 sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen> 144 --> 129 145 130 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 146 131 --sysconfdir=/etc \ 147 132 --localstatedir=/var \ 148 --disable-bluez4 \149 133 --disable-bluez5 \ 150 134 --disable-rpath \ … … 155 139 --sysconfdir=/etc \ 156 140 --localstatedir=/var \ 157 --disable-bluez4 \158 141 --disable-bluez5 \ 159 142 --disable-rpath && … … 162 145 <para> 163 146 To test the results, issue: <command>make check</command>. 164 <!-- The volume-test may fail for unknown reasons.165 Works OK for pa-13.0 -->166 167 <!-- apparently, the max deviation is higher than expected, i.e. assertion168 failed, result of 280 > 253 : but it seems to work -->169 147 </para> 170 148 … … 189 167 <sect2 role="commands"> 190 168 <title>Command Explanations</title> 191 <!--192 <para>193 <command>AUTOPOINT='intltoolize ...</command>:194 <command>autoreconf</command> needs to be run after applying the195 patch. Running <command>intltoolize</command> instead of196 <command>autopoint</command> prevents an error when running197 <command>configure</command> afterwards.198 </para>199 -->200 201 <para>202 <parameter>--disable-bluez4</parameter>: This switch disables203 support for <application>BlueZ</application> version 4 in favour204 of <application>BlueZ</application> version 5 since the latter205 also installs compatibility library for the earlier version.206 </para>207 169 208 170 <para>
Note:
See TracChangeset
for help on using the changeset viewer.