glfs/kde/inst/kde-multimedia.xml
Igor Živković 1fdbdb4756 updated to kde-3.1.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1717 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-01-25 00:56:23 +00:00

136 lines
4.6 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>
<sect4><title>Optional</title>
<para>
<xref linkend="alsa"/>,
<xref linkend="CDParanoia"/>,
<xref linkend="lame"/>,
<xref linkend="audiofile"/>,
<xref linkend="esound"/>,
<xref linkend="nas"/>,
<xref linkend="slang"/>,
<xref linkend="lesstif"/>,
<xref linkend="tk"/>,
<xref linkend="GTK"/>,
<xref linkend="libogg"/>,
<xref linkend="libvorbis"/>,
<xref linkend="xine-lib"/>,
<xref linkend="libtiff"/> and
<ulink url="http://xanim.polter.net/home.html">XAnim</ulink>
</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 &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;
sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> :
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>
<para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> :
Remove <parameter>-ansi</parameter> 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 <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
a broken header in the kernel.</para>
<para><command>sed -i -e 's/-pedantic//' mpeglib/lib/input/Makefile</command> :
Remove <parameter>-pedantic</parameter> 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 <replaceable>[CD Drive]</replaceable> /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>