mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
f15e27446f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5382 af4574ff-66df-0310-9fd7-8a98e5e911e0
129 lines
3.9 KiB
XML
129 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY mpg123-download-http "http://www.mpg123.de/mpg123/mpg123-&mpg123-version;.tar.gz">
|
|
<!ENTITY mpg123-download-ftp "ftp://alge.anart.no/pub/audio/mpg123-&mpg123-version;.tar.gz">
|
|
<!ENTITY mpg123-md5sum "95df59ad1651dd2346d49fafc83747e7">
|
|
<!ENTITY mpg123-size "155 KB">
|
|
<!ENTITY mpg123-buildsize "1.3 MB">
|
|
<!ENTITY mpg123-time "0.08 SBU">
|
|
]>
|
|
|
|
<sect1 id="mpg123" xreflabel="mpg123-&mpg123-version;">
|
|
<?dbhtml filename="mpg123.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
<keywordset>
|
|
<keyword role="package">mpg123-&mpg123-version;.tar</keyword>
|
|
<keyword role="ftpdir">mpg123</keyword>
|
|
</keywordset>
|
|
</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>
|
|
|
|
<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">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/mpg123-&mpg123-version;-security-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Mpg123 Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="alsa-oss"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Mpg123</title>
|
|
|
|
<para>Install <application>mpg123</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../mpg123-&mpg123-version;-security-1.patch &&
|
|
make PREFIX=/usr linux</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 PREFIX=/usr install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>mpg123</seg>
|
|
<seg>None</seg>
|
|
<seg>None</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>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|