source: multimedia/audioutils/lame.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

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