Ignore:
Timestamp:
09/20/2003 03:19:24 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d7c69b85
Parents:
616ce29
Message:

update into to mpg123, vorbistools and xmms

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

Location:
multimedia/audioutils/mpg123
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/mpg123/mpg123-desc.xml

    r616ce29 r6b012d98  
    22<title>Contents</title>
    33
    4 <para>The mpg123 package contains <userinput>mpg123</userinput>.</para>
     4<para>The <application>mpg123</application> package contains <command>mpg123
     5</command>.</para>
    56
    67</sect2>
     
    910
    1011<sect3><title>mpg123</title>
    11 <para>mpg123 is used for playing mp3 files via the console.</para></sect3>
     12<para><command>mpg123</command> is used for playing mp3 files via the console.
     13</para></sect3>
    1214
    1315</sect2>
  • multimedia/audioutils/mpg123/mpg123-exp.xml

    r616ce29 r6b012d98  
    22<title>Command explanations</title>
    33
    4 <para><userinput>make linux</userinput> : This command builds
    5 mpg123 for linux.</para>
    6 <para><userinput>make linux-help</userinput> : This command lists
    7 all build-options for mpg123.</para>
    8 <para><userinput>make install</userinput> : This command installs
    9 mpg123 in <filename>/usr/local/bin</filename>.</para>
     4<para><command>make linux</command> : This command builds
     5<application>mpg123</application> for Linux.</para>
     6
     7<para><command>make linux-help</command> : This command lists
     8all build-options for <application>mpg123</application>.</para>
    109
    1110</sect2>
  • multimedia/audioutils/mpg123/mpg123-inst.xml

    r616ce29 r6b012d98  
    11<sect2>
    2 <title>Installation of mpg123</title>
     2<title>Installation of <application>mpg123</application></title>
    33
    4 <para>Install mpg123 by running the following commands:</para>
     4<para>Install <application>mpg123</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>make PREFIX=/usr linux &amp;&amp;</userinput>
    7 <userinput>make PREFIX=/usr install</userinput></screen></para>
     7<screen><userinput><command>make PREFIX=/usr linux &amp;&amp;
     8make PREFIX=/usr install</command></userinput></screen>
    89
    9 <para>You can optimize the build of mpg123 for your processor.
    10 To do this, type</para>
    11 <para><screen><userinput>make linux-help</userinput></screen></para>
    12 
    13 <para>and select the optimization appropriate for your machine.
    14 However, this may not always work.  There have been problems reported
    15 with using optimizations with mpg123; make PREFIX=/usr linux always
    16 seems to work.</para>
    1710
    1811</sect2>
  • multimedia/audioutils/mpg123/mpg123-intro.xml

    r616ce29 r6b012d98  
    11<sect2>
    2 <title>Introduction to mpg123</title>
     2<title>Introduction to <application>mpg123</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&mpg123-download-http;"/>
    5 Download location (FTP):        <ulink url="&mpg123-download-ftp;"/>
    6 Version used:                   &mpg123-version;
    7 Package size:                   &mpg123-size;
    8 Estimated Disk space required:  &mpg123-buildsize;</screen>
     4<para>The <application>mpg123</application> package contains a console-based
     5mp3 player. It claims to be the fastest mp3 decoder for unix.</para>
    96
    10 <para>The mpg123 package contains a console-based mp3-player. It claims to
    11 be the fastest mp3-decoder for unix.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&mpg123-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&mpg123-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &mpg123-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&mpg123-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&mpg123-time;</para></listitem></itemizedlist>
     18</sect3>
     19                                                                               
     20<sect3><title><application>mpg123</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para>oss or <xref linkend="alsa-oss"/></para></sect4>
     23</sect3>
    1224
    13 <screen>mpg123 depends on:
    14 oss or <xref linkend="alsa-oss"/></screen>
    1525
    1626</sect2>
Note: See TracChangeset for help on using the changeset viewer.