source: multimedia/audioutils/xmms.xml@ 276015d2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 276015d2 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY XMMS-download-http "http://www.xmms.org/files/1.2.x/xmms-&XMMS-version;.tar.bz2">
8 <!ENTITY XMMS-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xmms-&XMMS-version;.tar.bz2">
9 <!ENTITY XMMS-md5sum "03a85cfc5e1877a2e1f7be4fa1d3f63c">
10 <!ENTITY XMMS-size "2.4 MB">
11 <!ENTITY XMMS-buildsize "55 MB">
12 <!ENTITY XMMS-time "0.84 SBU">
13]>
14
15<sect1 id="xmms" xreflabel="XMMS-&XMMS-version;">
16 <?dbhtml filename="xmms.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>XMMS-&XMMS-version;</title>
24
25 <indexterm zone="xmms">
26 <primary sortas="a-XMMS">XMMS</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to XMMS</title>
31
32 <para><application>XMMS</application> is an audio player
33 for the <application>X Window System</application>.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&XMMS-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&XMMS-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &XMMS-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &XMMS-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &XMMS-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &XMMS-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>Required patch: <ulink
61 url="&patch-root;/xmms-&XMMS-version;-gcc4-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">XMMS Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="GTK"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="alsa"/>,
72 <xref linkend="esound"/>,
73 <xref linkend="libvorbis"/> and
74 <xref linkend="libmikmod"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/XMMS"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of XMMS</title>
83
84 <para>Install <application>XMMS</application> by running
85 the following commands:</para>
86
87<screen><userinput>patch -Np1 -i ../xmms-&XMMS-version;-gcc4-1.patch &amp;&amp;
88./configure --prefix=/usr &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install &amp;&amp;
96install -v -m755 -d /usr/share/doc/xmms-&XMMS-version; &amp;&amp;
97install -v -m644 FAQ README /usr/share/doc/xmms-&XMMS-version;</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="configuration">
102 <title>Configuring XMMS</title>
103
104 <sect3 id="xmms-config-config">
105 <title>Config Files</title>
106
107 <para><filename>~/.xmms/config</filename></para>
108
109 <indexterm zone="xmms xmms-config-config">
110 <primary sortas="e-AA.xmms-config">~/.xmms/config</primary>
111 </indexterm>
112
113 </sect3>
114
115 <sect3>
116 <title>Configuration Information</title>
117
118 <para>When you start <command>xmms</command> for the first time, you can
119 configure it with <keycap>CTRL+P</keycap>. Note that you can extend
120 <application>XMMS</application>' functionality with plugins and skins.
121 You can find these at <ulink url="http://xmms.org"/>.</para>
122
123 </sect3>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>xmms, xmms-config, and wmxmms</seg>
137 <seg>libxmms.{so,a} and numerous input, output, effects, and general
138 plugins</seg>
139 <seg>/usr/include/xmms, /usr/lib/xmms, /usr/share/xmms and
140 /usr/share/doc/xmms-&XMMS-version;</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="xmms-prog">
150 <term><command>xmms</command></term>
151 <listitem>
152 <para> (an acronym for X MultiMedia System) is a program comparable
153 in function with <application>WinAMP</application>. Its main function
154 is playing audio files like WAV and MP3. It can be extended with
155 plugins to play a number of other audio or video formats. Its look
156 can be customized with <application>WinAMP</application> style
157 skins.</para>
158 <indexterm zone="xmms xmms-prog">
159 <primary sortas="b-xmms">xmms</primary></indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="xmms-config">
164 <term><command>xmms-config</command></term>
165 <listitem>
166 <para>is used by other programs which need to link with
167 <command>xmms</command> to retrieve the library and include
168 paths.</para>
169 <indexterm zone="xmms xmms-config">
170 <primary sortas="b-xmms-config">xmms-config</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="wmxmms">
176 <term><command>wmxmms</command></term>
177 <listitem>
178 <para>is a dock applet for the <application>Window Maker</application>
179 window manager. From the applet you can start and control
180 <command>xmms</command>.</para>
181 <indexterm zone="xmms wmxmms">
182 <primary sortas="b-wmxmms">wmxmms</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="libxmms">
188 <term><filename class='libraryfile'>libxmms.{so,a}</filename></term>
189 <listitem>
190 <para>contains graphics and playback functions used by
191 <command>xmms</command>. These functions can also be utilized by other
192 packages.</para>
193 <indexterm zone="xmms libxmms">
194 <primary sortas="c-libxmms">libxmms.{so,a}</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.