libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://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.14, gstreamer-1.26.6, and GTK-3.24.51
PulseAudio-17.0, GTK+-2 and tdb
sound-theme-freedesktop-0.8, or another theme, for example from the gnome-look website
First, apply a patch to fix an issue causing some applications to crash in Wayland-based desktop environments:
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: disables
          optional deprecated OSS support
        
          --disable-gtk3: disables optional
          support for GTK+-3