Ignore:
Timestamp:
07/26/2005 05:01:39 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2ec77c4d
Parents:
09b2fff
Message:

updated to ALSA-1.0.9

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

File:
1 edited

Legend:

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

    r09b2fff rbdf22d74  
    77  <!ENTITY alsa-lib-download-http "&alsa-download-http;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
    88  <!ENTITY alsa-lib-download-ftp  "&alsa-download-ftp;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
    9   <!ENTITY alsa-lib-md5sum        "c677299ed39d069c9a4b6a999e34ffe7">
     9  <!ENTITY alsa-lib-md5sum        "114af3304619920ffe2b147b760700b9">
    1010  <!ENTITY alsa-lib-size          "682 KB">
    11   <!ENTITY alsa-lib-buildsize     "34.2 MB (additional 11.4 MB to build and install docs)">
    12   <!ENTITY alsa-lib-time          "0.56 SBU">
     11  <!ENTITY alsa-lib-buildsize     "27.3 MB (additional 14.4 MB to build and install docs)">
     12  <!ENTITY alsa-lib-time          "0.6 SBU">
    1313]>
    1414
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><ulink url="http://jackit.sourceforge.net/">JACK</ulink> and
    62     <xref linkend="doxygen"/></para>
     61    <para><xref linkend="doxygen"/></para>
    6362
    6463  </sect2>
     
    8281    <title>Installation of ALSA Library</title>
    8382
    84     <para>Install <application>ALSALibrary</application> by
     83    <para>Install <application>ALSA Library</application> by
    8584    running the following commands:</para>
    8685
     
    8887make</userinput></screen>
    8988
    90     <para>To test the results, issue: <command>make check</command>.</para>
     89    <para>This package does not come with a test-suite.</para>
    9190
    9291    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9493<screen role="root"><userinput>make install</userinput></screen>
    9594
    96     <para>If you have <application>JACK</application> installed
    97     and you wish to build the <application>JACK</application>
    98     PCM plugin library, run the following commands:</para>
    99 
    100 <screen><userinput>cd src/pcm/ext &amp;&amp;
    101 make jack</userinput></screen>
    102 
    103     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    104 
    105 <screen role="root"><userinput>make install-jack</userinput></screen>
    106 
    107     <para>Ensure the unprivileged user's current working directory is the root of
    108     the source tree:</para>
    109 
    110 <screen><userinput>cd ../../..</userinput></screen>
    111 
    112     <para>If you have <application>Doxygen</application> installed and you wish to
     95   <para>If you have <application>Doxygen</application> installed and you wish to
    11396    build the library API documentation, run the following
    11497    commands from the top-level directory of the source tree:</para>
     
    166149      installations. For extra functionality and/or advanced control of your sound
    167150      device, you may need to create additional configuration files. For
    168       information on the available configuration parameters, including setup of the
    169       <application>JACK</application> PCM plugin, visit <ulink
     151      information on the available configuration parameters, visit <ulink
    170152      url="http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php"/>.</para>
    171153
     
    184166      <seglistitem>
    185167        <seg>alsalisp and aserver</seg>
    186         <seg>libasound.[so,a] and optionally, libasound_module_pcm_jack.[so,a]</seg>
    187         <seg>/usr/include/alsa, /usr/lib/alsa-lib, and /usr/share/alsa</seg>
     168        <seg>libasound.[so,a]</seg>
     169        <seg>/usr/include/alsa, and /usr/share/alsa</seg>
    188170      </seglistitem>
    189171    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.