source: multimedia/audioutils/lame.xml@ 96570d92

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 96570d92 was 96570d92, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged mpg123.xml

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

  • Property mode set to 100644
File size: 5.1 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>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="commands">
85 <title>Command Explanations</title>
86
87 <para><parameter>--enable-mp3rtp</parameter>: Builds the
88 encode-to-RTP program.</para>
89
90<!-- <para><option>-enable-mptx</option>: Builds the mp3x program.</para>
91
92<para><option>-enable-nasm</option>: Enables use of nasm.</para> -->
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Library</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>lame, mp3rtp, and optionally, mp3x</seg>
106 <seg>libmp3lame.[so,a]</seg>
107 <seg>/usr/include/lame and /usr/share/doc/lame</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="lame-prog">
117 <term><command>lame</command></term>
118 <listitem>
119 <para>creates MP3 audio files from raw
120 PCM or <filename>.wav</filename> data.</para>
121 <indexterm zone="lame lame-prog">
122 <primary sortas="b-lame">lame</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 <varlistentry id="mp3rtp">
128 <term><command>mp3rtp</command></term>
129 <listitem>
130 <para>is used to encode MP3 with RTP streaming of the output.</para>
131 <indexterm zone="lame mp3rtp">
132 <primary sortas="b-mp3rtp">mp3rtp</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 <varlistentry id="mp3x">
138 <term><command>mp3x</command></term>
139 <listitem>
140 <para>is a <application>GTK</application> based graphical MP3
141 frame analyzer used for debugging, development and studying MP3
142 frames produced by any encoder.</para>
143 <indexterm zone="lame mp3x">
144 <primary sortas="b-mp3x">mp3x</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="libmp3lame">
150 <term><filename class='libraryfile'>libmp3lame.[so,a]</filename></term>
151 <listitem>
152 <para>libraries provide the functions necessary to convert
153 raw PCM and WAV files to MP3 files.</para>
154 <indexterm zone="lame libmp3lame">
155 <primary sortas="c-libmp3lame">libmp3lame.[so,a]</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
165
Note: See TracBrowser for help on using the repository browser.