source: multimedia/audioutils/lame.xml@ b61b128

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 b61b128 was b61b128, checked in by Igor Živković <igor@…>, 19 years ago

Added a test suite note to LAME.

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

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