1 | <sect1 id="kde-multimedia" xreflabel="kdemultimedia-&kde-version;">
|
---|
2 | <?dbhtml filename="kde-multimedia.html" dir="kde"?>
|
---|
3 | <title>kdemultimedia-&kde-version;</title>
|
---|
4 |
|
---|
5 | <sect2>
|
---|
6 | <title>Introduction to <application>kdemultimedia</application></title>
|
---|
7 |
|
---|
8 | <sect3><title>Package information</title>
|
---|
9 | <itemizedlist spacing='compact'>
|
---|
10 | <listitem><para>Download (HTTP): <ulink url="&kde-multimedia-download-http;"/></para></listitem>
|
---|
11 | <listitem><para>Download (FTP): <ulink url="&kde-multimedia-download-ftp;"/></para></listitem>
|
---|
12 | <listitem><para>Download size: &kde-multimedia-size;</para></listitem>
|
---|
13 | <listitem><para>Estimated Disk space required: &kde-multimedia-buildsize;</para></listitem>
|
---|
14 | <listitem><para>Estimated build time: &kde-multimedia-time;</para></listitem></itemizedlist>
|
---|
15 | </sect3>
|
---|
16 |
|
---|
17 | <sect3><title><application>kdemultimedia</application> dependencies</title>
|
---|
18 | <sect4><title>Required</title>
|
---|
19 | <para><xref linkend="kde-base"/>
|
---|
20 | </para></sect4>
|
---|
21 | </sect3>
|
---|
22 |
|
---|
23 | </sect2>
|
---|
24 |
|
---|
25 | <sect2>
|
---|
26 | <title>Installation of <application>kdemultimedia</application></title>
|
---|
27 |
|
---|
28 | <para>Install <application>kdemultimedia</application> with:</para>
|
---|
29 | <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
---|
30 | --disable-dependency-tracking --with-arts-alsa &&
|
---|
31 | sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile &&
|
---|
32 | sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile &&
|
---|
33 | sed -i -e 's/-ansi//' kscd/libwm/Makefile &&
|
---|
34 | make &&
|
---|
35 | make install</command></userinput></screen>
|
---|
36 |
|
---|
37 | </sect2>
|
---|
38 |
|
---|
39 | <sect2>
|
---|
40 | <title>Command explanations</title>
|
---|
41 |
|
---|
42 | <para><command>--with-arts-alsa</command> : Use the
|
---|
43 | <application><acronym>ALSA</acronym></application> support built
|
---|
44 | into <application><acronym>aRts</acronym></application>.</para>
|
---|
45 |
|
---|
46 | <para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> :
|
---|
47 | Remove -ansi from <application>gcc</application> parameters to work around
|
---|
48 | a broken header in the kernel. The broken file is asm/byteorder.h, where
|
---|
49 | a parameter is used, but not defined, when -ansi is specified.</para>
|
---|
50 |
|
---|
51 | <para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> :
|
---|
52 | Remove -ansi from <application>gcc</application> parameters to work around
|
---|
53 | a broken header in the kernel.</para>
|
---|
54 |
|
---|
55 | <para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> :
|
---|
56 | Remove -ansi from <application>gcc</application> parameters to work around
|
---|
57 | a broken header in the kernel.</para>
|
---|
58 |
|
---|
59 | </sect2>
|
---|
60 |
|
---|
61 | <sect2>
|
---|
62 | <title>Configuring kdemultimedia</title>
|
---|
63 |
|
---|
64 | <para>There is no explicit configuration for the kde multimedia package,
|
---|
65 | however Kscd needs to find the CD drive. The default
|
---|
66 | is <filename>/dev/cdrom</filename> which may not exist on your system. The
|
---|
67 | easiest way to do this is to create a symbolic link to this from your CD
|
---|
68 | drive (e.g. <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>,
|
---|
69 | etc):
|
---|
70 | <screen><userinput><command>cd /dev &&
|
---|
71 | ln -s "CD Drive" /dev/cdrom</command></userinput></screen>
|
---|
72 | </para>
|
---|
73 |
|
---|
74 | </sect2>
|
---|
75 |
|
---|
76 | <sect2>
|
---|
77 | <title>Contents</title>
|
---|
78 |
|
---|
79 | <para>The <acronym>KDE</acronym> Multimedia package provides
|
---|
80 | <command>kaboodle</command>,
|
---|
81 | <command>noatun</command>,
|
---|
82 | <command>timidity</command>,
|
---|
83 | <command>kmidi</command>,
|
---|
84 | <command>kmix</command>,
|
---|
85 | <command>kscd</command> and
|
---|
86 | <command>aktion</command>.
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | </sect2>
|
---|
90 |
|
---|
91 | <sect2><title>Description</title>
|
---|
92 |
|
---|
93 | <sect3><title>kaboodle</title>
|
---|
94 | <para><command>kaboodle</command> is a multimedia player.</para></sect3>
|
---|
95 |
|
---|
96 | <sect3><title>noatun</title>
|
---|
97 | <para><command>noatun</command> is another multimedia player.</para></sect3>
|
---|
98 |
|
---|
99 | <sect3><title>timidity</title>
|
---|
100 | <para><command>timidity</command> is a midi player.</para></sect3>
|
---|
101 |
|
---|
102 | <sect3><title>kmidi</title>
|
---|
103 | <para><command>kmidi</command> is a front end for
|
---|
104 | <command>timidity</command>.</para></sect3>
|
---|
105 |
|
---|
106 | <sect3><title>kmix</title>
|
---|
107 | <para><command>kmix</command> is a sound mixer.</para></sect3>
|
---|
108 |
|
---|
109 | <sect3><title>kscd</title>
|
---|
110 | <para><command>kscd</command> is a CD player.</para></sect3>
|
---|
111 |
|
---|
112 | <sect3><title>aktion</title>
|
---|
113 | <para><command>aktion</command> is a video player.</para></sect3>
|
---|
114 |
|
---|
115 | </sect2>
|
---|
116 | </sect1>
|
---|