Installation of Phonon
Install Phonon by running the
following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D PHONON_BUILD_QT5=OFF \
-W no-dev .. &&
make
Now, as the root user:
make install
Command Explanations
-D
CMAKE_BUILD_TYPE=Release: This switch is used to apply
higher level of the compiler optimizations.
-D PHONON_BUILD_QT5=OFF:
This switch is needed to prevent building the Qt5 bindings, which fails if Qt5 is not installed.
Contents
Installed Programs:
phononsettings
Installed Libraries:
libphonon4qt6.so and
libphonon4qt6experimental.so
Installed Directories:
/usr/include/phonon4qt6,
/usr/lib/cmake/phonon4qt6, and /usr/lib/plugins/designer
Short Descriptions
|
phononsettings
|
provides a graphical interface to set the default audio
device for several different types of playback, including
for communications, games, and more
|
|
libphonon4qt6.so
|
contains functions that provide the multimedia API used
by KDE
|
|
libphonon4qt6experimental.so
|
contains several experimental functions for use with KDE
|