source: multimedia/audioutils/lame.xml@ c960b368

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c960b368 was 377f5f28, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Remove obsolete i686 build instruction in LAME

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

  • Property mode set to 100644
File size: 5.4 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-dl;/lame/lame-&lame-version;.tar.gz">
8 <!ENTITY lame-download-ftp " ">
9 <!ENTITY lame-md5sum "83e260acbe4389b54fe08e0bdbf7cddb">
10 <!ENTITY lame-size "1.5 MB">
11 <!ENTITY lame-buildsize "9.7 MB">
12 <!ENTITY lame-time "0.1 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>
33 The <application>LAME</application> package contains an MP3
34 encoder and optionally, an MP3 frame analyzer. This is useful
35 for creating and analyzing compressed audio files.
36 </para>
37
38 &lfs83_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&lame-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&lame-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &lame-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &lame-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &lame-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &lame-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">LAME Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
79 <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
80 <xref linkend="libsndfile"/> and
81 <xref linkend="nasm"/>
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/lame"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of LAME</title>
91
92 <para>
93 Install <application>LAME</application> by running
94 the following commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr --enable-mp3rtp --disable-static &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>make test</command>.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make pkghtmldir=/usr/share/doc/lame-&lame-version; install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para>
116 <parameter>--enable-mp3rtp</parameter>: This switch enables building
117 the encode-to-RTP program.
118 </para>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 <para>
124 <option>--enable-nasm</option>: Enable the use of
125 <xref linkend="nasm"/> to compile optimized assembly routines.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 lame and mp3rtp
141 </seg>
142 <seg>
143 libmp3lame.so
144 </seg>
145 <seg>
146 /usr/include/lame and
147 /usr/share/doc/lame-&lame-version;
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="lame-prog">
158 <term><command>lame</command></term>
159 <listitem>
160 <para>
161 creates MP3 audio files from raw
162 PCM or <filename>.wav</filename> data.
163 </para>
164 <indexterm zone="lame lame-prog">
165 <primary sortas="b-lame">lame</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="mp3rtp">
171 <term><command>mp3rtp</command></term>
172 <listitem>
173 <para>
174 is used to encode MP3 with RTP streaming of the output.
175 </para>
176 <indexterm zone="lame mp3rtp">
177 <primary sortas="b-mp3rtp">mp3rtp</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="libmp3lame">
183 <term><filename class="libraryfile">libmp3lame.so</filename></term>
184 <listitem>
185 <para>
186 libraries provide the functions necessary to convert
187 raw PCM and WAV files to MP3 files.
188 </para>
189 <indexterm zone="lame libmp3lame">
190 <primary sortas="c-libmp3lame">libmp3lame.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.