2010-04-11 15:05:09 +02:00
|
|
|
# Template build file for 'libcanberra'.
|
|
|
|
pkgname=libcanberra
|
2011-02-27 17:41:41 +01:00
|
|
|
version=0.28
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=11
|
2010-04-11 15:05:09 +02:00
|
|
|
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-16 19:46:38 +02:00
|
|
|
configure_args="--enable-alsa --enable-null
|
2010-11-21 17:14:09 +01:00
|
|
|
--enable-gstreamer --disable-oss --with-builtin=dso --disable-lynx
|
2011-10-08 18:53:03 +02:00
|
|
|
--disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
|
|
|
--with-systemdsystemunitdir=/lib/systemd/system"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config gtk+-devel gtk+3-devel libvorbis-devel libltdl-devel gstreamer-devel alsa-lib-devel tdb-devel pulseaudio-devel libudev-devel vala-devel GConf-devel"
|
2010-11-19 20:42:52 +01:00
|
|
|
short_desc="XDG Sound Theme and Name Specification library implementation"
|
2010-04-11 15:05:09 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-27 17:41:41 +01:00
|
|
|
checksum=eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c
|
2010-04-11 15:05:09 +02:00
|
|
|
long_desc="
|
2010-11-19 20:42:52 +01:00
|
|
|
libcanberra is an implementation of the XDG Sound Theme and Name
|
|
|
|
Specifications, for generating event sounds on free desktops, such as
|
|
|
|
GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null)
|
|
|
|
and is designed to be portable. It consists of the following parts:
|
|
|
|
|
|
|
|
1. libcanberra: the main library
|
|
|
|
2. libcanberra-gtk: some glue code to make it easier to use libcanberra
|
|
|
|
from Gtk+ applications
|
|
|
|
3. libcanberra-gtk-module: a Gtk+ module that uses libcanberra-gtk to
|
|
|
|
trigger input feedback event sounds"
|
2010-04-11 15:05:09 +02:00
|
|
|
|
|
|
|
gconf_schemas="libcanberra.schemas"
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|