Ignore:
Timestamp:
01/18/2005 04:30:33 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0598344
Parents:
da4fa3a
Message:

Added indexing tags to XMMS

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/xmms.xml

    rda4fa3a r038ee3d2  
    1111]>
    1212
    13 <sect1 id="xmms" xreflabel="XMMS-&XMMS-version;">
     13<sect1 id="xmms-package" xreflabel="XMMS-&XMMS-version;">
    1414<sect1info>
    1515<othername>$LastChangedBy$</othername>
     
    1818<?dbhtml filename="xmms.html"?>
    1919<title>XMMS-&XMMS-version;</title>
     20<indexterm zone="xmms-package">
     21<primary sortas="a-XMMS">XMMS</primary></indexterm>
    2022
    2123<sect2>
     
    4446<para><xref linkend="GTK"/></para>
    4547</sect4>
     48
    4649<sect4><title>Optional</title>
    4750<para><xref linkend="alsa"/>,
     
    6366
    6467<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    65 make &amp;&amp;
    66 make install</command></userinput></screen>
     68make</command></userinput></screen>
     69
     70<para>Now, as the root user:</para>
     71
     72<screen><userinput role='root'><command>make install</command></userinput></screen>
    6773</sect2>
    6874
     
    7076<title>Configuring <application><acronym>XMMS</acronym></application></title>
    7177
    72 <sect3><title>Config files</title>
     78<sect3 id="xmms-config-config"><title>Config files</title>
    7379<para><filename>~/.xmms/config</filename></para>
     80<indexterm zone="xmms-package xmms-config-config">
     81<primary sortas="e-AA.xmms-config">~/.xmms/config</primary>
     82</indexterm>
    7483</sect3>
    7584
     
    8796<title>Contents</title>
    8897
    89 <para>The <application><acronym>XMMS</acronym></application> package contains
    90 <command>xmms</command>,
    91 <command>xmms-config</command> and
    92 <command>wmxmms.</command></para>
     98<segmentedlist>
     99<segtitle>Installed Programs</segtitle>
     100<segtitle>Installed Libraries</segtitle>
     101<segtitle>Installed Directories</segtitle>
     102<seglistitem>
     103<seg>xmms, xmms-config and wmxmms</seg>
     104<seg>libxmms.[so,a] and numerous input, output, effects and general
     105plugins</seg>
     106<seg>/usr/include/xmms, /usr/lib/xmms and /usr/share/xmms</seg>
     107</seglistitem>
     108</segmentedlist>
     109
     110<variablelist>
     111<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     112<?dbfo list-presentation="list"?>
     113
     114<varlistentry id="xmms">
     115<term><command>xmms</command></term>
     116<listitem><para> (an acronym for X MultiMedia System) is a program comparable
     117in function with <application>WinAMP</application>. Its main function is
     118playing audio files like <filename>WAV</filename> and
     119<filename>MP3</filename>. It can be extended with plugins to play a number of
     120other audio or video formats. Its look can be customized with
     121<application>WinAMP</application> style skins.</para>
     122<indexterm zone="xmms-package xmms">
     123<primary sortas="b-xmms">xmms</primary></indexterm>
     124</listitem>
     125</varlistentry>
     126
     127<varlistentry id="xmms-config">
     128<term><command>xmms-config</command></term>
     129<listitem><para>is used by other programs which need to link with
     130<command>xmms</command> to retrieve the library and include paths.</para>
     131<indexterm zone="xmms-package xmms-config">
     132<primary sortas="b-xmms-config">xmms-config</primary></indexterm>
     133</listitem>
     134</varlistentry>
     135
     136<varlistentry id="wmxmms">
     137<term><command>wmxmms</command></term>
     138<listitem><para>is a dock applet for the
     139<application>Window Maker</application> window manager. From the applet you
     140can start and control <command>xmms</command>.</para>
     141<indexterm zone="xmms-package wmxmms">
     142<primary sortas="b-wmxmms">wmxmms</primary></indexterm>
     143</listitem>
     144</varlistentry>
     145
     146<varlistentry id="libxmms">
     147<term><filename class='libraryfile'>libxmms.[so,a]</filename></term>
     148<listitem><para>contains graphics and playback functions used by
     149<command>xmms</command>. These functions can also be utilized by other
     150packages.</para>
     151<indexterm zone="xmms-package libxmms">
     152<primary sortas="c-libxmms">libxmms.[so,a]</primary></indexterm>
     153</listitem>
     154</varlistentry>
     155</variablelist>
    93156
    94157</sect2>
    95158
    96 <sect2><title>Description</title>
    97 
    98 <sect3><title>xmms</title>
    99 <para><acronym>XMMS</acronym>, which stands for X MultiMedia System, is a
    100 program comparable in function with <application>WinAMP</application>. Its
    101 main function is playing audio files like <filename>WAV</filename> and
    102 <filename>MP3</filename>. It can be extended with plugins to play a number of
    103 other audio or video formats. Its look can be customized with
    104 <application>WinAMP</application> style skins.</para></sect3>
    105 
    106 <sect3><title>xmms-config</title>
    107 <para>This script is used by other programs which need to link with
    108 <command>xmms</command> to retrieve the library and include
    109 paths.</para></sect3>
    110 
    111 <sect3><title>wmxmms</title>
    112 <para><command>wmxmms</command> is a dock applet for the
    113 <application>Window Maker</application> window manager. From the applet you
    114 can start and control <command>xmms</command>.</para></sect3>
    115 </sect2>
    116 
    117159</sect1>
Note: See TracChangeset for help on using the changeset viewer.