source: multimedia/audioutils/mpg123.xml@ 8afe0fe

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

mpg123-1.14.1

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

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