source: kde/kf5-apps/kmix5.xml@ 39eac921

ken/TL2024 trunk xry111/llvm18
Last change on this file since 39eac921 was f806bbf2, checked in by Bruce Dubbs <bdubbs@…>, 8 weeks ago

Update most of kde-gear

There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.

  • Property mode set to 100644
File size: 4.7 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 kmix-download-http "&kf5apps-download-http;/kmix-&kf5apps-version;.tar.xz">
8 <!ENTITY kmix-download-ftp " ">
9 <!ENTITY kmix-md5sum "60b622cd36e45f2ea9586b9c3beaba2d">
10 <!ENTITY kmix-size "1.2 MB">
11 <!ENTITY kmix-buildsize "20 MB">
12 <!ENTITY kmix-time "0.2 SBU (using parallelism=4)">
13]>
14
15<sect1 id="kmix" xreflabel="KMix-&kf5apps-version;">
16 <?dbhtml filename="kmix.html"?>
17
18
19 <title>KMix-&kf5apps-version;</title>
20
21 <indexterm zone="kmix">
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 KF6 based Sound
30 Mixer application.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&kmix-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&kmix-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &kmix-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &kmix-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &kmix-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &kmix-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=$KF6_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 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 kmix, kmixctrl, and kmixremote
129 </seg>
130 <seg>
131 libkmixcore.so
132 </seg>
133 <seg>
134 $KF6_PREFIX/share/kmix and
135 $KF6_PREFIX/share/doc/HTML/*/kmix
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="kmix-prog">
146 <term><command>kmix</command></term>
147 <listitem>
148 <para>
149 is a mini audio mixer for kde
150 </para>
151 <indexterm zone="kmix kmix-prog">
152 <primary sortas="b-kmix">kmix</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="kmixctrl">
158 <term><command>kmixctrl</command></term>
159 <listitem>
160 <para>
161 is used to save or restore the settings of
162 <command>kmix</command>
163 </para>
164 <indexterm zone="kmix kmixctrl">
165 <primary sortas="b-kmixctrl">kmixctrl</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="kmixremote">
171 <term><command>kmixremote</command></term>
172 <listitem>
173 <para>
174 is a utility to mute, get and set volume levels
175 </para>
176 <indexterm zone="kmix kmixremote">
177 <primary sortas="b-kmixremote">kmixremote</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.