Changeset 8e4d9e6e for multimedia


Ignore:
Timestamp:
06/25/2020 06:16:17 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a69ca8e
Parents:
44ce01f
Message:

Update to mariadb-10.5.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23330 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pulseaudio.xml

    r44ce01f r8e4d9e6e  
    127127      commands:
    128128    </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} &amp;&amp;
    142 sed -i "s:use-case.h:alsa/use-case.h:" configure.ac &amp;&amp;
    143 sed -i "s:use-case.h:alsa/use-case.h:" src/modules/alsa/alsa-ucm.h</userinput></screen>
    144 -->
     129
    145130<screen revision="sysv"><userinput>./configure --prefix=/usr                \
    146131            --sysconfdir=/etc            \
    147132            --localstatedir=/var         \
    148             --disable-bluez4             \
    149133            --disable-bluez5             \
    150134            --disable-rpath              \
     
    155139            --sysconfdir=/etc    \
    156140            --localstatedir=/var \
    157             --disable-bluez4     \
    158141            --disable-bluez5     \
    159142            --disable-rpath      &amp;&amp;
     
    162145    <para>
    163146      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. assertion
    168            failed, result of 280 > 253 : but it seems to work -->
    169147    </para>
    170148
     
    189167  <sect2 role="commands">
    190168    <title>Command Explanations</title>
    191     <!--
    192     <para>
    193       <command>AUTOPOINT='intltoolize ...</command>:
    194       <command>autoreconf</command> needs to be run after applying the
    195       patch. Running <command>intltoolize</command> instead of
    196       <command>autopoint</command> prevents an error when running
    197       <command>configure</command> afterwards.
    198     </para>
    199     -->
    200 
    201     <para>
    202       <parameter>--disable-bluez4</parameter>: This switch disables
    203       support for <application>BlueZ</application> version 4 in favour
    204       of <application>BlueZ</application> version 5 since the latter
    205       also installs compatibility library for the earlier version.
    206     </para>
    207169
    208170    <para>
Note: See TracChangeset for help on using the changeset viewer.