Ignore:
Timestamp:
06/13/2004 08:05:17 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
feeb99a
Parents:
0931098
Message:

Part IX xml update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdemultimedia.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY kdemultimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2">
     8<!ENTITY kdemultimedia-download-ftp "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2">
     9<!ENTITY kdemultimedia-size "4.7 MB">
     10<!ENTITY kdemultimedia-buildsize "78 MB">
     11<!ENTITY kdemultimedia-time "8.93 SBU">
     12
     13]>
     14
    115<sect1 id="kdemultimedia" xreflabel="kdemultimedia-&kde-version;">
    216<?dbhtml filename="kdemultimedia.html"?>
    317<title>kdemultimedia-&kde-version;</title>
    418
    5 &kdemultimedia-intro;
    6 &kdemultimedia-inst;
    7 &kdemultimedia-config;
    8 &kdemultimedia-desc;
     19<sect2>
     20<title>Introduction to <application>kdemultimedia</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdemultimedia-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdemultimedia-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdemultimedia-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdemultimedia-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdemultimedia-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdemultimedia</application>
     36dependencies</title>
     37<sect4><title>Required</title>
     38<para><xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="alsa"/>,
     43<xref linkend="CDParanoia"/>,
     44<xref linkend="lame"/>,
     45<xref linkend="audiofile"/>,
     46<xref linkend="libogg"/>,
     47<xref linkend="libvorbis"/>,
     48<xref linkend="xine-lib"/>,
     49<xref linkend="libtiff"/>,
     50<xref linkend="libxml2"/>,
     51<xref linkend="flac"/>,
     52<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     53<ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>
     54and
     55<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>
     56</para></sect4>
     57</sect3>
     58
     59</sect2>
     60
     61<sect2>
     62<title>Installation of <application>kdemultimedia</application></title>
     63
     64<para>Install <application>kdemultimedia</application> with:</para>
     65<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     66    --disable-dependency-tracking &amp;&amp;
     67make &amp;&amp;
     68make install</command></userinput></screen>
     69
     70</sect2>
     71
     72<sect2>
     73<title>Configuring kdemultimedia</title>
     74
     75<para>There is no explicit configuration for the kdemultimedia package, however
     76<command>kscd</command> needs to find the CD drive. The default is
     77<filename>/dev/cdrom</filename> which may not exist on your system.  The
     78easiest way to do this is to create a symbolic link to this from your CD drive
     79(e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.):
     80
     81<screen><userinput><command>cd /dev &amp;&amp;
     82ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
     83
     84</para>
     85
     86</sect2>
     87
     88<sect2>
     89<title>Contents</title>
     90
     91<para>Major programs in <application>kdemultimedia</application> include
     92<command>artsbuilder</command>,
     93<command>juk</command>,
     94<command>kaboodle</command>,
     95<command>kmid</command>,
     96<command>kmix</command>,
     97<command>krec</command>,
     98<command>kscd</command> and
     99<command>noatun</command>.
     100</para>
     101
     102</sect2>
     103
     104<sect2><title>Description</title>
     105
     106<sect3><title>juk</title>
     107<para><command>juk</command> is a jukebox, tagger and music
     108collection manager.</para></sect3>
     109
     110<sect3><title>kaboodle</title>
     111<para><command>kaboodle</command> is a multimedia player.</para></sect3>
     112
     113<sect3><title>kmid</title>
     114<para><command>kmid</command> is a midi/karaoke player.</para></sect3>
     115
     116<sect3><title>kmix</title>
     117<para><command>kmix</command> is a sound mixer.</para></sect3>
     118
     119<sect3><title>krec</title>
     120<para><command>krec</command> is a recording frontend for
     121<application>aRts</application>.</para></sect3>
     122
     123<sect3><title>kscd</title>
     124<para><command>kscd</command> is a CD player.</para></sect3>
     125
     126<sect3><title>noatun</title>
     127<para><command>noatun</command> is another multimedia
     128player.</para></sect3>
     129
     130</sect2>
    9131
    10132</sect1>
Note: See TracChangeset for help on using the changeset viewer.