Phonon-4.11.1

Introduction to Phonon

Phonon is the multimedia API for KDE. It replaces the old aRts package. Phonon needs either the GStreamer or VLC backend.

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

Package Information

Phonon Dependencies

Required

CMake-3.16.4, extra-cmake-modules-5.67.0, GLib-2.62.4, and Qt-5.14.1

At least one of phonon-backend-gstreamer-4.10.0 or phonon-backend-vlc-0.11.1 needs to be installed afterwards for multimedia operation in KDE.

Optional

PulseAudio-13.0

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

Installation of Phonon

Install Phonon by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      .. &&
make

Now, as the root user:

make install

Command Explanations

-DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations.

Contents

Installed Programs: phononsettings
Installed Libraries: libphonon4qt5.so and libphonon4qt5experimental.so
Installed Directories: /usr/include/phonon4qt5, /usr/lib/cmake/phonon4qt5, and /usr/share/phonon4qt5

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