Ignore:
Timestamp:
03/28/2005 03:04:38 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
6587e936
Parents:
0d25b6c5
Message:

Updated to ALSA-1.0.8

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

File:
1 edited

Legend:

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

    r0d25b6c5 rac789c0  
    66  <!ENTITY alsa-oss-download-http "&alsa-download-http;/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
    77  <!ENTITY alsa-oss-download-ftp  "&alsa-download-ftp;/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
    8   <!ENTITY alsa-oss-md5sum        "8e4af2a1ce93a0e5945325097b9a0341">
    9   <!ENTITY alsa-oss-size          "219 KB">
    10   <!ENTITY alsa-oss-buildsize     "2.4 MB">
    11   <!ENTITY alsa-oss-time          "0.06 SBU">
     8  <!ENTITY alsa-oss-md5sum        "fb13eed47ab086d9c5acf746de34b872">
     9  <!ENTITY alsa-oss-size          "223 KB">
     10  <!ENTITY alsa-oss-buildsize     "2.8 MB">
     11  <!ENTITY alsa-oss-time          "0.08 SBU">
    1212]>
    1313
     
    1919<?dbhtml filename="alsa-oss.html"?>
    2020<title>ALSA OSS-&alsa-oss-version;</title>
     21<indexterm zone="alsa-oss">
     22<primary sortas="a-ALSA-OSS">ALSA OSS</primary></indexterm>
    2123
    2224<sect2>
     
    6163
    6264<screen><userinput><command>./configure &amp;&amp;
    63 make &amp;&amp;
    64 make install</command></userinput></screen>
     65make</command></userinput></screen>
     66
     67<para>Now, as the root user:</para>
     68
     69<screen><userinput role='root'><command>make install</command></userinput></screen>
    6570
    6671</sect2>
     
    7984<title>Contents</title>
    8085
    81 <para>The <application><acronym>ALSA</acronym> <acronym>OSS</acronym>
    82 </application> package contains <command>aoss</command> and the
    83 <filename class="libraryfile">libaoss</filename>
    84 (<acronym>ALSA</acronym> <acronym>OSS</acronym> compatibility
    85 library) library.</para>
     86<segmentedlist>
     87<segtitle>Installed Program</segtitle>
     88<segtitle>Installed Libraries</segtitle>
     89<segtitle>Installed Directories</segtitle>
     90
     91<seglistitem>
     92<seg>aoss</seg>
     93<seg>libalsatoss.[so,a], libaoss.[so,a] and libossredir.a</seg>
     94<seg>None</seg>
     95</seglistitem>
     96</segmentedlist>
     97
     98<variablelist>
     99<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     100<?dbfo list-presentation="list"?>
     101
     102<varlistentry id="aoss">
     103<term><command>aoss</command></term>
     104<listitem><para>is a simple wrapper script which facilitates the use of the
     105<acronym>ALSA</acronym> <acronym>OSS</acronym> compatibility library. It just
     106sets the appropriate <envar>LD_PRELOAD</envar> path and then runs the
     107command.</para>
     108<indexterm zone="alsa-oss aoss">
     109<primary sortas="b-aoss">aoss</primary>
     110</indexterm></listitem>
     111</varlistentry>
     112</variablelist>
    86113
    87114</sect2>
Note: See TracChangeset for help on using the changeset viewer.