kwave-19.12.2

Introduction to KWave

The KWave package contains a KF5 based Sound Editor application.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

KWave Dependencies

Required

AudioFile-0.3.6, fftw-3.3.8, id3lib-3.8.3, and KDE Frameworks-5.67.0

Recommended

Optional

Doxygen-1.8.17

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kwave

Installation of KWave

Install KWave by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -DBUILD_TESTING=OFF                \
      -Wno-dev .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: kwave
Installed Libraries: libkwave.so, libkwavegui.so, and 29 plugins
Installed Directories: $KF5_PREFIX/lib/plugins/kwave and $KF5_PREFIX/share/doc/HTML/en/kwave

Short Descriptions

kwave

is a sound editor built on the KDE Frameworks 5.

Last updated on 2020-02-19 16:31:22 -0800