source: kde/kf5-apps/kmix5.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.2 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 <!ENTITY kmix5-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
8 <!ENTITY kmix5-download-ftp " ">
9 <!ENTITY kmix5-md5sum "b5d7856b58f16f4b22116b8592bbb248">
10 <!ENTITY kmix5-size "1.1 MB">
11 <!ENTITY kmix5-buildsize "17 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 &lfs112_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 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/kmix5"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of KMix</title>
94
95 <para>
96 Install <application>KMix</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DBUILD_TESTING=OFF \
106 -Wno-dev .. &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121<!-- With 18.12.0, kmix now is kf5 only.
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <parameter>-DKMIX_KF5_BUILD=1</parameter>: This switch is used to ensure
127 that <application>KDE Frameworks</application> 5 based application is
128 built.
129 </para>
130
131 </sect2>
132-->
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 kmix, kmixctrl, and kmixremote
145 </seg>
146 <seg>
147 libkmixcore.so
148 </seg>
149 <seg>
150 $KF5_PREFIX/share/kmix,
151 $KF5_PREFIX/share/kxmlgui5/kmix, and
152 $KF5_PREFIX/share/doc/HTML/*/kmix
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="kmix5-prog">
163 <term><command>kmix</command></term>
164 <listitem>
165 <para>
166 is a mini audio mixer for kde
167 </para>
168 <indexterm zone="kmix5 kmix5-prog">
169 <primary sortas="b-kmix">kmix</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="kmixctrl5">
175 <term><command>kmixctrl</command></term>
176 <listitem>
177 <para>
178 is used to save or restore the settings of
179 <command>kmix</command>
180 </para>
181 <indexterm zone="kmix5 kmixctrl5">
182 <primary sortas="b-kmixctrl">kmixctrl</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="kmixremote">
188 <term><command>kmixremote</command></term>
189 <listitem>
190 <para>
191 is a utility to mute, get and set volume levels
192 </para>
193 <indexterm zone="kmix5 kmixremote">
194 <primary sortas="b-kmixremote">kmixremote</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.