source: kde/kf5-apps/kmix5.xml

trunk
Last change on this file was 5bfcd23e, checked in by Bruce Dubbs <bdubbs@…>, 7 weeks ago

Internal cleanup kf5->kf6

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[b0738fd]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
[f806bbf2]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)">
[b0738fd]13]>
14
[f806bbf2]15<sect1 id="kmix" xreflabel="KMix-&kf5apps-version;">
16 <?dbhtml filename="kmix.html"?>
[b0738fd]17
18
19 <title>KMix-&kf5apps-version;</title>
20
[f806bbf2]21 <indexterm zone="kmix">
[b0738fd]22 <primary sortas="a-KMix">KMix</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to KMix</title>
27
28 <para>
[f806bbf2]29 The <application>KMix</application> package contains a KF6 based Sound
[b0738fd]30 Mixer application.
31 </para>
32
[f67c5c8]33 &lfs121_checked;
[b0738fd]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
[f806bbf2]39 Download (HTTP): <ulink url="&kmix-download-http;"/>
[b0738fd]40 </para>
41 </listitem>
42 <listitem>
43 <para>
[f806bbf2]44 Download (FTP): <ulink url="&kmix-download-ftp;"/>
[b0738fd]45 </para>
46 </listitem>
47 <listitem>
48 <para>
[f806bbf2]49 Download MD5 sum: &kmix-md5sum;
[b0738fd]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[f806bbf2]54 Download size: &kmix-size;
[b0738fd]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[f806bbf2]59 Estimated disk space required: &kmix-buildsize;
[b0738fd]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[f806bbf2]64 Estimated build time: &kmix-time;
[b0738fd]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">
[5bfcd23e]73 <xref linkend="kf6-frameworks"/>
[b0738fd]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
[f806bbf2]100cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
[b0738fd]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>
[d5e4154e]131 libkmixcore.so
[b0738fd]132 </seg>
133 <seg>
[f806bbf2]134 $KF6_PREFIX/share/kmix and
135 $KF6_PREFIX/share/doc/HTML/*/kmix
[b0738fd]136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
[096ed61]140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
[f806bbf2]145 <varlistentry id="kmix-prog">
[096ed61]146 <term><command>kmix</command></term>
147 <listitem>
148 <para>
[4c24eb0a]149 is a mini audio mixer for kde
[096ed61]150 </para>
[f806bbf2]151 <indexterm zone="kmix kmix-prog">
[096ed61]152 <primary sortas="b-kmix">kmix</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
[f806bbf2]157 <varlistentry id="kmixctrl">
[096ed61]158 <term><command>kmixctrl</command></term>
159 <listitem>
160 <para>
161 is used to save or restore the settings of
[4c24eb0a]162 <command>kmix</command>
[096ed61]163 </para>
[f806bbf2]164 <indexterm zone="kmix kmixctrl">
[096ed61]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>
[4c24eb0a]174 is a utility to mute, get and set volume levels
[096ed61]175 </para>
[f806bbf2]176 <indexterm zone="kmix kmixremote">
[096ed61]177 <primary sortas="b-kmixremote">kmixremote</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181 </variablelist>
182
[b0738fd]183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.