source: multimedia/audioutils/kwave.xml

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

Finish updating to kf6-apps.

  • Property mode set to 100644
File size: 4.3 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 kwave-download-http "&kf6apps-download-http;/kwave-&kf6apps-version;.tar.xz">
8 <!ENTITY kwave-download-ftp " ">
9 <!ENTITY kwave-md5sum "09075523852cf46e97dba018c1457b9c">
10 <!ENTITY kwave-size "6.7 MB">
11 <!ENTITY kwave-buildsize "77 MB">
12 <!ENTITY kwave-time "0.8 SBU (using parallelism=4)">
13]>
14
15<sect1 id="kwave" xreflabel="kwave-&kf6apps-version;">
16 <?dbhtml filename="kwave.html"?>
17
18
19 <title>kwave-&kf6apps-version;</title>
20
21 <indexterm zone="kwave">
22 <primary sortas="a-kwave">kwave</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to KWave</title>
27
28 <para>
29 The <application>KWave</application> package contains a KDE Frameworks based Sound
30 Editor 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="&kwave-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&kwave-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &kwave-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &kwave-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &kwave-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &kwave-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">KWave Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="audiofile"/>,
74 <xref linkend="fftw"/>,
75 <xref linkend="id3lib"/>, and
76 <xref linkend="kf6-frameworks"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="alsa-lib"/>,
82 <xref linkend="flac"/>,
83 <xref linkend="libogg"/>, and
84 <xref linkend="pulseaudio"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="doxygen"/>
90 </para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of KWave</title>
96
97 <para>
98 Install <application>KWave</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
106 -DCMAKE_BUILD_TYPE=Release \
107 -DBUILD_TESTING=OFF \
108 -Wno-dev .. &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 kwave
134 </seg>
135 <seg>
136 libkwave.so,
137 libkwavegui.so, and
138 30 plugins
139 </seg>
140 <seg>
141 $KF6_PREFIX/lib/plugins/kwave,
142 $KF6_PREFIX/share/kwave,
143 $KF6_PREFIX/share/doc/HTML/*/kwave
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="kwave-prog">
154 <term><command>kwave</command></term>
155 <listitem>
156 <para>
157 is a sound editor built on the KDE Frameworks
158 </para>
159 <indexterm zone="kwave kwave-prog">
160 <primary sortas="b-kwave">kwave</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.