source: multimedia/audioutils/xmms.xml@ bb5702f7

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 bb5702f7 was bb5702f7, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed GNOME dependencies and the reference to gnomexmms from the XMMS instructions

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

  • Property mode set to 100644
File size: 3.6 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<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="xmms.html"?>
19<title>XMMS-&XMMS-version;</title>
20
21<sect2>
22<title>Introduction to
23<application><acronym>XMMS</acronym></application></title>
24
25<para><application><acronym>XMMS</acronym></application> is an audio player
26for the <application>X</application> Window System. </para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&XMMS-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&XMMS-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &XMMS-size;</para></listitem>
35<listitem><para>Estimated Disk space required:
36&XMMS-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&XMMS-time;</para></listitem></itemizedlist>
39</sect3>
40
41<sect3><title><application><acronym>XMMS</acronym></application>
42dependencies</title>
43<sect4><title>Required</title>
44<para><xref linkend="GTK"/></para>
45</sect4>
46<sect4><title>Optional</title>
47<para><xref linkend="alsa"/>,
48<xref linkend="esound"/>,
49<xref linkend="libogg"/>,
50<xref linkend="libvorbis"/> and
51<xref linkend="libmikmod"/></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of
59<application><acronym>XMMS</acronym></application></title>
60
61<para>Install <application><acronym>XMMS</acronym></application> by running
62the following commands:</para>
63
64<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
65make &amp;&amp;
66make install</command></userinput></screen>
67</sect2>
68
69<sect2>
70<title>Configuring <application><acronym>XMMS</acronym></application></title>
71
72<sect3><title>Config files</title>
73<para><filename>~/.xmms/config</filename></para>
74</sect3>
75
76<sect3><title>Configuration Information</title>
77
78<para>When you start <command>xmms</command> for the first time, you can
79configure it with <userinput>CTRL+P</userinput>. Note that you can extend XMMS'
80functionality with plugins and skins. You can find these at
81<ulink url="http://xmms.org"/>.</para>
82</sect3>
83
84</sect2>
85
86<sect2>
87<title>Contents</title>
88
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>
93
94</sect2>
95
96<sect2><title>Description</title>
97
98<sect3><title>xmms</title>
99<para><acronym>XMMS</acronym>, which stands for X MultiMedia System, is a
100program comparable in function with <application>WinAMP</application>. Its
101main 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
103other 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
109paths.</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
114can start and control <command>xmms</command>.</para></sect3>
115</sect2>
116
117</sect1>
Note: See TracBrowser for help on using the repository browser.