libcanberra: update to 0.26.

This commit is contained in:
Juan RP 2010-11-19 20:42:52 +01:00
parent b80ffb9e8a
commit 8a2be8dc46
2 changed files with 13 additions and 10 deletions

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run pkg-config
Add_dependency run glib-devel
Add_dependency run atk-devel

View file

@ -1,21 +1,26 @@
# Template build file for 'libcanberra'.
pkgname=libcanberra
version=0.23
revision=2
version=0.26
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--localstatedir=/var --enable-alsa --enable-null
--enable-gstreamer --disable-oss --with-builtin=dso --disable-tdb
--disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas
--disable-lynx --disable-pulse"
short_desc="Library providing high-level API for X Keyboard Extension"
short_desc="XDG Sound Theme and Name Specification library implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a7d0cf282a9fc8d1e41c082b72a2bf4cf86a6d599f0262484bac95bab57a0960
checksum=4b5d8d2c2835133620adbc53745dd107b6e58b9a2963059e8f457143fee00982
long_desc="
libcanberra is a library providing high-level API for X Keyboard Extension
known as XKB. This library is intended to support XFree86 and other
commercial X servers. It is useful for creating XKB-related software
(layout indicators etc)."
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"
gconf_schemas="libcanberra.schemas"
subpackages="$pkgname-devel"