source: multimedia/audioutils/kwave.xml@ c42db05d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 c42db05d was c42db05d, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Fix kwave md5sum

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

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