source: multimedia/audioutils/mpg123.xml@ 79e6d17

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 79e6d17 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
RevLine 
[96570d92]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[8d8631b5]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[4774914f]6
[bcd2922]7 <!ENTITY mpg123-download-http "&sourceforge-repo;/mpg123/mpg123-&mpg123-version;.tar.bz2">
[4e88613]8 <!ENTITY mpg123-download-ftp " ">
[4591404]9 <!ENTITY mpg123-md5sum "a72d0c60a1d7dbec7cfe966bc11672bf">
[bcd2922]10 <!ENTITY mpg123-size "780 KB">
11 <!ENTITY mpg123-buildsize "13 MB">
[a079a897]12 <!ENTITY mpg123-time "0.2 SBU">
[8d8631b5]13]>
14
[fd680fb]15<sect1 id="mpg123" xreflabel="mpg123-&mpg123-version;">
[96570d92]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
[4067d492]32 <para>
[bcd2922]33 The <application>Mpg123</application> package contains a console-based MP3
[4067d492]34 player. It claims to be the fastest MP3 decoder for Unix.
35 </para>
[96570d92]36
[b9b17d1b]37 &lfs72_checked;
[eadb367]38
[96570d92]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[bcd2922]42 <para>
43 Download (HTTP): <ulink url="&mpg123-download-http;"/>
44 </para>
[96570d92]45 </listitem>
46 <listitem>
[bcd2922]47 <para>
48 Download (FTP): <ulink url="&mpg123-download-ftp;"/>
49 </para>
[96570d92]50 </listitem>
51 <listitem>
[bcd2922]52 <para>
53 Download MD5 sum: &mpg123-md5sum;
54 </para>
[96570d92]55 </listitem>
56 <listitem>
[bcd2922]57 <para>
58 Download size: &mpg123-size;
59 </para>
[96570d92]60 </listitem>
61 <listitem>
[bcd2922]62 <para>
63 Estimated disk space required: &mpg123-buildsize;
64 </para>
[96570d92]65 </listitem>
66 <listitem>
[bcd2922]67 <para>
68 Estimated build time: &mpg123-time;
69 </para>
[96570d92]70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Mpg123 Dependencies</bridgehead>
74
[4067d492]75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
[bcd2922]77 <xref linkend="alsa-lib"/>
[4067d492]78 </para>
79
[b571b5e]80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
[4067d492]82 <xref linkend="esound"/>,
83 <xref linkend='pulseaudio'/>,
84 <ulink url="http://jackaudio.org">JACK</ulink>,
[bcd2922]85 <ulink url="http://www.portaudio.com">PortAudio</ulink> and
[4067d492]86 <xref linkend="sdl"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/mpg123"/>
91 </para>
[96570d92]92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Mpg123</title>
96
[4067d492]97 <para>
[bcd2922]98 Install <application>Mpg123</application> by running the following
[4067d492]99 commands:
100 </para>
[96570d92]101
[bcd2922]102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[e5dd69a0]103make</userinput></screen>
[96570d92]104
[bcd2922]105 <para>
106 This package does not come with a test suite.
107 </para>
[42c15ad]108
[4067d492]109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
[96570d92]112
[e5dd69a0]113<screen role="root"><userinput>make install</userinput></screen>
[96570d92]114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
[bcd2922]120 <segtitle>Installed Program</segtitle>
[4591404]121 <segtitle>Installed Library</segtitle>
[bcd2922]122 <segtitle>Installed Directory</segtitle>
[96570d92]123
124 <seglistitem>
[bcd2922]125 <seg>
126 mpg123
127 </seg>
[4067d492]128 <seg>
[4591404]129 libmpg123.so
[4067d492]130 </seg>
[bcd2922]131 <seg>
132 /usr/lib/mpg123
133 </seg>
[96570d92]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>
[bcd2922]145 <para>
146 is used for playing MP3 files via the console.
147 </para>
[96570d92]148 <indexterm zone="mpg123 mpg123-prog">
149 <primary sortas="b-mpg123">mpg123</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
[4067d492]154 <varlistentry id="libmpg123">
155 <term><filename class="libraryfile">libmpg123.so</filename></term>
156 <listitem>
157 <para>
[bcd2922]158 contains the <application>Mpg123</application> API functions.
[4067d492]159 </para>
160 <indexterm zone="mpg123 libmpg123">
161 <primary sortas="c-libmpg123">libmpg123.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
[bcd2922]165
[96570d92]166 </variablelist>
[bcd2922]167
[96570d92]168 </sect2>
[bcd2922]169
[f45b1953]170</sect1>
Note: See TracBrowser for help on using the repository browser.