Changeset 911d4c74


Ignore:
Timestamp:
08/11/2004 12:25:14 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
86698d8
Parents:
058ec4c
Message:

Updated to LAME-3.96.1

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r058ec4c r911d4c74  
    2424
    2525<listitem><para>August 10th, 2004 [randy]: Added patches to
    26 CDParanoia to build against LFS-6.0.</para></listitem>
     26CDParanoia to build against LFS-6.0; updated LAME to 3.96.1.</para></listitem>
    2727
    2828<listitem><para>August 8th, 2004 [randy]: Minor corrections to
  • multimedia/audioutils/lame.xml

    r058ec4c r911d4c74  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY lame-download-http "http://prdownloads.sourceforge.net/lame/lame-&lame-version;.tar.gz">
    77  <!ENTITY lame-download-ftp  " ">
    8   <!ENTITY lame-size          "1.2 MB">
    9   <!ENTITY lame-buildsize     "9.1 MB">
     8  <!ENTITY lame-size          "1.3 MB">
     9  <!ENTITY lame-buildsize     "15 MB">
    1010  <!ENTITY lame-time          "0.39 SBU">
    1111]>
     
    2020
    2121<sect2>
    22 <title>Introduction to <application><acronym>LAME</acronym></application></title>
     22<title>Introduction to <application><acronym>LAME</acronym></application>
     23</title>
    2324
    2425<para>The <application><acronym>LAME</acronym></application> package contains
    25 a <acronym>MP3</acronym> encoder. This is useful for creating compressed
     26an <acronym>MP3</acronym> encoder and optionally, an <acronym>MP3</acronym>
     27frame analyzer. This is useful for creating and analyzing compressed
    2628audio files.</para>
    2729
     
    4143<sect3><title><application>LAME</application> dependencies</title>
    4244<sect4><title>Optional</title>
    43 <para><xref linkend="GTK"/> and <xref linkend="NASM"/></para></sect4>
     45<para><xref linkend="GTK"/>, <xref linkend="NASM"/>,
     46<ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>,
     47<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
     48<ulink url="http://dmalloc.com/">Dmalloc</ulink></para></sect4>
    4449</sect3>
    4550
     
    4954<title>Installation of <application><acronym>LAME</acronym></application></title>
    5055
    51 <para>Install <application><acronym>LAME</acronym></application> by running the following commands:
    52 </para>
     56<para>Install <application><acronym>LAME</acronym></application> by running
     57the following commands:</para>
    5358
    5459<screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp &amp;&amp;
     
    6368<para><parameter>--enable-mp3rtp</parameter>: Builds the encode-to-RTP program.</para>
    6469
    65 <para><parameter>--enable-nasm</parameter>: Enables use of nasm.</para>
     70<!-- <para><option>-enable-mptx</option>: Builds the mp3x program.</para>
     71
     72<para><option>-enable-nasm</option>: Enables use of nasm.</para> -->
    6673
    6774</sect2>
     
    7178
    7279<para>The <application><acronym>LAME</acronym></application> package contains
    73 <command>lame</command> and <filename class="libraryfile">libmp3lame</filename> libraries.</para>
     80<command>lame</command>, <command>mp3rtp</command>,
     81<filename class="libraryfile">libmp3lame</filename>
     82libraries and optionally, <command>mp3x</command>.</para>
    7483
    7584</sect2>
     
    8291
    8392<sect3><title>mp3rtp</title>
    84 <para>Encode to <acronym>MP3</acronym> with <acronym>RTP</acronym> streaming of the output.</para></sect3>
     93<para>Encode to <acronym>MP3</acronym> with <acronym>RTP</acronym> streaming
     94of the output.</para></sect3>
     95
     96<sect3><title>mp3x</title>
     97<para><command>mp3x</command> is a
     98<application><acronym>GTK</acronym></application> based graphical
     99<acronym>MP3</acronym> frame analyzer used for debugging, development, and
     100studying <acronym>MP3</acronym> frames produced by any encoder.</para></sect3>
    85101
    86102<sect3><title>libmp3lame libraries</title>
    87 <para><filename class="libraryfile">libmp3lame</filename> libraries provide the functions necessary
    88 to convert <acronym>WAV</acronym> files to <acronym>MP3</acronym> files.</para>
    89 </sect3>
     103<para><filename class="libraryfile">libmp3lame</filename> libraries provide
     104the functions necessary to convert <acronym>WAV</acronym> files to
     105<acronym>MP3</acronym> files.</para></sect3>
    90106
    91107</sect2>
Note: See TracChangeset for help on using the changeset viewer.