source: kde/add/kdemultimedia.xml@ a3ef34c2

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #5

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

  • Property mode set to 100644
File size: 13.4 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 kdemultimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2">
8 <!ENTITY kdemultimedia-download-ftp "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2">
9 <!ENTITY kdemultimedia-md5sum "dd0ba9ccb2f522508c6543cd24e54c98">
10 <!ENTITY kdemultimedia-size "5.3 MB">
11 <!ENTITY kdemultimedia-buildsize "114 MB">
12 <!ENTITY kdemultimedia-time "8.8 SBU">
13
14 <!ENTITY akode-version "svn_060128">
15 <!ENTITY akode-download-http "&sources-anduin-http;/a/akode-&akode-version;.tar.bz2">
16 <!ENTITY akode-download-ftp "&sources-anduin-ftp;/a/akode-&akode-version;.tar.bz2">
17 <!ENTITY akode-md5sum "7ea67354104ca421bb269cae4df3f5bd">
18 <!ENTITY akode-size "493 KB">
19 <!ENTITY akode-buildsize "12.1 MB">
20 <!ENTITY akode-time "0.4 SBU">
21]>
22
23<sect1 id="kdemultimedia" xreflabel="kdemultimedia-&kde-version;">
24 <?dbhtml filename="kdemultimedia.html"?>
25
26 <sect1info>
27 <othername>$LastChangedBy$</othername>
28 <date>$Date$</date>
29 <keywordset>
30 <keyword role="package">kdemultimedia-&kde-version;.tar</keyword>
31 <keyword role="ftpdir">kde</keyword>
32 </keywordset>
33 </sect1info>
34
35 <title>Kdemultimedia-&kde-version;</title>
36
37 <indexterm zone="kdemultimedia">
38 <primary sortas="a-kdemultimedia">Kdemultimedia</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to Kdemultimedia</title>
43
44 <para><application>Kdemultimedia</application> provides several
45 <application>KDE</application> programs to work with sound. Programs
46 include applications for a Jukebox, a soundcard mixer, a midi and karaoke
47 player, and a recording application for
48 <application>aRts</application>.</para>
49
50 <para>In this version of <application>Kdemultimedia</application>, some
51 of the functionality provided by the package has been moved off into a
52 separate project named <application>Akode</application>. In order for
53 <application>Kdemultimedia</application> to provide the removed
54 functionality, you must install the <application>Akode</application>
55 package first. Instructions to install <application>Akode</application>
56 follow. If you wish to skip the <application>Akode</application>
57 installation, go straight to the
58 <xref linkend="kdemultimedia-instructions"/>.</para>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/kdemultimedia"/></para>
62
63 </sect2>
64
65 <sect2 role="package" id="akode" xreflabel="Akode-&akode-version;">
66 <title>Akode-&akode-version;</title>
67
68 <bridgehead renderas="sect3">Package Information</bridgehead>
69 <itemizedlist spacing='compact'>
70 <listitem>
71 <para>Download (HTTP): <ulink url="&akode-download-http;"/></para>
72 </listitem>
73 <listitem>
74 <para>Download (FTP): <ulink url="&akode-download-ftp;"/></para>
75 </listitem>
76 <listitem>
77 <para>Download MD5 sum: &akode-md5sum;</para>
78 </listitem>
79 <listitem>
80 <para>Download size: &akode-size;</para>
81 </listitem>
82 <listitem>
83 <para>Estimated disk space required: &akode-buildsize;</para>
84 </listitem>
85 <listitem>
86 <para>Estimated build time: &akode-time;</para>
87 </listitem>
88 </itemizedlist>
89
90 <bridgehead renderas="sect4">Downloading the SVN Sources</bridgehead>
91
92 <para>If you have <xref linkend="subversion"/> installed and you wish to
93 download the sources straight from the KDE respository, issue the following
94 commands to check out a copy of <application>Akode</application>:</para>
95
96<screen><userinput>export PACKAGE_VERSION="svn-$(date +%y%m%d)" &amp;&amp;
97
98svn -N co \
99 svn://anonsvn.kde.org/home/kde/trunk/kdesupport \
100 akode-$PACKAGE_VERSION &amp;&amp;
101svn co \
102 svn://anonsvn.kde.org/home/kde/trunk/kdesupport/akode \
103 akode-$PACKAGE_VERSION/akode &amp;&amp;
104svn co \
105 svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin \
106 akode-$PACKAGE_VERSION/admin</userinput></screen>
107
108 <para>If you wish to create a tarball of the files you just downloaded,
109 issue the following commands:</para>
110
111<screen><userinput>tar cf akode-$PACKAGE_VERSION.tar akode-$PACKAGE_VERSION
112bzip2 akode-$PACKAGE_VERSION.tar</userinput></screen>
113
114 <bridgehead renderas="sect3">Akode Dependencies</bridgehead>
115
116 <bridgehead renderas="sect4">Optional</bridgehead>
117 <para role="optional"><xref linkend="pkgconfig"/>,
118 <xref linkend="flac"/>,
119 <xref linkend="speex"/>,
120 <xref linkend="libmad"/>,
121 <xref linkend="alsa"/>,
122 <xref linkend="libvorbis"/>,
123 <ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit
124 Code</ulink> (a.k.a. libsamplerate),
125 <ulink url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>,
126 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>, and
127 <ulink url="http://www.mplayerhq.hu/homepage/design7/dload.html#cvs">FFmpeg
128 </ulink>(must be a CVS version, and support is experimental)</para>
129
130 <bridgehead renderas="sect3">Installation of Akode</bridgehead>
131
132 <para>Install <application>Akode</application> by issuing the following
133 commands:</para>
134
135<screen><userinput>make -f Makefile.cvs &amp;&amp;
136./configure --prefix=&kde-dir; \
137 --disable-debug --disable-dependency-tracking &amp;&amp;
138make</userinput></screen>
139
140 <para>This package does not come with a test suite.</para>
141
142 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 <para>The <command>make -f Makefile.cvs</command> command is used to create
147 the autotools files. The tarball was created by checking out the sources from
148 the KDE SVN repository and includes an
149 <filename class='directory'>admin</filename> directory containing an
150 additional <filename>Makefile</filename>, shell scripts and other support
151 files used to create the autotools files. Running this command
152 does everything required to essentially create a distribution directory ready
153 to use for package installation.</para>
154
155 </sect2>
156
157 <sect2 id="kdemultimedia-instructions"
158 xreflabel="Kdemultimedia Instructions">
159 <title>Resuming the Kdemultimedia Instructions</title>
160
161 <bridgehead renderas="sect3">Package Information</bridgehead>
162 <itemizedlist spacing='compact'>
163 <listitem>
164 <para>Download (HTTP): <ulink url="&kdemultimedia-download-http;"/></para>
165 </listitem>
166 <listitem>
167 <para>Download (FTP): <ulink url="&kdemultimedia-download-ftp;"/></para>
168 </listitem>
169 <listitem>
170 <para>Download MD5 sum: &kdemultimedia-md5sum;</para>
171 </listitem>
172 <listitem>
173 <para>Download size: &kdemultimedia-size;</para>
174 </listitem>
175 <listitem>
176 <para>Estimated disk space required: &kdemultimedia-buildsize;</para>
177 </listitem>
178 <listitem>
179 <para>Estimated build time: &kdemultimedia-time;</para>
180 </listitem>
181 </itemizedlist>
182
183 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
184 <itemizedlist spacing="compact">
185 <listitem>
186 <para>Required patch (if <application>libtunepimp</application>
187 &gt;= 0.4.x is installed): <ulink
188 url="&patch-root;/kdemultimedia-&kde-version;-libtunepimp_0.4.x-1.patch"/></para>
189 </listitem>
190 </itemizedlist>
191
192 <bridgehead renderas="sect3">Kdemultimedia Dependencies</bridgehead>
193
194 <bridgehead renderas="sect4">Required</bridgehead>
195 <para role="required"><xref linkend="kdebase"/></para>
196
197 <bridgehead renderas="sect4">Recommended</bridgehead>
198 <para role="recommended"><xref linkend="libjpeg"/>,
199 <xref linkend="libxml2"/>, and
200 <xref linkend="alsa"/></para>
201 <!-- <xref linkend="libmad"/> moved to Akode -->
202
203 <bridgehead renderas="sect4">Optional</bridgehead>
204 <para role="optional"><xref linkend="akode"/>,
205 <xref linkend="cdparanoia"/>,
206 <xref linkend="lame"/>,
207 <xref linkend="audiofile"/>,
208 <xref linkend="libvorbis"/>,
209 <xref linkend="xine-lib"/>,
210 <xref linkend="flac"/> (built with <xref linkend="libogg"/> support),
211 <xref linkend="gstreamer"/>,
212 <ulink url="http://www.theora.org/">Theora</ulink>,
213 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>, and
214 <ulink url="http://www.musicbrainz.org/products/tunepimp/download.html">TunePimp</ulink>
215 (requires <xref linkend="libmusicbrainz"/>)</para>
216 <!-- moved to Akode
217 <ulink url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>
218 <ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit Code</ulink>
219 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>
220 <xref linkend="speex"/>, moved to Akode
221 -->
222 <!-- <xref linkend="sdl"/>, not used any longer -->
223 <!-- <xref linkend="libogg"/>, no good without vorbis, so is redundant -->
224 <!-- Uses internal copy now
225 <ulink url="http://www.musicbrainz.org/products/trmgen/download.html">TRM Generator</ulink>
226 -->
227
228 </sect2>
229
230 <sect2 role="installation">
231 <title>Installation of Kdemultimedia</title>
232
233 <para>Install <application>kdemultimedia</application> with:</para>
234
235 <!-- <note>
236 <para> The -\-sysconfdir parameter must be the same as command used in
237 kdelibs.</para>
238 </note> -->
239
240 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
241 href="../../xincludes/kde-sysconfdir.xml"/>
242
243<screen><userinput>patch -Np1 -i ../kdemultimedia-&kde-version;-libtunepimp_0.4.x-1.patch &amp;&amp;
244./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
245 --disable-debug --disable-dependency-tracking &amp;&amp;
246make</userinput></screen>
247
248 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
249
250<screen role="root"><userinput>make install</userinput></screen>
251
252 </sect2>
253
254 <sect2 role="content">
255 <title>Contents</title>
256
257 <segmentedlist>
258 <segtitle>Installed Programs</segtitle>
259 <segtitle>Installed Libraries</segtitle>
260 <segtitle>Installed Directories</segtitle>
261
262 <seglistitem>
263 <seg>artsbuilder, artscontrol, juk, kaboodle, kaudiocreator, kmid,
264 kmix, kmixctrl, krec, kscd, midisend, mpeglibartsplay, noatun,
265 workman2cddb.pl, yaf-cdda, yaf-mpgplay, yaf-splay, yaf-tplay,
266 yaf-vorbis, and yaf-yuv</seg>
267 <seg>Numerous kdemultimedia specific libraries</seg>
268 <seg>The following subdirectories in $KDE_PREFIX: include/{libkcddb,
269 mpeglib, noatun}, lib/mcop/Noatun, and
270 share/apps/{too many to list}</seg>
271 </seglistitem>
272 </segmentedlist>
273
274 <variablelist>
275 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
276 <?dbfo list-presentation="list"?>
277 <?dbhtml list-presentation="table"?>
278
279 <varlistentry id="artsbuilder">
280 <term><command>artsbuilder</command></term>
281 <listitem>
282 <para>is a tool to create new structures of small connected
283 <application>aRts</application> modules.</para>
284 <indexterm zone="kdemultimedia artsbuilder">
285 <primary sortas="b-artsbuilder">artsbuilder</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="juk">
291 <term><command>juk</command></term>
292 <listitem>
293 <para>is a jukebox, tagger, and music collection manager.</para>
294 <indexterm zone="kdemultimedia juk">
295 <primary sortas="b-juk">juk</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 <varlistentry id="kaboodle">
301 <term><command>kaboodle</command></term>
302 <listitem>
303 <para>is a multimedia player.</para>
304 <indexterm zone="kdemultimedia kaboodle">
305 <primary sortas="b-kaboodle">kaboodle</primary>
306 </indexterm>
307 </listitem>
308 </varlistentry>
309
310 <varlistentry id="kmid">
311 <term><command>kmid</command></term>
312 <listitem>
313 <para>is a midi/karaoke player.</para>
314 <indexterm zone="kdemultimedia kmid">
315 <primary sortas="b-kmid">kmid</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 <varlistentry id="kmix">
321 <term><command>kmix</command></term>
322 <listitem>
323 <para>is a sound mixer.</para>
324 <indexterm zone="kdemultimedia kmix">
325 <primary sortas="b-kmix">kmix</primary>
326 </indexterm>
327 </listitem>
328 </varlistentry>
329
330 <varlistentry id="krec">
331 <term><command>krec</command></term>
332 <listitem>
333 <para>is a recording frontend for <application>aRts</application>.</para>
334 <indexterm zone="kdemultimedia krec">
335 <primary sortas="b-krec">krec</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 <varlistentry id="kscd">
341 <term><command>kscd</command></term>
342 <listitem>
343 <para>is a CD player.</para>
344 <indexterm zone="kdemultimedia kscd">
345 <primary sortas="b-kscd">kscd</primary>
346 </indexterm>
347 </listitem>
348 </varlistentry>
349
350 <varlistentry id="noatun">
351 <term><command>noatun</command></term>
352 <listitem>
353 <para>is another multimedia player.</para>
354 <indexterm zone="kdemultimedia noatun">
355 <primary sortas="b-noatun">noatun</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 </variablelist>
361
362 </sect2>
363
364</sect1>
Note: See TracBrowser for help on using the repository browser.