Ignore:
Timestamp:
07/31/2012 11:44:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f2d2b62
Parents:
22a68d0
Message:

Upgraded several packages. See BLFS ChangeLog for more information.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/lame.xml

    r22a68d0 rc627795  
    55  %general-entities;
    66
    7 <!-- http://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.3.tar.gz -->
    8 
    9   <!ENTITY lame-download-http "&sourceforge-repo2;/projects/lame/files/lame/&lame-major-version;/lame-&lame-version;.tar.gz">
     7  <!ENTITY lame-download-http "&sourceforge-repo;/lame/lame-&lame-version;.tar.gz">
    108  <!ENTITY lame-download-ftp  " ">
    11   <!ENTITY lame-md5sum        "5ad31e33e70455eb3a7b79a5dd934fce">
     9  <!ENTITY lame-md5sum        "84835b313d4a8b68f5349816d33e07ce">
    1210  <!ENTITY lame-size          "1.4 MB">
    13   <!ENTITY lame-buildsize     "13 MB">
     11  <!ENTITY lame-buildsize     "11 MB">
    1412  <!ENTITY lame-time          "0.3 SBU">
    1513]>
     
    3230    <title>Introduction to LAME</title>
    3331
    34     <para>The <application>LAME</application> package contains
    35     an MP3 encoder and optionally, an MP3 frame analyzer. This is useful
    36     for creating and analyzing compressed audio files.</para>
     32    <para>
     33      The <application>LAME</application> package contains an MP3
     34      encoder and optionally, an MP3 frame analyzer. This is useful
     35      for creating and analyzing compressed audio files.
     36    </para>
    3737
    3838    &lfs71_checked;
     
    4141    <itemizedlist spacing="compact">
    4242      <listitem>
    43         <para>Download (HTTP): <ulink url="&lame-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&lame-download-http;"/>
     45        </para>
    4446      </listitem>
    4547      <listitem>
    46         <para>Download (FTP): <ulink url="&lame-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&lame-download-ftp;"/>
     50        </para>
    4751      </listitem>
    4852      <listitem>
    49         <para>Download MD5 sum: &lame-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &lame-md5sum;
     55        </para>
    5056      </listitem>
    5157      <listitem>
    52         <para>Download size: &lame-size;</para>
     58        <para>
     59          Download size: &lame-size;
     60        </para>
    5361      </listitem>
    5462      <listitem>
    55         <para>Estimated disk space required: &lame-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &lame-buildsize;
     65        </para>
    5666      </listitem>
    5767      <listitem>
    58         <para>Estimated build time: &lame-time;</para>
     68        <para>
     69          Estimated build time: &lame-time;
     70        </para>
    5971      </listitem>
    6072    </itemizedlist>
     
    6476    <bridgehead renderas="sect4">Optional</bridgehead>
    6577    <para role="optional">
    66       <ulink url="ftp://ftp.gtk.org/pub/gtk/v1.3/">GTK-1</ulink>,
    67       <xref linkend="NASM"/>,
    68       <xref linkend="libsndfile"/>
    69       (support for input from stdin is currently broken),
    70       <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
    71       <ulink url="http://dmalloc.com/">Dmalloc</ulink>
     78      <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
     79      <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>,
     80      <xref linkend="libsndfile"/> and
     81      <xref linkend="NASM"/>
    7282    </para>
    7383
    7484    <para condition="html" role="usernotes">User Notes:
    75     <ulink url="&blfs-wiki;/lame"/></para>
    76 
     85      <ulink url="&blfs-wiki;/lame"/>
     86    </para>
    7787  </sect2>
    7888
     
    8090    <title>Installation of LAME</title>
    8191
    82     <para>Install <application>LAME</application> by running
    83     the following commands:</para>
     92    <para>
     93      Install <application>LAME</application> by running
     94      the following commands:
     95    </para>
    8496
    8597<screen><userinput>./configure --prefix=/usr --enable-mp3rtp --disable-static &amp;&amp;
    8698make</userinput></screen>
    8799
    88     <para>To test the results, issue: <command>make test</command>.</para>
     100    <para>
     101      To test the results, issue: <command>make test</command>.
     102    </para>
    89103
    90     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     104    <para>
     105      Now, as the <systemitem class="username">root</systemitem> user:
     106    </para>
    91107
    92108<screen role="root"><userinput>make pkghtmldir=/usr/share/doc/lame-&lame-version; install</userinput></screen>
     
    97113    <title>Command Explanations</title>
    98114
    99     <para><parameter>--enable-mp3rtp</parameter>: Builds the
    100     encode-to-RTP program.</para>
    101 
    102     <para><parameter>--enable-nasm</parameter>: Enable the use of
    103     <xref linkend="NASM"/> to compile optimized assembly routines.</para>
     115    <para>
     116      <option>--enable-mp3rtp</option>: This switch enables building
     117      of the encode-to-RTP program.
     118    </para>
    104119
    105120    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106121      href="../../xincludes/static-libraries.xml"/>
     122
     123    <para>
     124      <option>--enable-nasm</option>: Enable the use of
     125      <xref linkend="NASM"/> to compile optimized assembly routines.
     126    </para>
     127
    107128  </sect2>
    108129
     
    116137
    117138      <seglistitem>
    118         <seg>lame, mp3rtp, and optionally, mp3x</seg>
    119         <seg>libmp3lame.{so,a}</seg>
    120         <seg>/usr/include/lame and /usr/share/doc/lame</seg>
     139        <seg>
     140          lame and mp3rtp
     141        </seg>
     142        <seg>
     143          libmp3lame.so
     144        </seg>
     145        <seg>
     146          /usr/include/lame and /usr/share/doc/lame-&lame-version;
     147        </seg>
    121148      </seglistitem>
    122149    </segmentedlist>
     
    130157        <term><command>lame</command></term>
    131158        <listitem>
    132           <para>creates MP3 audio files from raw
    133           PCM or <filename>.wav</filename> data.</para>
     159          <para>
     160            creates MP3 audio files from raw
     161            PCM or <filename>.wav</filename> data.
     162          </para>
    134163          <indexterm zone="lame lame-prog">
    135164            <primary sortas="b-lame">lame</primary>
     
    141170        <term><command>mp3rtp</command></term>
    142171        <listitem>
    143           <para>is used to encode MP3 with RTP streaming of the output.</para>
     172          <para>
     173            is used to encode MP3 with RTP streaming of the output.
     174          </para>
    144175          <indexterm zone="lame mp3rtp">
    145176            <primary sortas="b-mp3rtp">mp3rtp</primary>
     
    148179      </varlistentry>
    149180
    150       <varlistentry id="mp3x">
    151         <term><command>mp3x</command></term>
     181      <varlistentry id="libmp3lame">
     182        <term><filename class='libraryfile'>libmp3lame.so</filename></term>
    152183        <listitem>
    153           <para>is a <application>GTK</application> based graphical MP3
    154           frame analyzer used for debugging, development and studying MP3
    155           frames produced by any encoder.</para>
    156           <indexterm zone="lame mp3x">
    157             <primary sortas="b-mp3x">mp3x</primary>
    158           </indexterm>
    159         </listitem>
    160       </varlistentry>
    161 
    162       <varlistentry id="libmp3lame">
    163         <term><filename class='libraryfile'>libmp3lame.{so,a}</filename></term>
    164         <listitem>
    165           <para>libraries provide the functions necessary to convert
    166           raw PCM and WAV files to MP3 files.</para>
     184          <para>
     185            libraries provide the functions necessary to convert
     186            raw PCM and WAV files to MP3 files.
     187          </para>
    167188          <indexterm zone="lame libmp3lame">
    168             <primary sortas="c-libmp3lame">libmp3lame.{so,a}</primary>
     189            <primary sortas="c-libmp3lame">libmp3lame.so</primary>
    169190          </indexterm>
    170191        </listitem>
Note: See TracChangeset for help on using the changeset viewer.