glfs/kde/inst/kde-multimedia.xml
Bruce Dubbs faf4095fe1 Update kdemultimedia instructions and remove kdoc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1325 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-05 16:55:40 +00:00

117 lines
4.0 KiB
XML

<sect1 id="kde-multimedia" xreflabel="kdemultimedia-&kde-version;">
<?dbhtml filename="kde-multimedia.html" dir="kde"?>
<title>kdemultimedia-&kde-version;</title>
<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>
<sect3><title><application>kdemultimedia</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kde-base"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdemultimedia</application></title>
<para>Install <application>kdemultimedia</application> with:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking --with-arts-alsa &amp;&amp;
sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile &amp;&amp;
sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile &amp;&amp;
sed -i -e 's/-ansi//' kscd/libwm/Makefile &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>--with-arts-alsa</command> : Use the
<application><acronym>ALSA</acronym></application> support built
into <application><acronym>aRts</acronym></application>.</para>
<para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> :
Remove -ansi from <application>gcc</application> parameters to work around
a broken header in the kernel. The broken file is asm/byteorder.h, where
a parameter is used, but not defined, when -ansi is specified.</para>
<para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> :
Remove -ansi from <application>gcc</application> parameters to work around
a broken header in the kernel.</para>
<para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> :
Remove -ansi from <application>gcc</application> parameters to work around
a broken header in the kernel.</para>
</sect2>
<sect2>
<title>Configuring kdemultimedia</title>
<para>There is no explicit configuration for the kde multimedia package,
however Kscd needs to find the CD drive. The default
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):
<screen><userinput><command>cd /dev &amp;&amp;
ln -s "CD Drive" /dev/cdrom</command></userinput></screen>
</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <acronym>KDE</acronym> Multimedia package provides
<command>kaboodle</command>,
<command>noatun</command>,
<command>timidity</command>,
<command>kmidi</command>,
<command>kmix</command>,
<command>kscd</command> and
<command>aktion</command>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>kaboodle</title>
<para><command>kaboodle</command> is a multimedia player.</para></sect3>
<sect3><title>noatun</title>
<para><command>noatun</command> is another multimedia player.</para></sect3>
<sect3><title>timidity</title>
<para><command>timidity</command> is a midi player.</para></sect3>
<sect3><title>kmidi</title>
<para><command>kmidi</command> is a front end for
<command>timidity</command>.</para></sect3>
<sect3><title>kmix</title>
<para><command>kmix</command> is a sound mixer.</para></sect3>
<sect3><title>kscd</title>
<para><command>kscd</command> is a CD player.</para></sect3>
<sect3><title>aktion</title>
<para><command>aktion</command> is a video player.</para></sect3>
</sect2>
</sect1>