glfs/kde/inst/kde-multimedia.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +00:00

56 lines
1.9 KiB
XML

<sect1 id="kde-multimedia">
<?dbhtml filename="kde-multimedia.html" dir="kde"?>
<title>Installation of KDE Multimedia</title>
<para><screen>Estimated build disk space: 69 MB
Estimated installed space: 15 MB
Package size: &kde-multimedia-size;
Estimated build time: 44 min (667 MHz)</screen></para>
<para>kdemultimedia depends on:
<screen><xref linkend="arts"/>, <xref linkend="kde-libs"/>, and <xref linkend="kde-base"/>.</screen></para>
<para>Install kdemultimedia with:
<screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
--disable-debug --disable-dependency-tracking --with-arts-alsa &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<sect2>
<title>kdemultimedia Installation Commmand explanations</title>
<para><userinput>--with-arts-alsa:</userinput> Use the alsa support built
into aRts.</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>cd /dev &amp;&amp;
ln -s "CD Drive" /dev/cdrom</userinput></screen>
</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The KDE Multimedia package provides:</para>
<itemizedlist>
<listitem><para>kaboodle - A multimedia player</para></listitem>
<listitem><para>noatun - Another multimedia player</para></listitem>
<listitem><para>TiMidity - Midi player</para></listitem>
<listitem><para>kmidi - A front end for TiMidity</para></listitem>
<listitem><para>kmix - Sound mixer</para></listitem>
<listitem><para>Kscd - CD player</para></listitem>
<listitem><para>aKtion! - Video player</para></listitem>
</itemizedlist>
</sect2>
</sect1>