2003-04-15 11:58:33 +08:00
|
|
|
<sect1 id="kde-multimedia" xreflabel="kdemultimedia-&kde-version;">
|
2002-07-08 04:28:42 +08:00
|
|
|
<?dbhtml filename="kde-multimedia.html" dir="kde"?>
|
2003-04-15 11:58:33 +08:00
|
|
|
<title>kdemultimedia-&kde-version;</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>kdemultimedia</application></title>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink url="&kde-multimedia-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink url="&kde-multimedia-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: &kde-multimedia-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated Disk space required: &kde-multimedia-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time: &kde-multimedia-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<sect3><title><application>kdemultimedia</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
|
|
|
<para><xref linkend="kde-base"/>
|
|
|
|
</para></sect4>
|
2004-01-25 08:56:23 +08:00
|
|
|
<sect4><title>Optional</title>
|
|
|
|
<para>
|
|
|
|
<xref linkend="alsa"/>,
|
|
|
|
<xref linkend="CDParanoia"/>,
|
|
|
|
<xref linkend="lame"/>,
|
|
|
|
<xref linkend="audiofile"/>,
|
|
|
|
<xref linkend="libogg"/>,
|
|
|
|
<xref linkend="libvorbis"/>,
|
|
|
|
<xref linkend="xine-lib"/>,
|
2004-02-15 16:24:56 +08:00
|
|
|
<xref linkend="libtiff"/>,
|
|
|
|
<xref linkend="libxml2"/>,
|
|
|
|
<xref linkend="flac"/>,
|
|
|
|
<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
|
|
|
|
<ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink> and
|
|
|
|
<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>
|
2004-01-25 08:56:23 +08:00
|
|
|
</para></sect4>
|
2003-09-17 12:30:29 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>kdemultimedia</application></title>
|
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<para>Install <application>kdemultimedia</application> with:</para>
|
2003-09-17 12:30:29 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
2004-01-25 08:56:23 +08:00
|
|
|
--disable-dependency-tracking &&
|
|
|
|
sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile &&
|
|
|
|
sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile &&
|
|
|
|
sed -i -e 's/-ansi//' kscd/libwm/Makefile &&
|
2002-07-08 04:28:42 +08:00
|
|
|
make &&
|
2003-09-28 02:46:10 +08:00
|
|
|
make install</command></userinput></screen>
|
2003-09-17 12:30:29 +08:00
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<sect2>
|
2003-09-17 12:30:29 +08:00
|
|
|
<title>Command explanations</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-10-06 00:55:40 +08:00
|
|
|
<para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> :
|
2004-01-25 08:56:23 +08:00
|
|
|
Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
|
|
|
|
a broken header in the kernel. The broken file is <filename>asm/byteorder.h</filename>, where
|
|
|
|
a parameter is used, but not defined, when <parameter>-ansi</parameter> is specified.</para>
|
2003-10-06 00:55:40 +08:00
|
|
|
|
|
|
|
<para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> :
|
2004-01-25 08:56:23 +08:00
|
|
|
Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
|
2003-10-06 00:55:40 +08:00
|
|
|
a broken header in the kernel.</para>
|
|
|
|
|
|
|
|
<para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> :
|
2004-01-25 08:56:23 +08:00
|
|
|
Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
|
2003-10-06 00:55:40 +08:00
|
|
|
a broken header in the kernel.</para>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Configuring kdemultimedia</title>
|
2003-09-17 12:30:29 +08:00
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<para>There is no explicit configuration for the kde multimedia package,
|
2003-09-17 12:30:29 +08:00
|
|
|
however Kscd needs to find the CD drive. The default
|
2002-07-08 04:28:42 +08:00
|
|
|
is <filename>/dev/cdrom</filename> which may not exist on your system. The
|
|
|
|
easiest way to do this is to create a symbolic link to this from your CD
|
|
|
|
drive (e.g. <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>,
|
|
|
|
etc):
|
2003-09-17 12:30:29 +08:00
|
|
|
<screen><userinput><command>cd /dev &&
|
2004-01-25 08:56:23 +08:00
|
|
|
ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
</para>
|
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
2003-09-17 12:30:29 +08:00
|
|
|
|
2004-02-15 16:24:56 +08:00
|
|
|
<para>Major programs in <application>kdemultimedia</application> include
|
|
|
|
<command>aktion</command>,
|
|
|
|
<command>artsbuilder</command>,
|
2003-09-17 12:30:29 +08:00
|
|
|
<command>kaboodle</command>,
|
2004-02-15 16:24:56 +08:00
|
|
|
<command>kmid</command>,
|
2003-09-17 12:30:29 +08:00
|
|
|
<command>kmix</command>,
|
2004-02-15 16:24:56 +08:00
|
|
|
<command>krec</command>,
|
2003-09-17 12:30:29 +08:00
|
|
|
<command>kscd</command> and
|
2004-02-15 16:24:56 +08:00
|
|
|
<command>noatun</command>.
|
2003-09-17 12:30:29 +08:00
|
|
|
</para>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect2>
|
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
2004-02-15 16:24:56 +08:00
|
|
|
<sect3><title>aktion</title>
|
|
|
|
<para><command>aktion</command> is a video player.</para></sect3>
|
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<sect3><title>kaboodle</title>
|
|
|
|
<para><command>kaboodle</command> is a multimedia player.</para></sect3>
|
|
|
|
|
2004-02-15 16:24:56 +08:00
|
|
|
<sect3><title>kmid</title>
|
|
|
|
<para><command>kmid</command> is a midi/karaoke player.</para></sect3>
|
2003-09-17 12:30:29 +08:00
|
|
|
|
|
|
|
<sect3><title>kmix</title>
|
|
|
|
<para><command>kmix</command> is a sound mixer.</para></sect3>
|
|
|
|
|
2004-02-15 16:24:56 +08:00
|
|
|
<sect3><title>krec</title>
|
|
|
|
<para><command>krec</command> is a recording frontend for
|
|
|
|
<application>aRts</application>.</para></sect3>
|
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<sect3><title>kscd</title>
|
|
|
|
<para><command>kscd</command> is a CD player.</para></sect3>
|
|
|
|
|
2004-02-15 16:24:56 +08:00
|
|
|
<sect3><title>noatun</title>
|
|
|
|
<para><command>noatun</command> is another multimedia player.</para></sect3>
|
2003-09-17 12:30:29 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|