source: multimedia/audioutils/lame.xml@ 15b9d663

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 15b9d663 was 15b9d663, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged lame.xml

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

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