source: kde/kf5-apps/kmix5.xml@ 0b50758f

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 0b50758f was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 6 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 <!ENTITY kmix5-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
8 <!ENTITY kmix5-download-ftp " ">
9 <!ENTITY kmix5-md5sum "70dbcb9504b0c5b03552f9a654ece23a">
10 <!ENTITY kmix5-size "1.2 MB">
11 <!ENTITY kmix5-buildsize "18 MB">
12 <!ENTITY kmix5-time "0.2 SBU (using parallelism=4)">
13]>
14
15<sect1 id="kmix5" xreflabel="KMix-&kf5apps-version;">
16 <?dbhtml filename="kmix5.html"?>
17
18
19 <title>KMix-&kf5apps-version;</title>
20
21 <indexterm zone="kmix5">
22 <primary sortas="a-KMix">KMix</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to KMix</title>
27
28 <para>
29 The <application>KMix</application> package contains a KF5 based Sound
30 Mixer application.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&kmix5-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&kmix5-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &kmix5-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &kmix5-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &kmix5-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &kmix5-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">KMix Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="kf5-frameworks"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="alsa-lib"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libcanberra"/> and
84 <xref linkend="pulseaudio"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of KMix</title>
91
92 <para>
93 Install <application>KMix</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
101 -DCMAKE_BUILD_TYPE=Release \
102 -DBUILD_TESTING=OFF \
103 -Wno-dev .. &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118<!-- With 18.12.0, kmix now is kf5 only.
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <parameter>-DKMIX_KF5_BUILD=1</parameter>: This switch is used to ensure
124 that <application>KDE Frameworks</application> 5 based application is
125 built.
126 </para>
127
128 </sect2>
129-->
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 kmix, kmixctrl, and kmixremote
142 </seg>
143 <seg>
144 libkmixcore.so
145 </seg>
146 <seg>
147 $KF5_PREFIX/share/kmix,
148 $KF5_PREFIX/share/kxmlgui5/kmix, and
149 $KF5_PREFIX/share/doc/HTML/*/kmix
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="kmix5-prog">
160 <term><command>kmix</command></term>
161 <listitem>
162 <para>
163 is a mini audio mixer for kde
164 </para>
165 <indexterm zone="kmix5 kmix5-prog">
166 <primary sortas="b-kmix">kmix</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="kmixctrl5">
172 <term><command>kmixctrl</command></term>
173 <listitem>
174 <para>
175 is used to save or restore the settings of
176 <command>kmix</command>
177 </para>
178 <indexterm zone="kmix5 kmixctrl5">
179 <primary sortas="b-kmixctrl">kmixctrl</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="kmixremote">
185 <term><command>kmixremote</command></term>
186 <listitem>
187 <para>
188 is a utility to mute, get and set volume levels
189 </para>
190 <indexterm zone="kmix5 kmixremote">
191 <primary sortas="b-kmixremote">kmixremote</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.