Changeset b67c0ba


Ignore:
Timestamp:
07/19/2007 04:54:05 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c1b066a
Parents:
086d326
Message:

Updated to libao-0.8.8

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r086d326 rb67c0ba  
    595595<!ENTITY esound-version               "0.2.37">
    596596<!ENTITY sdl-version                  "1.2.11">
    597 <!ENTITY libao-version                "0.8.6">
     597<!ENTITY libao-version                "0.8.8">
    598598<!ENTITY libogg-version               "1.1.3">
    599599<!ENTITY libvorbis-version            "1.1.2">
  • introduction/welcome/changelog.xml

    r086d326 rb67c0ba  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to libao-0.8.8.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to FLAC-1.1.4.</para>
    4952        </listitem>
  • multimedia/libdriv/libao.xml

    r086d326 rb67c0ba  
    77  <!ENTITY libao-download-http "http://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz">
    88  <!ENTITY libao-download-ftp  "&gentoo-ftp-repo;/libao-&libao-version;.tar.gz">
    9   <!ENTITY libao-md5sum        "12e136a4c0995068ff134997c84421ed">
    10   <!ENTITY libao-size          "387 KB">
    11   <!ENTITY libao-buildsize     "3.8 MB">
    12   <!ENTITY libao-time          "less than 0.1 SBU">
     9  <!ENTITY libao-md5sum        "b92cba3cbcf1ee9bc221118a85d23dcd">
     10  <!ENTITY libao-size          "405 KB">
     11  <!ENTITY libao-buildsize     "4 MB">
     12  <!ENTITY libao-time          "0.1 SBU">
    1313]>
    1414
     
    3131
    3232    <para>The <application>libao</application> package contains a
    33     cross-platform audio library. This is useful to output audio on a wide variety
    34     of platforms. It currently supports WAV files, OSS (Open Sound System),
    35     ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound Architecture),
    36     NAS (Network Audio system) and PulseAudio (next generation
     33    cross-platform audio library. This is useful to output audio on a wide
     34    variety of platforms. It currently supports WAV files, OSS (Open Sound
     35    System), ESD (Enlighten Sound Daemon), ALSA (Advanced Linux Sound
     36    Architecture), NAS (Network Audio system), aRTS (analog Real-Time
     37    Synthesizer and PulseAudio (next generation
    3738    <application>GNOME</application> sound architecture).</para>
    3839
     
    6768    <xref linkend="arts"/>,
    6869    <xref linkend="nas"/>, and
    69     <ulink url="http://pulseaudio.org/">PulseAudio</ulink></para>
     70    <ulink url="http://pulseaudio.org/">PulseAudio</ulink> (requires <ulink
     71    url="http://www.hpl.hp.com/research/linux/atomic_ops/">atomic_ops</ulink>)</para>
    7072
    7173    <para condition="html" role="usernotes">User Notes:
     
    8789    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8890
    89 <screen role="root"><userinput>make install</userinput></screen>
     91<screen role="root"><userinput>make install &amp;&amp;
     92install -v -m644 README /usr/share/doc/libao-&libao-version;</userinput></screen>
    9093
    9194  </sect2>
Note: See TracChangeset for help on using the changeset viewer.