source: multimedia/audioutils/kwave.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.4 KB
Line 
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
7 <!ENTITY kwave-download-http "&kf5apps-download-http;/kwave-&kf5apps-version;.tar.xz">
8 <!ENTITY kwave-download-ftp " ">
9 <!ENTITY kwave-md5sum "084563aa18bffccc5b7789ef634512b9">
10 <!ENTITY kwave-size "6.6 MB">
11 <!ENTITY kwave-buildsize "71 MB">
12 <!ENTITY kwave-time "0.9 SBU (using parallelism=4)">
13]>
14
15<sect1 id="kwave" xreflabel="kwave-&kf5apps-version;">
16 <?dbhtml filename="kwave.html"?>
17
18
19 <title>kwave-&kf5apps-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 KF5 based Sound
30 Editor application.
31 </para>
32
33 &lfs112_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="kf5-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 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/kwave"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of KWave</title>
99
100 <para>
101 Install <application>KWave</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
109 -DCMAKE_BUILD_TYPE=Release \
110 -DBUILD_TESTING=OFF \
111 -Wno-dev .. &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 kwave
137 </seg>
138 <seg>
139 libkwave.so,
140 libkwavegui.so, and
141 29 plugins
142 </seg>
143 <seg>
144 $KF5_PREFIX/lib/plugins/kwave,
145 $KF5_PREFIX/share/kwave,
146 $KF5_PREFIX/share/doc/HTML/*/kwave
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="kwave-prog">
157 <term><command>kwave</command></term>
158 <listitem>
159 <para>
160 is a sound editor built on the KDE Frameworks 5
161 </para>
162 <indexterm zone="kwave kwave-prog">
163 <primary sortas="b-kwave">kwave</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.