source: multimedia/audioutils/mpg123.xml@ b7b6efc

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 b7b6efc was b9b17d1b, checked in by Krejzi <krejzi@…>, 12 years ago

LFS 7.2 checked.

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

  • Property mode set to 100644
File size: 4.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 mpg123-download-http "&sourceforge-repo;/mpg123/mpg123-&mpg123-version;.tar.bz2">
8 <!ENTITY mpg123-download-ftp " ">
9 <!ENTITY mpg123-md5sum "a72d0c60a1d7dbec7cfe966bc11672bf">
10 <!ENTITY mpg123-size "780 KB">
11 <!ENTITY mpg123-buildsize "13 MB">
12 <!ENTITY mpg123-time "0.2 SBU">
13]>
14
15<sect1 id="mpg123" xreflabel="mpg123-&mpg123-version;">
16 <?dbhtml filename="mpg123.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Mpg123-&mpg123-version;</title>
24
25 <indexterm zone="mpg123">
26 <primary sortas="a-Mpg123">Mpg123</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Mpg123</title>
31
32 <para>
33 The <application>Mpg123</application> package contains a console-based MP3
34 player. It claims to be the fastest MP3 decoder for Unix.
35 </para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&mpg123-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&mpg123-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &mpg123-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &mpg123-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &mpg123-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &mpg123-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Mpg123 Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="alsa-lib"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="esound"/>,
83 <xref linkend='pulseaudio'/>,
84 <ulink url="http://jackaudio.org">JACK</ulink>,
85 <ulink url="http://www.portaudio.com">PortAudio</ulink> and
86 <xref linkend="sdl"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/mpg123"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Mpg123</title>
96
97 <para>
98 Install <application>Mpg123</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>
126 mpg123
127 </seg>
128 <seg>
129 libmpg123.so
130 </seg>
131 <seg>
132 /usr/lib/mpg123
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="mpg123-prog">
143 <term><command>mpg123</command></term>
144 <listitem>
145 <para>
146 is used for playing MP3 files via the console.
147 </para>
148 <indexterm zone="mpg123 mpg123-prog">
149 <primary sortas="b-mpg123">mpg123</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="libmpg123">
155 <term><filename class="libraryfile">libmpg123.so</filename></term>
156 <listitem>
157 <para>
158 contains the <application>Mpg123</application> API functions.
159 </para>
160 <indexterm zone="mpg123 libmpg123">
161 <primary sortas="c-libmpg123">libmpg123.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.