source: kde/add/kmix.xml@ 2a7334e8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2a7334e8 was 2a7334e8, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Update to KDE 4.9.0 and a major overhaul of the section.

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

  • Property mode set to 100644
File size: 4.2 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
[2a7334e8]7 <!ENTITY kmix-download-http "&kde-download-http;&kde-version;/src/kmix-&kde-version;.tar.xz">
8 <!ENTITY kmix-download-ftp "&kde-download-ftp;&kde-version;/src/kmix-&kde-version;.tar.xz">
9 <!ENTITY kmix-md5sum "d380f01c837ee4609d7382a5a2b9cff2">
10 <!ENTITY kmix-size "294 KB">
11 <!ENTITY kmix-buildsize "65 MB">
12 <!ENTITY kmix-time "0.3 SBU">
[86e74f2f]13]>
14
[2a7334e8]15<sect1 id="kmix" xreflabel="kmix-&kde-version;">
16 <?dbhtml filename="kmix.html"?>
17
[86e74f2f]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[2a7334e8]23 <title>Kmix-&kde-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
[fb55343]34 &lfs71_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
58<!--
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required patch: <ulink
[2a7334e8]63 url="&patch-root;/kmix-&kde-version;-fixes-1.patch"/></para>
[86e74f2f]64 </listitem>
65 </itemizedlist>
66-->
[2a7334e8]67 <bridgehead renderas="sect3">Kmix Dependencies</bridgehead>
[86e74f2f]68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
[c9df31a]71 <xref linkend="kdelibs"/>
[86e74f2f]72 </para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
[2a7334e8]76 <xref linkend="pulseaudio"/> and
77 <xref linkend="libcanberra"/>
[86e74f2f]78 </para>
[2a7334e8]79
[86e74f2f]80 <para condition="html" role="usernotes">User Notes:
[2a7334e8]81 <ulink url="&blfs-wiki;/kmix"/>
[86e74f2f]82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
[2a7334e8]87 <title>Installation of Kmix</title>
[86e74f2f]88
[2a7334e8]89 <para>Install <application>Kmix</application> by running
[86e74f2f]90 the following commands:</para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
[2cfb44a4]94cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
95 -DSYSCONF_INSTALL_DIR=/etc/kde \
[86e74f2f]96 .. &amp;&amp;
97make</userinput></screen>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104<!--
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>- -xyz</option>: This option is set for ...</para>
109
110 </sect2>
111-->
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
[2a7334e8]121 <seg>kmix and kmixctrl</seg>
122 <seg>libkdeinit4_kmix.so, libkdeinit4_kmixctrl.so, kded_kmixd.so
123 and plasma_engine_mixer.so</seg>
124 <seg>several in &kde-dir;/share</seg>
[86e74f2f]125 </seglistitem>
126 </segmentedlist>
127<!--
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
[2a7334e8]133 <varlistentry id="a-kmix">
134 <term><command>kmix</command></term>
[86e74f2f]135 <listitem>
[2a7334e8]136 <para>is a testing utility for kmix-generated build trees.</para>
137 <indexterm zone="a-kmix kmix">
138 <primary sortas="b-kmix">kmix</primary>
[86e74f2f]139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144-->
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.