source: multimedia/audioutils/lame.xml@ f5084dd

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 f5084dd was f5084dd, checked in by Andrew Benton <andy@…>, 12 years ago

libsndfile-1.0.25

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

  • Property mode set to 100644
File size: 5.7 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<!-- http://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.3.tar.gz -->
8
9 <!ENTITY lame-download-http "&sourceforge-repo2;/projects/lame/files/lame/&lame-major-version;/lame-&lame-version;.tar.gz">
10 <!ENTITY lame-download-ftp " ">
11 <!ENTITY lame-md5sum "5ad31e33e70455eb3a7b79a5dd934fce">
12 <!ENTITY lame-size "1.4 MB">
13 <!ENTITY lame-buildsize "13 MB">
14 <!ENTITY lame-time "0.3 SBU">
15]>
16
17<sect1 id="lame" xreflabel="LAME-&lame-version;">
18 <?dbhtml filename="lame.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>LAME-&lame-version;</title>
26
27 <indexterm zone="lame">
28 <primary sortas="a-LAME">LAME</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to LAME</title>
33
34 <para>The <application>LAME</application> package contains
35 an MP3 encoder and optionally, an MP3 frame analyzer. This is useful
36 for creating and analyzing compressed audio files.</para>
37
38 &lfs71_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&lame-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&lame-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &lame-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &lame-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &lame-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &lame-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">LAME Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional">
66 <ulink url="ftp://ftp.gtk.org/pub/gtk/v1.3/">GTK-1</ulink>,
67 <xref linkend="NASM"/>,
68 <xref linkend="libsndfile"/>
69 (support for input from stdin is currently broken),
70 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
71 <ulink url="http://dmalloc.com/">Dmalloc</ulink>
72 </para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/lame"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of LAME</title>
81
82 <para>Install <application>LAME</application> by running
83 the following commands:</para>
84
85<screen><userinput>./configure --prefix=/usr --enable-mp3rtp --disable-static &amp;&amp;
86make</userinput></screen>
87
88 <para>To test the results, issue: <command>make test</command>.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make pkghtmldir=/usr/share/doc/lame-&lame-version; install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><parameter>--enable-mp3rtp</parameter>: Builds the
100 encode-to-RTP program.</para>
101
102 <para><parameter>--enable-nasm</parameter>: Enable the use of
103 <xref linkend="NASM"/> to compile optimized assembly routines.</para>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../../xincludes/static-libraries.xml"/>
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>lame, mp3rtp, and optionally, mp3x</seg>
119 <seg>libmp3lame.{so,a}</seg>
120 <seg>/usr/include/lame and /usr/share/doc/lame</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="lame-prog">
130 <term><command>lame</command></term>
131 <listitem>
132 <para>creates MP3 audio files from raw
133 PCM or <filename>.wav</filename> data.</para>
134 <indexterm zone="lame lame-prog">
135 <primary sortas="b-lame">lame</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="mp3rtp">
141 <term><command>mp3rtp</command></term>
142 <listitem>
143 <para>is used to encode MP3 with RTP streaming of the output.</para>
144 <indexterm zone="lame mp3rtp">
145 <primary sortas="b-mp3rtp">mp3rtp</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="mp3x">
151 <term><command>mp3x</command></term>
152 <listitem>
153 <para>is a <application>GTK</application> based graphical MP3
154 frame analyzer used for debugging, development and studying MP3
155 frames produced by any encoder.</para>
156 <indexterm zone="lame mp3x">
157 <primary sortas="b-mp3x">mp3x</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="libmp3lame">
163 <term><filename class='libraryfile'>libmp3lame.{so,a}</filename></term>
164 <listitem>
165 <para>libraries provide the functions necessary to convert
166 raw PCM and WAV files to MP3 files.</para>
167 <indexterm zone="lame libmp3lame">
168 <primary sortas="c-libmp3lame">libmp3lame.{so,a}</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.