KMix-4.14.1

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.6 systemd platform.

Package Information

KMix Dependencies

Required

KDELibs-4.14.1

Optional

libcanberra-0.30 and PulseAudio-5.0

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-09-19 08:10:38 -0700