mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
95 lines
2.9 KiB
XML
95 lines
2.9 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY lame-download-http "http://prdownloads.sourceforge.net/lame/lame-&lame-version;.tar.gz">
|
|
<!ENTITY lame-download-ftp " ">
|
|
<!ENTITY lame-size "1.2 MB">
|
|
<!ENTITY lame-buildsize "9.1 MB">
|
|
<!ENTITY lame-time "0.39 SBU">
|
|
]>
|
|
|
|
<sect1 id="lame" xreflabel="LAME-&lame-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="lame.html"?>
|
|
<title>LAME-&lame-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>LAME</acronym></application></title>
|
|
|
|
<para>The <application><acronym>LAME</acronym></application> package contains
|
|
a <acronym>MP3</acronym> encoder. This is useful for creating compressed
|
|
audio files.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&lame-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&lame-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &lame-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&lame-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&lame-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>LAME</application> dependencies</title>
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="GTK"/> and <xref linkend="NASM"/></para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>LAME</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>LAME</acronym></application> by running the following commands:
|
|
</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--enable-mp3rtp</parameter>: Builds the encode-to-RTP program.</para>
|
|
|
|
<para><parameter>--enable-nasm</parameter>: Enables use of nasm.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>LAME</acronym></application> package contains
|
|
<command>lame</command> and <filename class="libraryfile">libmp3lame</filename> libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>lame</title>
|
|
<para><command>lame</command> creates <acronym>MP3</acronym> audio files.
|
|
</para></sect3>
|
|
|
|
<sect3><title>mp3rtp</title>
|
|
<para>Encode to <acronym>MP3</acronym> with <acronym>RTP</acronym> streaming of the output.</para></sect3>
|
|
|
|
<sect3><title>libmp3lame libraries</title>
|
|
<para><filename class="libraryfile">libmp3lame</filename> libraries provide the functions necessary
|
|
to convert <acronym>WAV</acronym> files to <acronym>MP3</acronym> files.</para>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|