source: multimedia/audioutils/lame.xml@ 3844cf2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 3844cf2 was 3844cf2, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

vte-0.36.1 and gnome-terminal-3.12.1. Fixes to build lame-3.99.5 and gst-plugins-base-1.2.4 with gcc-4.9.0. Minor fixes to libdvdread-4.9.9 and nautilus-3.12.0.

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

  • Property mode set to 100644
File size: 5.5 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 "84835b313d4a8b68f5349816d33e07ce">
10 <!ENTITY lame-size "1.4 MB">
11 <!ENTITY lame-buildsize "11 MB">
12 <!ENTITY lame-time "0.3 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 &lfs75_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 First, for i686, fix a problem with gcc-4.9.0:
94 </para>
95
96<screen><userinput>sed -i -e 's/fast-math/&amp; -msse2/' configure</userinput></screen>
97
98 <para>
99 Install <application>LAME</application> by running
100 the following commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr --enable-mp3rtp --disable-static &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make test</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make pkghtmldir=/usr/share/doc/lame-&lame-version; install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <option>--enable-mp3rtp</option>: This switch enables building
123 of the encode-to-RTP program.
124 </para>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/static-libraries.xml"/>
128
129 <para>
130 <option>--enable-nasm</option>: Enable the use of
131 <xref linkend="nasm"/> to compile optimized assembly routines.
132 </para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Library</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 lame and mp3rtp
147 </seg>
148 <seg>
149 libmp3lame.so
150 </seg>
151 <seg>
152 /usr/include/lame and
153 /usr/share/doc/lame-&lame-version;
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="lame-prog">
164 <term><command>lame</command></term>
165 <listitem>
166 <para>
167 creates MP3 audio files from raw
168 PCM or <filename>.wav</filename> data.
169 </para>
170 <indexterm zone="lame lame-prog">
171 <primary sortas="b-lame">lame</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="mp3rtp">
177 <term><command>mp3rtp</command></term>
178 <listitem>
179 <para>
180 is used to encode MP3 with RTP streaming of the output.
181 </para>
182 <indexterm zone="lame mp3rtp">
183 <primary sortas="b-mp3rtp">mp3rtp</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libmp3lame">
189 <term><filename class="libraryfile">libmp3lame.so</filename></term>
190 <listitem>
191 <para>
192 libraries provide the functions necessary to convert
193 raw PCM and WAV files to MP3 files.
194 </para>
195 <indexterm zone="lame libmp3lame">
196 <primary sortas="c-libmp3lame">libmp3lame.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.