Kmix-4.12.2

Introduction to Kmix

This packages provides an audio mixer application for KDE.

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

Package Information

Kmix Dependencies

Required

kdelibs-4.12.2

Optional

PulseAudio-4.0 and libcanberra-0.30

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

Installation of Kmix

Install Kmix by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -Wno-dev .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: kmix and kmixctrl
Installed Libraries: libkdeinit4_kmix.so, libkdeinit4_kmixctrl.so, kded_kmixd.so and plasma_engine_mixer.so
Installed Directories: several in $KDE_PREFIX/share

Short Descriptions

kmix

is the KDE Volume Control.

Last updated on 2014-02-28 15:16:23 -0800