Ignore:
Timestamp:
04/27/2005 01:33:31 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:
593d644
Parents:
5828877
Message:

Updated to libao-0.8.6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libao.xml

    r5828877 r1f99409  
    44  %general-entities;
    55
    6   <!ENTITY libao-download-http "http://www.xiph.org/ao/src/libao-&libao-version;.tar.gz">
     6  <!ENTITY libao-download-http "http://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
    77  <!ENTITY libao-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz">
    8   <!ENTITY libao-md5sum        "dd72b66f5f29361411bda465470b65e2">
    9   <!ENTITY libao-size          "262 KB">
    10   <!ENTITY libao-buildsize     "3.0 MB">
    11   <!ENTITY libao-time          "0.10 SBU">
     8  <!ENTITY libao-md5sum        "12e136a4c0995068ff134997c84421ed">
     9  <!ENTITY libao-size          "387 KB">
     10  <!ENTITY libao-buildsize     "3.8 MB">
     11  <!ENTITY libao-time          "less than 0.1 SBU">
    1212]>
    1313
     
    2626audio library. This is useful to output audio on a wide variety of platforms.
    2727It currently supports <acronym>WAV</acronym> files, <acronym>OSS</acronym>
    28 (Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon) and
    29 <acronym>ALSA</acronym> (Advanced Linux Sound Architecture).</para>
     28(Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon),
     29<acronym>ALSA</acronym> (Advanced Linux Sound Architecture), NAS (Network
     30Audio system) and Polypaudio (next generation
     31<application><acronym>GNOME</acronym></application> sound architecture).</para>
    3032
    3133<sect3><title>Package information</title>
     
    4850<xref linkend="esound"/>,
    4951<xref linkend="alsa"/>,
    50 <xref linkend="arts"/> and
    51 <xref linkend="nas"/></para>
     52<xref linkend="arts"/>,
     53<xref linkend="nas"/> and
     54<ulink url="http://0pointer.de/lennart/projects/polypaudio/">Polypaudio</ulink>
     55</para>
    5256</sect4>
    5357</sect3>
     
    6266
    6367<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    64 make &amp;&amp;
    65 make install</command></userinput></screen>
     68make</command></userinput></screen>
     69
     70<para>Now, as the root user:</para>
     71
     72<screen><userinput role='root'><command>make install</command></userinput></screen>
    6673
    6774</sect2>
Note: See TracChangeset for help on using the changeset viewer.