glfs/kde/inst/kde-multimedia.xml
Igor Živković 0f7ddd7dc1 kde update - part 1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1806 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-15 08:24:56 +00:00

130 lines
4.5 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="libogg"/>,
<xref linkend="libvorbis"/>,
<xref linkend="xine-lib"/>,
<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>
</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;
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>
</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>Major programs in <application>kdemultimedia</application> include
<command>aktion</command>,
<command>artsbuilder</command>,
<command>kaboodle</command>,
<command>kmid</command>,
<command>kmix</command>,
<command>krec</command>,
<command>kscd</command> and
<command>noatun</command>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>aktion</title>
<para><command>aktion</command> is a video player.</para></sect3>
<sect3><title>kaboodle</title>
<para><command>kaboodle</command> is a multimedia player.</para></sect3>
<sect3><title>kmid</title>
<para><command>kmid</command> is a midi/karaoke player.</para></sect3>
<sect3><title>kmix</title>
<para><command>kmix</command> is a sound mixer.</para></sect3>
<sect3><title>krec</title>
<para><command>krec</command> is a recording frontend for
<application>aRts</application>.</para></sect3>
<sect3><title>kscd</title>
<para><command>kscd</command> is a CD player.</para></sect3>
<sect3><title>noatun</title>
<para><command>noatun</command> is another multimedia player.</para></sect3>
</sect2>
</sect1>