source: kde5/applications/kmix.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="kmix5" xreflabel="KMix-&kf5apps-version;">
9 <?dbhtml filename="kmix.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy: krejzi $</othername>
13 <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
14 </sect1info>
15
16 <title>KMix-&kf5apps-version;</title>
17
18 <indexterm zone="kmix5">
19 <primary sortas="a-KMix">KMix</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to KMix</title>
24
25 <para>
26 The <application>KMix</application> package contains a volume control
27 application for the <application>KDE Plasma</application> Desktop.
28 </para>
29
30 &lfs77_checked;
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 Download (HTTP): <ulink url="&kmix5-download-http;"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 Download (FTP): <ulink url="&kmix5-download-ftp;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download MD5 sum: &kmix5-md5sum;
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download size: &kmix5-size;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Estimated disk space required: &kmix5-buildsize;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated build time: &kmix5-time;
62 </para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">KMix Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="kdelibs4support"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="alsa-lib"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="libcanberra"/> and
81 <xref linkend="pulseaudio"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/kmix5"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of KMix</title>
91
92 <para>
93 First, fix the <application>CMake</application> search path by running
94 the following command:
95 </para>
96
97<screen><userinput>sed -i "s:\${ECM_MODULE_PATH}:\${CMAKE_SOURCE_DIR}/cmake/modules &amp;:g" CMakeLists.txt</userinput></screen>
98
99 <para>
100 Install <application>KMix</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>mkdir build &amp;&amp;
105cd build &amp;&amp;
106
107cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
108 -DCMAKE_BUILD_TYPE=Release \
109 -DLIB_INSTALL_DIR=lib \
110 -DBUILD_TESTING=OFF \
111 -DKMIX_KF5_BUILD=1 \
112 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
113 -Wno-dev .. &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/cmake-release.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/kf5-libdir.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/kf5-tests.xml"/>
139
140 <para>
141 <parameter>-DKMIX_KF5_BUILD=1</parameter>: This switch is used to ensure
142 that <application>KDE Frameworks</application> 5 based application is
143 built.
144 </para>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/qt5-plugins-dir.xml"/>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 kmix, kmixctrl and kmixremote
162 </seg>
163 <seg>
164 libkdeinit5_kmixctrl.so and libkdeinit5_kmix.so
165 </seg>
166 <seg>
167 $KF5_PREFIX/share/kmix
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.