source: kde5/applications/kmix.xml@ 0ed1e5d

kde5-14686
Last change on this file since 0ed1e5d was 935b3e7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

kmix 5 and polkit-kde-agent 5. Fixes to other packages.

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

  • Property mode set to 100644
File size: 4.3 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-&kmix5-version;">
9 <?dbhtml filename="kmix.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>KMix-&kmix5-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 &lfs76_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">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="libcanberra"/> and
76 <xref linkend="pulseaudio"/>
77 </para>
78
79 <para condition="html" role="usernotes">
80 User Notes: <ulink url="&blfs-wiki;/kmix5"/>
81 </para>
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of KMix</title>
86
87 <para>
88 Install <application>KMix</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
94
95cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
96 -DCMAKE_BUILD_TYPE=Release \
97 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
98 -DLIB_INSTALL_DIR=lib \
99 -DBUILD_TESTING=OFF \
100 -DKMIX_KF5_BUILD=1 \
101 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
102 .. &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/cmake-release.xml"/>
122
123 <para>
124 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch
125 is used to set correct XDG configuration directory.
126 </para>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/kf5-libdir.xml"/>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/kf5-tests.xml"/>
133
134 <para>
135 <parameter>-DKMIX_KF5_BUILD=1</parameter>: This switch is used to ensure
136 that <application>KDE Frameworks</application> 5 based application is
137 built.
138 </para>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/qt5-plugins-dir.xml"/>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 kmix, kmixctrl and kmixremote
156 </seg>
157 <seg>
158 libkdeinit5_kmixctrl.so and libkdeinit5_kmix.so
159 </seg>
160 <seg>
161 $KF5_PREFIX/share/kmix and
162 $KF5_PREFIX/share/kxmlgui/kmix
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.