source: kde/add/kmix.xml@ 9f89301

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 9f89301 was 9f89301, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Update to kde-14.12.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15661 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.7 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
[c9035bab]7 <!ENTITY kmix-download-http "&kde-download-http;applications/&kde-apps-version;/src/kmix-&kde-apps-version;.tar.xz">
[2bb2521]8 <!ENTITY kmix-download-ftp " ">
[9f89301]9 <!ENTITY kmix-md5sum "4e2565bf6a529b198aece2564a6d9232">
[c9035bab]10 <!ENTITY kmix-size "380 KB">
[9f89301]11 <!ENTITY kmix-buildsize "73 MB">
12 <!ENTITY kmix-time "1.0 SBU">
[86e74f2f]13]>
14
[c9035bab]15<sect1 id="kmix" xreflabel="kmix-&kde-apps-version;">
[2a7334e8]16 <?dbhtml filename="kmix.html"?>
[0d7900a]17
[86e74f2f]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[c9035bab]23 <title>Kmix-&kde-apps-version;</title>
[86e74f2f]24
[2a7334e8]25 <indexterm zone="kmix">
26 <primary sortas="a-kmix">kmix</primary>
[86e74f2f]27 </indexterm>
28
29 <sect2 role="package">
[2a7334e8]30 <title>Introduction to Kmix</title>
[86e74f2f]31
[2a7334e8]32 <para>This packages provides an audio mixer application for KDE.</para>
[86e74f2f]33
[c9035bab]34 &lfs77_checked;
[86e74f2f]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[2a7334e8]39 <para>Download (HTTP): <ulink url="&kmix-download-http;"/></para>
[86e74f2f]40 </listitem>
41 <listitem>
[2a7334e8]42 <para>Download (FTP): <ulink url="&kmix-download-ftp;"/></para>
[86e74f2f]43 </listitem>
44 <listitem>
[2a7334e8]45 <para>Download MD5 sum: &kmix-md5sum;</para>
[86e74f2f]46 </listitem>
47 <listitem>
[2a7334e8]48 <para>Download size: &kmix-size;</para>
[86e74f2f]49 </listitem>
50 <listitem>
[2a7334e8]51 <para>Estimated disk space required: &kmix-buildsize;</para>
[86e74f2f]52 </listitem>
53 <listitem>
[2a7334e8]54 <para>Estimated build time: &kmix-time;</para>
[86e74f2f]55 </listitem>
56 </itemizedlist>
57
[2a7334e8]58 <bridgehead renderas="sect3">Kmix Dependencies</bridgehead>
[86e74f2f]59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required">
[c9df31a]62 <xref linkend="kdelibs"/>
[86e74f2f]63 </para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional">
[2a7334e8]67 <xref linkend="pulseaudio"/> and
68 <xref linkend="libcanberra"/>
[86e74f2f]69 </para>
[2a7334e8]70
[86e74f2f]71 <para condition="html" role="usernotes">User Notes:
[2a7334e8]72 <ulink url="&blfs-wiki;/kmix"/>
[86e74f2f]73 </para>
74
75 </sect2>
76
77 <sect2 role="installation">
[2a7334e8]78 <title>Installation of Kmix</title>
[86e74f2f]79
[2a7334e8]80 <para>Install <application>Kmix</application> by running
[86e74f2f]81 the following commands:</para>
82
83<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]84cd build &amp;&amp;
85
[2cfb44a4]86cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[18c9ee54]87 -DCMAKE_BUILD_TYPE=Release \
[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
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
[2a7334e8]106 <seg>kmix and kmixctrl</seg>
107 <seg>libkdeinit4_kmix.so, libkdeinit4_kmixctrl.so, kded_kmixd.so
108 and plasma_engine_mixer.so</seg>
109 <seg>several in &kde-dir;/share</seg>
[86e74f2f]110 </seglistitem>
111 </segmentedlist>
[69138677]112
[86e74f2f]113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
[69138677]118 <varlistentry id="kmix-prog">
[2a7334e8]119 <term><command>kmix</command></term>
[86e74f2f]120 <listitem>
[69138677]121 <para>is the KDE Volume Control.</para>
122 <indexterm zone="kmix kmix-prog">
[2a7334e8]123 <primary sortas="b-kmix">kmix</primary>
[86e74f2f]124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 </variablelist>
[69138677]129
[86e74f2f]130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.