source: multimedia/audioutils/xmms.xml@ 8d8631b5

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
Last change on this file since 8d8631b5 was 8d8631b5, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 38

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY XMMS-download-http "http://www.xmms.org/files/1.2.x/xmms-&XMMS-version;.tar.bz2">
7 <!ENTITY XMMS-download-ftp " ">
8 <!ENTITY XMMS-size "2.4 MB">
9 <!ENTITY XMMS-buildsize "55 MB">
10 <!ENTITY XMMS-time "0.84 SBU">
11]>
12
13<sect1 id="xmms" xreflabel="XMMS-&XMMS-version;">
14<?dbhtml filename="xmms.html"?>
15<title>XMMS-&XMMS-version;</title>
16
17<sect2>
18<title>Introduction to <application><acronym>XMMS</acronym></application></title>
19
20<para><application><acronym>XMMS</acronym></application> is an audio player for the
21<application>X</application> Window System. </para>
22
23<sect3><title>Package information</title>
24<itemizedlist spacing='compact'>
25<listitem><para>Download (HTTP): <ulink
26url="&XMMS-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink
28url="&XMMS-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &XMMS-size;</para></listitem>
30<listitem><para>Estimated Disk space required:
31&XMMS-buildsize;</para></listitem>
32<listitem><para>Estimated build time:
33&XMMS-time;</para></listitem></itemizedlist>
34</sect3>
35
36<sect3><title><application><acronym>XMMS</acronym></application> dependencies</title>
37<sect4><title>Required</title>
38<para><xref linkend="GTK"/></para></sect4>
39<sect4><title>Optional</title>
40<para><xref linkend="alsa"/>, <xref linkend="esound"/>,
41<xref linkend="libogg"/>, <xref linkend="libvorbis"/>,
42<xref linkend="libmikmod"/>, <xref linkend="libxml"/>,
43<xref linkend="gnome-libs"/> and gnome-applets
44</para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application><acronym>XMMS</acronym></application></title>
51
52<para>Install <application><acronym>XMMS</acronym></application> by running the following commands:
53</para>
54
55<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
56make &amp;&amp;
57make install</command></userinput></screen>
58</sect2>
59
60<sect2>
61<title>Configuring <application><acronym>XMMS</acronym></application></title>
62
63<sect3><title>Config files</title>
64<para><filename>~/.xmms/config</filename></para>
65</sect3>
66
67<sect3><title>Configuration Information</title>
68
69<para>When you start <command>xmms</command> for the first time, you can
70configure it with <userinput>CTRL+P</userinput>. Note that you can extend XMMS'
71functionality with plugins and skins. You can find these at
72<ulink url="http://xmms.org"/>.</para>
73</sect3>
74
75</sect2>
76
77<sect2>
78<title>Contents</title>
79
80<para>The <application><acronym>XMMS</acronym></application> package contains <command>xmms</command>, <command>xmms-config</command>, <command>gnomexmss</command> and <command>wmxmms.</command></para>
81
82</sect2>
83
84<sect2><title>Description</title>
85
86<sect3><title>xmms</title>
87<para><acronym>XMMS</acronym>, which stands for X MultiMedia System, is a
88program comparable in function with <application>WinAMP</application>. Its main function is playing audio
89files like <filename>WAV</filename> and <filename>MP3</filename>. It can be
90extended with plugins to play a number of
91other audio or video formats. Its look can be customized with <application>WinAMP</application> style
92skins.</para></sect3>
93
94<sect3><title>xmms-config</title>
95<para>This script is used by other programs which need to link with xmms to
96retrieve the library and include paths. </para></sect3>
97
98<sect3><title>gnomexmms</title>
99<para>This is an applet for the <application><acronym>GNOME</acronym></application> desktop environment that will dock into
100the <application><acronym>GNOME</acronym></application> panel. From the applet you can start and control
101<command>xmms</command>.</para></sect3>
102
103<sect3><title>wmxmms</title>
104<para>wmxmms is a dock applet for the <application>Window
105Maker</application> window manager. From the
106applet you can start and control <command>xmms</command>.</para></sect3>
107</sect2>
108
109</sect1>
Note: See TracBrowser for help on using the repository browser.