source: multimedia/audioutils/lame.xml@ a41f643

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

Globally removed all extraneous spaces

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

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lame-download-http "&sourceforge-repo;/lame/lame-&lame-version;.tar.gz">
8 <!ENTITY lame-download-ftp " ">
9 <!ENTITY lame-md5sum "719dae0ee675d0c16e0e89952930ed35">
10 <!ENTITY lame-size "1.3 MB">
11 <!ENTITY lame-buildsize "11.2 MB (without optional dependencies)">
12 <!ENTITY lame-time "0.4 SBU">
13]>
14
15<sect1 id="lame" xreflabel="LAME-&lame-version;">
16 <?dbhtml filename="lame.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>LAME-&lame-version;</title>
24
25 <indexterm zone="lame">
26 <primary sortas="a-LAME">LAME</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LAME</title>
31
32 <para>The <application>LAME</application> package contains
33 an MP3 encoder and optionally, an MP3 frame analyzer. This is useful
34 for creating and analyzing compressed audio files.</para>
35
36 &lfs65_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&lame-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&lame-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &lame-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &lame-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &lame-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &lame-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">LAME Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional"><xref linkend="GTK"/>,
64 <xref linkend="NASM"/>,
65 <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>
66 (support is currently broken),
67 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
68 <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/lame"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of LAME</title>
77
78 <para>Install <application>LAME</application> by running
79 the following commands:</para>
80
81<screen><userinput>./configure --prefix=/usr --enable-mp3rtp &amp;&amp;
82make</userinput></screen>
83
84 <para>To test the results, issue: <command>make test</command>.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="commands">
93 <title>Command Explanations</title>
94
95 <para><parameter>--enable-mp3rtp</parameter>: Builds the
96 encode-to-RTP program.</para>
97
98 <para><option>--enable-mp3x</option>: Builds the <command>mp3x</command>
99 frame analyzer program (requires <application>GTK+</application>).</para>
100
101 <para><parameter>--disable-static</parameter>: prevent static libraries
102 being built and installed.</para>
103
104 <para><parameter>--enable-nasm</parameter>: Enable the use of
105 <xref linkend="NASM"/> to compile optimized assembly routines.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <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>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="lame-prog">
130 <term><command>lame</command></term>
131 <listitem>
132 <para>creates MP3 audio files from raw
133 PCM or <filename>.wav</filename> data.</para>
134 <indexterm zone="lame lame-prog">
135 <primary sortas="b-lame">lame</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="mp3rtp">
141 <term><command>mp3rtp</command></term>
142 <listitem>
143 <para>is used to encode MP3 with RTP streaming of the output.</para>
144 <indexterm zone="lame mp3rtp">
145 <primary sortas="b-mp3rtp">mp3rtp</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="mp3x">
151 <term><command>mp3x</command></term>
152 <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>
167 <indexterm zone="lame libmp3lame">
168 <primary sortas="c-libmp3lame">libmp3lame.{so,a}</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.