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
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/mpg123.xml

    r616ce29 r6b012d98  
    55&mpg123-intro;
    66&mpg123-inst;
    7 &mpg123-exp;
    87&mpg123-desc;
    98
  • 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>
  • multimedia/audioutils/vorbistools/vorbistools-desc.xml

    r616ce29 r6b012d98  
    22<title>Contents</title>
    33
    4 <para>The vorbis-tools package contains <userinput>oggdec</userinput>,
    5 <userinput>oggenc</userinput>,
    6 <userinput>ogg123</userinput>, <userinput>vcut</userinput> and
    7 <userinput>vorbiscomment</userinput>.</para>
     4<para>The <application>vorbis-tools</application> package contains
     5<command>oggdec</command>,
     6<command>oggenc</command>,
     7<command>ogg123</command>, <command>vcut</command> and
     8<command>vorbiscomment</command>.</para>
    89
    910</sect2>
     
    1213
    1314<sect3><title>oggdec</title>
    14 <para>oggdec is a simple decoder which converts Ogg Vorbis file into
    15 PCM audio files (WAV or RAW).</para></sect3>
     15<para><command>oggdec</command> is a simple decoder which converts Ogg Vorbis
     16file into <acronym>PCM</acronym> audio files (<acronym>WAV</acronym> or
     17raw.</para></sect3>
    1618
    1719<sect3><title>oggenc</title>
    18 <para>oggenc is the encoder that turns raw, WAV or AIFF files
     20<para><command>oggenc</command> is the encoder that turns raw,
     21<acronym>WAV</acronym> or <acronym>AIFF</acronym> files
    1922into an Ogg Vorbis stream.</para></sect3>
    2023
    2124<sect3><title>ogg123</title>
    22 <para>ogg123 is a command line audio player for Ogg Vorbis streams.</para></sect3>
     25<para><command>ogg123</command> is a command line audio player for Ogg Vorbis
     26streams.</para></sect3>
    2327
    2428<sect3><title>ogginfo</title>
    25 <para>ogginfo prints information stored in the audio
     29<para><command>ogginfo</command> prints information stored in the audio
    2630file.</para></sect3>
    2731
    2832<sect3><title>vcut</title>
    29 <para>vcut will split a file into two files at a designated cut
    30 point.</para></sect3>
     33<para><command>vcut</command> will split a file into two files at a designated
     34cut point.</para></sect3>
    3135
    3236<sect3><title>vorbiscomment</title>
    33 <para>vorbiscomment is an editor that changes information in the audio
    34 file metadata tags.</para></sect3>
     37<para><command>vorbiscomment</command> is an editor that changes information in
     38the audio file metadata tags.</para></sect3>
    3539
    3640</sect2>
  • multimedia/audioutils/vorbistools/vorbistools-inst.xml

    r616ce29 r6b012d98  
    11<sect2>
    2 <title>Installation of vorbis-tools</title>
     2<title>Installation of <application>vorbis-tools</application></title>
    33
    4 <para>Install vorbis-tools by running the following commands:</para>
     4<para>Install <application>vorbis-tools</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    78make &amp;&amp;
    8 make install </userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • multimedia/audioutils/vorbistools/vorbistools-intro.xml

    r616ce29 r6b012d98  
    11<sect2>
    2 <title>Introduction to vorbis-tools</title>
     2<title>Introduction to <application>vorbis-tools</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&vorbistools-download-http;"/>
    5 Download location (FTP):        <ulink url="&vorbistools-download-ftp;"/>
    6 Version used:                   &vorbistools-version;
    7 Package size:                   &vorbistools-size;
    8 Estimated Disk space required:  &vorbistools-buildsize;
    9 Estimated build time:           &vorbistools-time;</screen>
     4<para>The <application>vorbis-tools</application> package contains command line
     5tools for ogg audio files.  This is useful for encoding, playing or editing
     6files using the ogg <acronym>CODEX</acronym>.</para>
    107
    11 <para>The vorbis-tools package contains command line tools for ogg audio
    12 files.  This is useful for encoding, playing or editing files using the ogg CODEX.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&vorbistools-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&vorbistools-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &vorbistools-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&vorbistools-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&vorbistools-time;</para></listitem></itemizedlist>
     19</sect3>
     20                                                                               
     21<sect3><title><application>vorbis-tools</application> dependencies</title>
     22<sect4><title>Required</title>
     23<para><xref linkend="curl"/>, <xref linkend="libao"/>, <xref
     24linkend="libogg"/> and <xref linkend="libvorbis"/></para></sect4>
     25</sect3>
    1326
    14 <screen>vorbis-tools depends on:
    15 <xref linkend="curl"/>, <xref linkend="libao"/>, <xref
    16 linkend="libogg"/> and <xref linkend="libvorbis"/></screen>
    1727
    1828</sect2>
  • multimedia/audioutils/xmms/xmms-config.xml

    r616ce29 r6b012d98  
    11<sect2>
    2 <title>Configuring xmms</title>
     2<title>Configuring <application>xmms</application></title>
    33
    44<sect3><title>Config files</title>
     
    88<sect3><title>Configuration Information</title>
    99
    10 <para>When you start XMMS for the first time, you can configure it with
    11 <userinput>CTRL+P</userinput> Note that you can extend XMMS' functionality
    12 with plugins and skins. You can find these at <ulink url="http://xmms.org"/>.
    13 </para>
     10<para>When you start <command>xmms</command> for the first time, you can
     11configure it with <userinput>CTRL+P</userinput> Note that you can extend XMMS'
     12functionality with plugins and skins. You can find these at
     13<ulink url="http://xmms.org"/>.</para>
    1414</sect3>
    1515
  • multimedia/audioutils/xmms/xmms-desc.xml

    r616ce29 r6b012d98  
    22<title>Contents</title>
    33
    4 <para>The xmms package contains <userinput>xmms</userinput>, <userinput>xmms-config</userinput>, <userinput>gnomexmss</userinput> and <userinput>wmxmms.</userinput></para>
     4<para>The xmms package contains <command>xmms</command>, <command>xmms-config</command>, <command>gnomexmss</command> and <command>wmxmms.</command></para>
    55
    66</sect2>
     
    99
    1010<sect3><title>xmms</title>
    11 <para>XMMS, which stands for X Multimedia System, is a program comparable in
    12 function with WinAMP. It's main function is playing audio files like wav and
    13 mp3. It can be extended with plugins to play a number of other audio or video
    14 formats. It's look can be customized with WinAMP style skins.</para></sect3>
     11<para><acronym>XMMS</acronym>, which stands for X MultiMedia System, is a
     12program comparable in function with WinAMP. It's main function is playing audio
     13files like wav and mp3. It can be extended with plugins to play a number of
     14other audio or video formats. It's look can be customized with WinAMP style
     15skins.</para></sect3>
    1516
    1617<sect3><title>xmms-config</title>
     
    2021<sect3><title>gnomexmms</title>
    2122<para>This is an applet for the GNOME desktop environment that will dock into
    22 the GNOME panel. From the applet you can start and control xmms.</para></sect3>
     23the GNOME panel. From the applet you can start and control
     24<command>xmms</command>.</para></sect3>
    2325
    2426<sect3><title>wmxmms</title>
    2527<para>wmxmms is a dock applet for the Window Maker window manager. From the
    26 applet you ca start and control xmms.</para></sect3>
     28applet you ca start and control <command>xmms</command>.</para></sect3>
    2729</sect2>
  • multimedia/audioutils/xmms/xmms-exp.xml

    r616ce29 r6b012d98  
    22<title>Command explanations</title>
    33
    4 <para><screen><userinput>./configure --prefix=/usr \
    5 --enable-one-plugin-dir &amp;&amp;</userinput></screen>
    6 This command ensures that all plugins are located under
     4<para><command>./configure --prefix=/usr --enable-one-plugin-dir
     5</command> : This command ensures that all plugins are located under
    76<filename>/usr/lib/xmms/Plugins</filename>.</para>
    87</sect2>
  • multimedia/audioutils/xmms/xmms-inst.xml

    r616ce29 r6b012d98  
    11<sect2>
    2 <title>Installation of XMMS</title>
     2<title>Installation of <application>XMMS</application></title>
    33
    4 <para>Install XMMS by running the following commands:</para>
     4<para>Install <application>XMMS</application> by running the following commands:
     5</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr \
    7 --enable-one-plugin-dir &amp;&amp;</userinput>
    8 <userinput>make &amp;&amp;</userinput>
    9 <userinput>make install</userinput></screen></para>
     7<screen><userinput><command>./configure --prefix=/usr --enable-one-plugin-dir &amp;&amp;
     8make &amp;&amp;
     9make install</command></userinput></screen>
    1010</sect2>
    1111
  • multimedia/audioutils/xmms/xmms-intro.xml

    r616ce29 r6b012d98  
    11<sect2>
    2 <title>Introduction to XMMS</title>
     2<title>Introduction to <application>XMMS</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&XMMS-download-http;"/>
    5 Download location (FTP):        <ulink url="&XMMS-download-ftp;"/>
    6 Version used:                   &XMMS-version;
    7 Package size:                   &XMMS-size;
    8 Estimated Disk space required:  &XMMS-buildsize;</screen>
     4<para><application>XMMS</application> is an audio player for the
     5<application>X</application> Window System. </para>
    96
    10 <para>XMMS is an audio player for the X Window System. </para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&XMMS-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&XMMS-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &XMMS-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&XMMS-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&XMMS-time;</para></listitem></itemizedlist>
     18</sect3>
     19                                                                               
     20<sect3><title><application>XMMS</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para>a working soundcard, <xref linkend="xfree86"/>, <xref
     23linkend="GTK"/> and <xref linkend="GLib"/></para></sect4>
     24<sect4><title>Optional</title>
     25<para><xref linkend="esound"/>, <xref linkend="gnome-libs"/>,
     26gnome-applets, libmikmod,
     27<xref linkend="libogg"/>, <xref linkend="libvorbis"/> and <xref
     28linkend="libxml"/></para></sect4>
     29</sect3>
    1130
    12 <screen>XMMS depends on:
    13 a working soundcard, <xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref linkend="GLib"/>
    14 XMMS will utilize:
    15 <xref linkend="esound"/>, <xref linkend="gnome-libs"/>, gnome-applets, libmikmod,
    16 <xref linkend="libogg"/>, <xref linkend="libvorbis"/> and <xref linkend="libxml"/></screen>
    1731</sect2>
  • multimedia/audioutils/xmms/xmms.ent

    r616ce29 r6b012d98  
    1010<!ENTITY XMMS-download-ftp "ftp://ftp.xmms.org/xmms/1.2.x/xmms-1.2.7.tar.bz2">
    1111<!ENTITY XMMS-size "11 MB">
    12 <!ENTITY XMMS-time "2 SBU">
     12<!ENTITY XMMS-time "1.0 SBU">
Note: See TracChangeset for help on using the changeset viewer.