source: archive/add/kmix.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[86e74f2f]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
[7e8964e]7 <!ENTITY kmix-download-http "&kde-download-http;applications/&kde-version;/src/kmix-&kde-version;.tar.xz">
[2bb2521]8 <!ENTITY kmix-download-ftp " ">
[d203119]9 <!ENTITY kmix-md5sum "924ec015cb9e39ecb3833c071969c07b">
[747ebdd]10 <!ENTITY kmix-size "384 KB">
11 <!ENTITY kmix-buildsize "10.0 MB">
12 <!ENTITY kmix-time "1.0 SBU">
[86e74f2f]13]>
14
[7e8964e]15<sect1 id="kmix" xreflabel="kmix-&kde-version;">
[2a7334e8]16 <?dbhtml filename="kmix.html"?>
[0d7900a]17
[86e74f2f]18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
[7e8964e]22 <title>Kmix-&kde-version;</title>
[86e74f2f]23
[2a7334e8]24 <indexterm zone="kmix">
25 <primary sortas="a-kmix">kmix</primary>
[86e74f2f]26 </indexterm>
27
28 <sect2 role="package">
[2a7334e8]29 <title>Introduction to Kmix</title>
[86e74f2f]30
[2a7334e8]31 <para>This packages provides an audio mixer application for KDE.</para>
[86e74f2f]32
[1cc5345]33 &lfs79_checked;
[86e74f2f]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[2a7334e8]38 <para>Download (HTTP): <ulink url="&kmix-download-http;"/></para>
[86e74f2f]39 </listitem>
40 <listitem>
[2a7334e8]41 <para>Download (FTP): <ulink url="&kmix-download-ftp;"/></para>
[86e74f2f]42 </listitem>
43 <listitem>
[2a7334e8]44 <para>Download MD5 sum: &kmix-md5sum;</para>
[86e74f2f]45 </listitem>
46 <listitem>
[2a7334e8]47 <para>Download size: &kmix-size;</para>
[86e74f2f]48 </listitem>
49 <listitem>
[2a7334e8]50 <para>Estimated disk space required: &kmix-buildsize;</para>
[86e74f2f]51 </listitem>
52 <listitem>
[2a7334e8]53 <para>Estimated build time: &kmix-time;</para>
[86e74f2f]54 </listitem>
55 </itemizedlist>
56
[2a7334e8]57 <bridgehead renderas="sect3">Kmix Dependencies</bridgehead>
[86e74f2f]58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required">
[c9df31a]61 <xref linkend="kdelibs"/>
[86e74f2f]62 </para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional">
[2a7334e8]66 <xref linkend="pulseaudio"/> and
67 <xref linkend="libcanberra"/>
[86e74f2f]68 </para>
[2a7334e8]69
[86e74f2f]70 <para condition="html" role="usernotes">User Notes:
[2a7334e8]71 <ulink url="&blfs-wiki;/kmix"/>
[86e74f2f]72 </para>
73
74 </sect2>
75
76 <sect2 role="installation">
[2a7334e8]77 <title>Installation of Kmix</title>
[86e74f2f]78
[2a7334e8]79 <para>Install <application>Kmix</application> by running
[86e74f2f]80 the following commands:</para>
81
82<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]83cd build &amp;&amp;
84
[2cfb44a4]85cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[18c9ee54]86 -DCMAKE_BUILD_TYPE=Release \
[b22a51fa]87 -DCMAKE_AUTOMOC=TRUE \
[43bb741]88 -Wno-dev .. &amp;&amp;
[86e74f2f]89make</userinput></screen>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
[b22a51fa]97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><option>-DCMAKE_AUTOMOC=TRUE</option>: This switch is used to avoid
101 an invalid error return in cmake-3.3 and later.</para>
102
103 </sect2>
104
105
[86e74f2f]106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
[2a7334e8]115 <seg>kmix and kmixctrl</seg>
116 <seg>libkdeinit4_kmix.so, libkdeinit4_kmixctrl.so, kded_kmixd.so
117 and plasma_engine_mixer.so</seg>
118 <seg>several in &kde-dir;/share</seg>
[86e74f2f]119 </seglistitem>
120 </segmentedlist>
[69138677]121
[86e74f2f]122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
[69138677]127 <varlistentry id="kmix-prog">
[2a7334e8]128 <term><command>kmix</command></term>
[86e74f2f]129 <listitem>
[69138677]130 <para>is the KDE Volume Control.</para>
131 <indexterm zone="kmix kmix-prog">
[2a7334e8]132 <primary sortas="b-kmix">kmix</primary>
[86e74f2f]133 </indexterm>
134 </listitem>
135 </varlistentry>
136
[096ed61]137 <varlistentry id="kmixctrl">
138 <term><command>kmixctrl</command></term>
139 <listitem>
140 <para>
141 is used to save or restore the settings of
142 <command>kmix</command>.
143 </para>
144 <indexterm zone="kmix kmixctrl">
145 <primary sortas="b-kmixctrl">kmixctrl</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
[86e74f2f]150 </variablelist>
[69138677]151
[86e74f2f]152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.