diff --git a/srcpkgs/libcanberra/libcanberra-devel.template b/srcpkgs/libcanberra/libcanberra-devel.template index 020716f410..7565333826 100644 --- a/srcpkgs/libcanberra/libcanberra-devel.template +++ b/srcpkgs/libcanberra/libcanberra-devel.template @@ -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 diff --git a/srcpkgs/libcanberra/template b/srcpkgs/libcanberra/template index 50c5934471..83b8f63a79 100644 --- a/srcpkgs/libcanberra/template +++ b/srcpkgs/libcanberra/template @@ -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 " -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"