glfs/kde/kf5-apps/kmix5.xml
Bruce Dubbs 5044738ff3 Separate kde4 and kf5 app html names
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16279 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-07-23 15:18:36 +00:00

162 lines
4.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kmix5-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
<!ENTITY kmix5-download-ftp " ">
<!ENTITY kmix5-md5sum "228045200142ad716a147a0a3191afa4">
<!ENTITY kmix5-size "380 KB">
<!ENTITY kmix5-buildsize "10.7 MB">
<!ENTITY kmix5-time "1.8 SBU">
]>
<sect1 id="kmix5" xreflabel="KMix-&kf5apps-version;">
<?dbhtml filename="kmix5.html"?>
<sect1info>
<othername>$LastChangedBy: krejzi $</othername>
<date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
</sect1info>
<title>KMix-&kf5apps-version;</title>
<indexterm zone="kmix5">
<primary sortas="a-KMix">KMix</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to KMix</title>
<para>
The <application>KMix</application> package contains a KF5 based Sound
Mixer application.
</para>
&lfs77_checked; &gcc5_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&kmix5-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&kmix5-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &kmix5-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &kmix5-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &kmix5-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &kmix5-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">KMix Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="alsa-lib"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="libcanberra"/> and
<xref linkend="pulseaudio"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/kmix5"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of KMix</title>
<para>
Install <application>KMix</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-DKMIX_KF5_BUILD=1 \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DKMIX_KF5_BUILD=1</parameter>: This switch is used to ensure
that <application>KDE Frameworks</application> 5 based application is
built.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
kmix, kmixctrl, and kmixremote
</seg>
<seg>
libkdeinit5_kmixctrl.so and libkdeinit5_kmix.so
</seg>
<seg>
$KF5_PREFIX/share/kmix
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>