This script is for Slackware 13.37 only and may be outdated.

SlackBuilds Repository

13.37 > Libraries > libcanberra (0.27)

libcanberra is an implementation of the XDG Sound Theme and Name 
Specifications, for generating event sounds on free desktops.
It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null)
and is designed to be portable.

This requires GConf and sound-theme-freedesktop, and you'll need to make
sure GTK_MODULES contains "canberra-gtk-module" - the easiest way to do
that is to have something like this in your shell initialization:

if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="canberra-gtk-module"
else
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
fi
export GTK_MODULES

Maintained by: Robby Workman
Keywords: canberra
ChangeLog: libcanberra

Homepage:
http://0pointer.de/lennart/projects/libcanberra/

Source Downloads:
libcanberra-0.27.tar.gz (1c683f8753074acf9bddf77e2577932d)

Download SlackBuild:
libcanberra.tar.gz
libcanberra.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 13.37

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds