libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz
Download MD5 sum: 34cb7e4430afaf6f447c4ebdb9b42072
Download size: 312 KB
Estimated disk space required: 7.5 MB
Estimated build time: 0.1 SBU
alsa-lib-1.2.4, gstreamer-1.18.4 and GTK+-3.24.28
GTK+-2.24.33, PulseAudio-14.2 and tdb
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libcanberra
At first, apply a patch to fix an issue causing some applications to crash in Wayland based desktop environment:
patch -Np1 -i ../libcanberra-0.30-wayland-1.patch
Install libcanberra by running the following commands:
./configure --prefix=/usr --disable-oss && make
This package does not come with a test suite.
Now, as the root
user:
make docdir=/usr/share/doc/libcanberra-0.30 install
--disable-oss
: disable
optional deprecated OSS support
--disable-gtk
: disable optional GTK+ 2
support
--disable-gtk3
: disable optional GTK+ 3
support
Last updated on 2021-02-21 17:09:04 -0600