source: multimedia/audioutils/xmms.xml@ f15e274

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 f15e274 was f15e274, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Multimedia.

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