source: multimedia/audioutils/lame.xml@ 1ade38d

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 1ade38d was 1ade38d, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

Added --enable-nasm to command explanations in lame.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7853 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 <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 role="optional"><xref linkend="GTK"/>,
62 <xref linkend="NASM"/>,
63 <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>
64 (support is currently broken),
65 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
66 <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/lame"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of LAME</title>
75
76 <para>Install <application>LAME</application> by running
77 the following commands:</para>
78
79<screen><userinput>./configure --prefix=/usr --enable-mp3rtp &amp;&amp;
80make</userinput></screen>
81
82 <para>To test the results, issue: <command>make test</command>.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="commands">
91 <title>Command Explanations</title>
92
93 <para><parameter>--enable-mp3rtp</parameter>: Builds the
94 encode-to-RTP program.</para>
95
96 <para><option>--enable-mp3x</option>: Builds the <command>mp3x</command>
97 frame analyzer program (requires <application>GTK+</application>).</para>
98
99 <para><parameter>--disable-static</parameter>: prevent static libraries
100 being built and installed.</para>
101
102 <para><parameter>--enable-nasm</parameter>: Enable the use of
103 <xref linkend="NASM"/> to compile optimized assembly routines.</para>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Library</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>lame, mp3rtp, and optionally, mp3x</seg>
117 <seg>libmp3lame.{so,a}</seg>
118 <seg>/usr/include/lame and /usr/share/doc/lame</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="lame-prog">
128 <term><command>lame</command></term>
129 <listitem>
130 <para>creates MP3 audio files from raw
131 PCM or <filename>.wav</filename> data.</para>
132 <indexterm zone="lame lame-prog">
133 <primary sortas="b-lame">lame</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="mp3rtp">
139 <term><command>mp3rtp</command></term>
140 <listitem>
141 <para>is used to encode MP3 with RTP streaming of the output.</para>
142 <indexterm zone="lame mp3rtp">
143 <primary sortas="b-mp3rtp">mp3rtp</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="mp3x">
149 <term><command>mp3x</command></term>
150 <listitem>
151 <para>is a <application>GTK</application> based graphical MP3
152 frame analyzer used for debugging, development and studying MP3
153 frames produced by any encoder.</para>
154 <indexterm zone="lame mp3x">
155 <primary sortas="b-mp3x">mp3x</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libmp3lame">
161 <term><filename class='libraryfile'>libmp3lame.{so,a}</filename></term>
162 <listitem>
163 <para>libraries provide the functions necessary to convert
164 raw PCM and WAV files to MP3 files.</para>
165 <indexterm zone="lame libmp3lame">
166 <primary sortas="c-libmp3lame">libmp3lame.{so,a}</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.