mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
f82ac3fb40
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12016 af4574ff-66df-0310-9fd7-8a98e5e911e0
184 lines
4.9 KiB
XML
184 lines
4.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY mpg123-download-http "&sourceforge-repo;/mpg123/mpg123-&mpg123-version;.tar.bz2">
|
|
<!ENTITY mpg123-download-ftp " ">
|
|
<!ENTITY mpg123-md5sum "169cfc32b32b5cae99212fe8e4347215">
|
|
<!ENTITY mpg123-size "824 KB">
|
|
<!ENTITY mpg123-buildsize "13 MB">
|
|
<!ENTITY mpg123-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="mpg123" xreflabel="mpg123-&mpg123-version;">
|
|
<?dbhtml filename="mpg123.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Mpg123-&mpg123-version;</title>
|
|
|
|
<indexterm zone="mpg123">
|
|
<primary sortas="a-Mpg123">Mpg123</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Mpg123</title>
|
|
|
|
<para>
|
|
The <application>Mpg123</application> package contains a console-based MP3
|
|
player. It claims to be the fastest MP3 decoder for Unix.
|
|
</para>
|
|
|
|
&lfs74_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&mpg123-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&mpg123-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &mpg123-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &mpg123-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &mpg123-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &mpg123-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Mpg123 Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="alsa-lib"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="http://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>,
|
|
<xref linkend="pulseaudio"/>,
|
|
<ulink url="http://jackaudio.org">JACK</ulink>,
|
|
<ulink url="http://www.portaudio.com">PortAudio</ulink> and
|
|
<xref linkend="sdl"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/mpg123"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Mpg123</title>
|
|
|
|
<para>
|
|
Install <application>Mpg123</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --with-module-suffix=.so &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--with-module-suffix=.so</parameter>: This switch tells
|
|
<command>mpg123</command> to load modules with
|
|
<filename class="extension">.so</filename> extension which is useful if you
|
|
don't want to keep <filename class="extension">.la</filename> files.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
mpg123, mpg123-id3dump, and mpg123-strip
|
|
</seg>
|
|
<seg>
|
|
libmpg123.so
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/mpg123
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="mpg123-prog">
|
|
<term><command>mpg123</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used for playing MP3 files via the console.
|
|
</para>
|
|
<indexterm zone="mpg123 mpg123-prog">
|
|
<primary sortas="b-mpg123">mpg123</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libmpg123">
|
|
<term><filename class="libraryfile">libmpg123.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>Mpg123</application> API functions.
|
|
</para>
|
|
<indexterm zone="mpg123 libmpg123">
|
|
<primary sortas="c-libmpg123">libmpg123.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|