Ignore:
Timestamp:
11/23/2019 09:42:48 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
16f0d158
Parents:
35ef9b4
Message:

Update to alsa-lib, alsa-firmware, alsa-plugins, and alsa-utils-1.2.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-lib.xml

    r35ef9b4 r11839b6f  
    77  <!ENTITY alsa-lib-download-http " ">
    88  <!ENTITY alsa-lib-download-ftp  "&alsa-download-ftp;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
    9   <!ENTITY alsa-lib-md5sum        "e6d429dbdcfaa0f034d907fa6dc3735e">
    10   <!ENTITY alsa-lib-size          "1.0 MB">
    11   <!ENTITY alsa-lib-buildsize     "32 MB (with tests)">
     9  <!ENTITY alsa-lib-md5sum        "7f7cae6925c99d900dfdfe9b7b056ccc">
     10  <!ENTITY alsa-lib-size          "984 KB">
     11  <!ENTITY alsa-lib-buildsize     "35 MB (with tests)">
    1212  <!ENTITY alsa-lib-time          "0.3 SBU (with tests)">
    1313]>
     
    132132
    133133<screen remap="doc"><userinput>make doc</userinput></screen>
    134 
     134<!-- The test suite needs libasound.so now, otherwise both the config and
     135     midi_event tests will fail.
    135136    <para>
    136137      To test the results, issue: <command>make check</command>.
    137138    </para>
    138 
     139-->
    139140    <para>
    140141      Now, as the <systemitem class="username">root</systemitem> user:
     
    154155install -v -m644 doc/doxygen/html/search/* \
    155156                /usr/share/doc/alsa-lib-&alsa-lib-version;/html/search</userinput></screen>
     157
     158    <para>
     159      The test suite requires the alsa-lib package to be installed to
     160      link against some libraries. Now that alsa-lib is installed, if you wish
     161      to run the tests, issue: <command>make check</command>.
     162    </para>
    156163
    157164  </sect2>
     
    206213        </seg>
    207214        <seg>
    208           libasound.so and four others under /usr/lib/alsa-lib/smixer
     215          libasound.so and
     216          libatopology.so
     217           <!-- and four others under /usr/lib/alsa-lib/smixer -->
    209218        </seg>
    210219        <seg>
     
    246255      </varlistentry>
    247256
     257      <varlistentry id="libatopology">
     258        <term><filename class="libraryfile">libatopology.so</filename></term>
     259        <listitem>
     260          <para>
     261            contains API functions for the ALSA topologies.
     262          </para>
     263          <indexterm zone="alsa-lib libatopology">
     264            <primary sortas="c-libatopology">libatopology.so</primary>
     265          </indexterm>
     266        </listitem>
     267      </varlistentry> 
     268
    248269    </variablelist>
    249270
Note: See TracChangeset for help on using the changeset viewer.