source: multimedia/audioutils/mpg123.xml@ dda3ff99

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 dda3ff99 was 03d30cf, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates.

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

  • Property mode set to 100644
File size: 5.0 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 " ">
[03d30cf]9 <!ENTITY mpg123-md5sum "f734f9e2982f398a1c919475fc0b3798">
10 <!ENTITY mpg123-size "784 KB">
11 <!ENTITY mpg123-buildsize "12 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
[6a9e822]37 &lfs73_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"/>,
[5b38e37]83 <ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>,
84 <xref linkend="pulseaudio"/>,
[4067d492]85 <ulink url="http://jackaudio.org">JACK</ulink>,
[bcd2922]86 <ulink url="http://www.portaudio.com">PortAudio</ulink> and
[4067d492]87 <xref linkend="sdl"/>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/mpg123"/>
92 </para>
[96570d92]93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Mpg123</title>
97
[4067d492]98 <para>
[bcd2922]99 Install <application>Mpg123</application> by running the following
[4067d492]100 commands:
101 </para>
[96570d92]102
[bcd2922]103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[e5dd69a0]104make</userinput></screen>
[96570d92]105
[bcd2922]106 <para>
107 This package does not come with a test suite.
108 </para>
[42c15ad]109
[4067d492]110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
[96570d92]113
[e5dd69a0]114<screen role="root"><userinput>make install</userinput></screen>
[5b38e37]115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
124 <para>
125 <parameter>--with-module-suffix=.so</parameter>: This switch tells
126 <command>mpg123</command> to load modules with
127 <filename class="extension">.so</filename> extension. Useful if you
128 don't want to keep <filename class="extension">.la</filename> files.
129 </para>
130
[96570d92]131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
[bcd2922]137 <segtitle>Installed Program</segtitle>
[4591404]138 <segtitle>Installed Library</segtitle>
[bcd2922]139 <segtitle>Installed Directory</segtitle>
[96570d92]140
141 <seglistitem>
[bcd2922]142 <seg>
143 mpg123
144 </seg>
[4067d492]145 <seg>
[4591404]146 libmpg123.so
[4067d492]147 </seg>
[bcd2922]148 <seg>
149 /usr/lib/mpg123
150 </seg>
[96570d92]151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="mpg123-prog">
160 <term><command>mpg123</command></term>
161 <listitem>
[bcd2922]162 <para>
163 is used for playing MP3 files via the console.
164 </para>
[96570d92]165 <indexterm zone="mpg123 mpg123-prog">
166 <primary sortas="b-mpg123">mpg123</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
[4067d492]171 <varlistentry id="libmpg123">
172 <term><filename class="libraryfile">libmpg123.so</filename></term>
173 <listitem>
174 <para>
[bcd2922]175 contains the <application>Mpg123</application> API functions.
[4067d492]176 </para>
177 <indexterm zone="mpg123 libmpg123">
178 <primary sortas="c-libmpg123">libmpg123.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
[bcd2922]182
[96570d92]183 </variablelist>
[bcd2922]184
[96570d92]185 </sect2>
[bcd2922]186
[f45b1953]187</sect1>
Note: See TracBrowser for help on using the repository browser.