Changeset 576b3dd
- Timestamp:
- 03/09/2017 03:12:14 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 81b3e7fd
- Parents:
- b528d0f4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rb528d0f4 r576b3dd 46 46 <para>March 8th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Change how libICE (xorg-lib) is compiled because of a 50 problem in pulseaudio, add further switch to pulseaudio. Fixes 51 <ulink url="&blfs-ticket-root;8980">#8980</ulink>.</para> 52 </listitem> 48 53 <listitem revision="systemd"> 49 54 <para>[renodr] - Update to MarkupSafe-1.0. Fixes -
multimedia/libdriv/pulseaudio.xml
rb528d0f4 r576b3dd 98 98 <para role="optional"> 99 99 <xref linkend="avahi"/>, 100 <xref linkend="bluez"/> (runtime),100 <xref linkend="bluez"/>, 101 101 <xref linkend="check"/>, 102 102 <phrase revision="sysv"><xref linkend="consolekit"/> (runtime),</phrase> … … 134 134 --localstatedir=/var \ 135 135 --disable-bluez4 \ 136 --disable-bluez5 \ 136 137 --disable-rpath && 137 138 make</userinput></screen> … … 167 168 of <application>BlueZ</application> version 5 since the latter 168 169 also installs compatibility library for the earlier version. 170 </para> 171 172 <para> 173 <parameter>--disable-bluez5</parameter>: This switch prevents 174 a runtime error if <xref linkend="dbus"/> and <xref linkend="sbc"/> 175 are both installed but <xref linkend="bluez"/> is not installed. 176 Remove this if you have installed all three packages. 169 177 </para> 170 178 -
x/installing/x7lib.xml
rb528d0f4 r576b3dd 255 255 pushd $packagedir 256 256 case $packagedir in 257 libICE* ) 258 ./configure $XORG_CONFIG ICE_LIBS=-lpthread 259 ;; 260 257 261 libXfont2-[0-9]* ) 258 262 ./configure $XORG_CONFIG --disable-devel-docs … … 284 288 <sect2 role="commands"> 285 289 <title>Command Explanations</title> 290 291 <para><command>./configure $XORG_CONFIG ICE_LIBS=-lpthread</command>: 292 This fixes a change in glibc which breaks pulseaudio at runtime.</para> 286 293 287 294 <para><command>sed ... src/xftfreetype.c include/X11/Xft/XftCompat.h</command>:
Note:
See TracChangeset
for help on using the changeset viewer.