glfs/kde/add/kdemultimedia.xml
Randy McMurchy 583760d033 Updated to KDE-3.2.3 (not all package download sizes, build sizes, SBUs and ancillary instructions have been updated)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2605 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-12 05:26:30 +00:00

139 lines
4.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdemultimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2">
<!ENTITY kdemultimedia-download-ftp "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2">
<!ENTITY kdemultimedia-size "4.8 MB">
<!ENTITY kdemultimedia-buildsize "114 MB">
<!ENTITY kdemultimedia-time "12.33 SBU">
]>
<sect1 id="kdemultimedia" xreflabel="kdemultimedia-&kde-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kdemultimedia.html"?>
<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="&kdemultimedia-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&kdemultimedia-download-ftp;"/></para></listitem>
<listitem><para>Download size: &kdemultimedia-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&kdemultimedia-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&kdemultimedia-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>kdemultimedia</application>
dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kdebase"/>
</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>,
<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>,
<ulink url="http://www.musicbrainz.org/products/trmgen/download.html">TRM
Generator</ulink> and
<ulink url="http://gstreamer.freedesktop.org/">GStreamer</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;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Configuring kdemultimedia</title>
<para>There is no explicit configuration for the
<application>kdemultimedia</application> package, however
<command>kscd</command> 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>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>artsbuilder</command>,
<command>juk</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>juk</title>
<para><command>juk</command> is a jukebox, tagger and music
collection manager.</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>