source: multimedia/audioutils/lame.xml@ 5db3785e

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
Last change on this file since 5db3785e was 5db3785e, checked in by Randy McMurchy <randy@…>, 19 years ago

Round 2 of renaming package-name entities

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY lame-download-http "http://prdownloads.sourceforge.net/lame/lame-&lame-version;.tar.gz">
7 <!ENTITY lame-download-ftp " ">
8 <!ENTITY lame-size "1.3 MB">
9 <!ENTITY lame-buildsize "15 MB">
10 <!ENTITY lame-time "0.39 SBU">
11]>
12
13<sect1 id="lame" xreflabel="LAME-&lame-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="lame.html"?>
19<title>LAME-&lame-version;</title>
20<indexterm zone="lame">
21<primary sortas="a-LAME">LAME</primary></indexterm>
22
23<sect2>
24<title>Introduction to <application><acronym>LAME</acronym></application>
25</title>
26
27<para>The <application><acronym>LAME</acronym></application> package contains
28an <acronym>MP3</acronym> encoder and optionally, an <acronym>MP3</acronym>
29frame analyzer. This is useful for creating and analyzing compressed
30audio files.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&lame-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&lame-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &lame-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&lame-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&lame-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>LAME</application> dependencies</title>
46<sect4><title>Optional</title>
47<para><xref linkend="GTK"/>,
48<xref linkend="NASM"/>,
49<ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>,
50<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
51<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of
59<application><acronym>LAME</acronym></application></title>
60
61<para>Install <application><acronym>LAME</acronym></application> by running
62the following commands:</para>
63
64<screen><userinput><command>./configure --prefix=/usr --enable-mp3rtp &amp;&amp;
65make</command></userinput></screen>
66
67<para>Now, as the root user:</para>
68
69<screen><userinput role='root'><command>make install</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Command explanations</title>
75
76<para><parameter>--enable-mp3rtp</parameter>: Builds the encode-to-RTP program.</para>
77
78<!-- <para><option>-enable-mptx</option>: Builds the mp3x program.</para>
79
80<para><option>-enable-nasm</option>: Enables use of nasm.</para> -->
81
82</sect2>
83
84<sect2>
85<title>Contents</title>
86
87<segmentedlist>
88<segtitle>Installed Programs</segtitle>
89<segtitle>Installed Library</segtitle>
90<segtitle>Installed Directories</segtitle>
91<seglistitem>
92<seg>lame, mp3rtp and optionally, mp3x</seg>
93<seg>libmp3lame.[so,a]</seg>
94<seg>/usr/include/lame and /usr/share/doc/lame</seg>
95</seglistitem>
96</segmentedlist>
97
98<variablelist>
99<bridgehead renderas="sect3">Short Descriptions</bridgehead>
100<?dbfo list-presentation="list"?>
101
102<varlistentry id="lame-prog">
103<term><command>lame</command></term>
104<listitem><para>creates <acronym>MP3</acronym> audio files from raw
105<acronym>PCM</acronym> or <filename>.wav</filename> data.</para>
106<indexterm zone="lame lame-prog">
107<primary sortas="b-lame">lame</primary></indexterm>
108</listitem>
109</varlistentry>
110
111<varlistentry id="mp3rtp">
112<term><command>mp3rtp</command></term>
113<listitem><para>is used to encode <acronym>MP3</acronym> with
114<acronym>RTP</acronym> streaming of the output.</para>
115<indexterm zone="lame mp3rtp">
116<primary sortas="b-mp3rtp">mp3rtp</primary></indexterm>
117</listitem>
118</varlistentry>
119
120<varlistentry id="mp3x">
121<term><command>mp3x</command></term>
122<listitem><para>is a <application><acronym>GTK</acronym></application> based
123graphical <acronym>MP3</acronym> frame analyzer used for debugging,
124development and studying <acronym>MP3</acronym> frames produced by any
125encoder.</para>
126<indexterm zone="lame mp3x">
127<primary sortas="b-mp3x">mp3x</primary></indexterm>
128</listitem>
129</varlistentry>
130
131<varlistentry id="libmp3lame">
132<term><filename class='libraryfile'>libmp3lame.[so,a]</filename></term>
133<listitem><para>libraries provide the functions necessary to convert
134raw <acronym>PCM</acronym> and <acronym>WAV</acronym> files to
135<acronym>MP3</acronym> files.</para>
136<indexterm zone="lame libmp3lame">
137<primary sortas="c-libmp3lame">libmp3lame.[so,a]</primary></indexterm>
138</listitem>
139</varlistentry>
140</variablelist>
141
142</sect2>
143
144</sect1>
145
Note: See TracBrowser for help on using the repository browser.