source: kde/inst/kde-multimedia.xml@ 1fdbdb4

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 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1fdbdb4 was 1fdbdb4, checked in by Igor Živković <igor@…>, 20 years ago

updated to kde-3.1.5

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

  • Property mode set to 100644
File size: 4.6 KB
Line 
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<sect4><title>Optional</title>
22<para>
23<xref linkend="alsa"/>,
24<xref linkend="CDParanoia"/>,
25<xref linkend="lame"/>,
26<xref linkend="audiofile"/>,
27<xref linkend="esound"/>,
28<xref linkend="nas"/>,
29<xref linkend="slang"/>,
30<xref linkend="lesstif"/>,
31<xref linkend="tk"/>,
32<xref linkend="GTK"/>,
33<xref linkend="libogg"/>,
34<xref linkend="libvorbis"/>,
35<xref linkend="xine-lib"/>,
36<xref linkend="libtiff"/> and
37<ulink url="http://xanim.polter.net/home.html">XAnim</ulink>
38</para></sect4>
39</sect3>
40
41</sect2>
42
43<sect2>
44<title>Installation of <application>kdemultimedia</application></title>
45
46<para>Install <application>kdemultimedia</application> with:</para>
47<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
48 --disable-dependency-tracking &amp;&amp;
49sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile &amp;&amp;
50sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile &amp;&amp;
51sed -i -e 's/-ansi//' kscd/libwm/Makefile &amp;&amp;
52sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile &amp;&amp;
53make &amp;&amp;
54make install</command></userinput></screen>
55
56</sect2>
57
58<sect2>
59<title>Command explanations</title>
60
61<para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> :
62Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
63a broken header in the kernel. The broken file is <filename>asm/byteorder.h</filename>, where
64a parameter is used, but not defined, when <parameter>-ansi</parameter> is specified.</para>
65
66<para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> :
67Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
68a broken header in the kernel.</para>
69
70<para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> :
71Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
72a broken header in the kernel.</para>
73
74<para><command>sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile</command> :
75Remove <parameter>-pedantic</parameter> from <application>gcc</application>
76parameters to work around a broken header in the kernel.</para>
77
78</sect2>
79
80<sect2>
81<title>Configuring kdemultimedia</title>
82
83<para>There is no explicit configuration for the kde multimedia package,
84however Kscd needs to find the CD drive. The default
85is <filename>/dev/cdrom</filename> which may not exist on your system. The
86easiest way to do this is to create a symbolic link to this from your CD
87drive (e.g. <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>,
88etc):
89<screen><userinput><command>cd /dev &amp;&amp;
90ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
91</para>
92
93</sect2>
94
95<sect2>
96<title>Contents</title>
97
98<para>The <acronym>KDE</acronym> Multimedia package provides
99<command>kaboodle</command>,
100<command>noatun</command>,
101<command>timidity</command>,
102<command>kmidi</command>,
103<command>kmix</command>,
104<command>kscd</command> and
105<command>aktion</command>.
106</para>
107
108</sect2>
109
110<sect2><title>Description</title>
111
112<sect3><title>kaboodle</title>
113<para><command>kaboodle</command> is a multimedia player.</para></sect3>
114
115<sect3><title>noatun</title>
116<para><command>noatun</command> is another multimedia player.</para></sect3>
117
118<sect3><title>timidity</title>
119<para><command>timidity</command> is a midi player.</para></sect3>
120
121<sect3><title>kmidi</title>
122<para><command>kmidi</command> is a front end for
123<command>timidity</command>.</para></sect3>
124
125<sect3><title>kmix</title>
126<para><command>kmix</command> is a sound mixer.</para></sect3>
127
128<sect3><title>kscd</title>
129<para><command>kscd</command> is a CD player.</para></sect3>
130
131<sect3><title>aktion</title>
132<para><command>aktion</command> is a video player.</para></sect3>
133
134</sect2>
135</sect1>
Note: See TracBrowser for help on using the repository browser.