This packages provides an audio mixer application for KDE.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://download.kde.org/stable/applications/15.12.1/src/kmix-15.12.1.tar.xz
Download MD5 sum: 924ec015cb9e39ecb3833c071969c07b
Download size: 384 KB
Estimated disk space required: 10.0 MB
Estimated build time: 1.0 SBU
PulseAudio-8.0 and libcanberra-0.30
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kmix
Install Kmix by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_AUTOMOC=TRUE \ -Wno-dev .. && make
Now, as the root
user:
make install
-DCMAKE_AUTOMOC=TRUE
: This switch is
used to avoid an invalid error return in cmake-3.3 and later.
Last updated on 2016-03-02 13:42:47 -0800