source: kde/inst/kde-multimedia.xml@ 3be9cf07

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 v5_1-pre1 xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3be9cf07 was 00bb024c, checked in by Larry Lawrence <larry@…>, 20 years ago

fixed chunk xsl in connect to kde

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2109 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[26d8ff0]1<sect1 id="kde-multimedia" xreflabel="kdemultimedia-&kde-version;">
[00bb024c]2<?dbhtml filename="kde-multimedia.html"?>
[26d8ff0]3<title>kdemultimedia-&kde-version;</title>
[f45b1953]4
[4ee53fa2]5<sect2>
6<title>Introduction to <application>kdemultimedia</application></title>
7
8<sect3><title>Package information</title>
9<itemizedlist spacing='compact'>
10<listitem><para>Download (HTTP): <ulink url="&kde-multimedia-download-http;"/></para></listitem>
11<listitem><para>Download (FTP): <ulink url="&kde-multimedia-download-ftp;"/></para></listitem>
12<listitem><para>Download size: &kde-multimedia-size;</para></listitem>
13<listitem><para>Estimated Disk space required: &kde-multimedia-buildsize;</para></listitem>
14<listitem><para>Estimated build time: &kde-multimedia-time;</para></listitem></itemizedlist>
15</sect3>
[f45b1953]16
[4ee53fa2]17<sect3><title><application>kdemultimedia</application> dependencies</title>
18<sect4><title>Required</title>
19<para><xref linkend="kde-base"/>
20</para></sect4>
[1fdbdb4]21<sect4><title>Optional</title>
22<para>
23<xref linkend="alsa"/>,
24<xref linkend="CDParanoia"/>,
25<xref linkend="lame"/>,
26<xref linkend="audiofile"/>,
27<xref linkend="libogg"/>,
28<xref linkend="libvorbis"/>,
29<xref linkend="xine-lib"/>,
[0f7ddd7]30<xref linkend="libtiff"/>,
31<xref linkend="libxml2"/>,
32<xref linkend="flac"/>,
33<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
34<ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink> and
35<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>
[1fdbdb4]36</para></sect4>
[4ee53fa2]37</sect3>
38
39</sect2>
[f45b1953]40
[4ee53fa2]41<sect2>
42<title>Installation of <application>kdemultimedia</application></title>
43
[a75063d4]44<para>Install <application>kdemultimedia</application> with:</para>
[4ee53fa2]45<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
[1fdbdb4]46 --disable-dependency-tracking &amp;&amp;
47sed -i -e 's/-ansi//' kscd/libwm/Makefile &amp;&amp;
[f45b1953]48make &amp;&amp;
[a75063d4]49make install</command></userinput></screen>
[4ee53fa2]50
51</sect2>
[f45b1953]52
53<sect2>
[4ee53fa2]54<title>Command explanations</title>
[f45b1953]55
[5530bb7]56<!--
[faf4095]57<para><command>sed -i -e 's/strings -ansi/strings/' kaudiocreator/Makefile</command> :
[1fdbdb4]58Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
59a broken header in the kernel. The broken file is <filename>asm/byteorder.h</filename>, where
60a parameter is used, but not defined, when <parameter>-ansi</parameter> is specified.</para>
[faf4095]61
62<para><command>sed -i -e 's/strings -ansi/strings/' kioslave/audiocd/Makefile</command> :
[1fdbdb4]63Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
[faf4095]64a broken header in the kernel.</para>
[5530bb7]65-->
[faf4095]66
67<para><command>sed -i -e 's/-ansi//' kscd/libwm/Makefile</command> :
[1fdbdb4]68Remove <parameter>-ansi</parameter> from <application>gcc</application> parameters to work around
[faf4095]69a broken header in the kernel.</para>
70
[f45b1953]71</sect2>
72
73<sect2>
74<title>Configuring kdemultimedia</title>
[4ee53fa2]75
[5530bb7]76<para>There is no explicit configuration for the kdemultimedia package,
77however <command>kscd</command> needs to find the CD drive. The default
[f45b1953]78is <filename>/dev/cdrom</filename> which may not exist on your system. The
79easiest way to do this is to create a symbolic link to this from your CD
80drive (e.g. <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>,
81etc):
[4ee53fa2]82<screen><userinput><command>cd /dev &amp;&amp;
[1fdbdb4]83ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
[f45b1953]84</para>
85
[4ee53fa2]86</sect2>
[f45b1953]87
88<sect2>
89<title>Contents</title>
[4ee53fa2]90
[0f7ddd7]91<para>Major programs in <application>kdemultimedia</application> include
92<command>artsbuilder</command>,
[5530bb7]93<command>juk</command>,
[4ee53fa2]94<command>kaboodle</command>,
[0f7ddd7]95<command>kmid</command>,
[4ee53fa2]96<command>kmix</command>,
[0f7ddd7]97<command>krec</command>,
[4ee53fa2]98<command>kscd</command> and
[0f7ddd7]99<command>noatun</command>.
[4ee53fa2]100</para>
101
[f45b1953]102</sect2>
103
[4ee53fa2]104<sect2><title>Description</title>
105
[5530bb7]106<sect3><title>juk</title>
107<para><command>juk</command> is a jukebox, tagger and music
108collection manager.</para></sect3>
[0f7ddd7]109
[4ee53fa2]110<sect3><title>kaboodle</title>
111<para><command>kaboodle</command> is a multimedia player.</para></sect3>
112
[0f7ddd7]113<sect3><title>kmid</title>
114<para><command>kmid</command> is a midi/karaoke player.</para></sect3>
[4ee53fa2]115
116<sect3><title>kmix</title>
117<para><command>kmix</command> is a sound mixer.</para></sect3>
118
[0f7ddd7]119<sect3><title>krec</title>
120<para><command>krec</command> is a recording frontend for
121<application>aRts</application>.</para></sect3>
122
[4ee53fa2]123<sect3><title>kscd</title>
124<para><command>kscd</command> is a CD player.</para></sect3>
125
[0f7ddd7]126<sect3><title>noatun</title>
127<para><command>noatun</command> is another multimedia player.</para></sect3>
[4ee53fa2]128
129</sect2>
130</sect1>
Note: See TracBrowser for help on using the repository browser.