libcanberra: update to 0.28.

This commit is contained in:
Juan RP 2011-02-27 17:41:41 +01:00
parent f4460c1083
commit 7f4ab3ef64

View file

@ -1,15 +1,14 @@
# Template build file for 'libcanberra'. # Template build file for 'libcanberra'.
pkgname=libcanberra pkgname=libcanberra
version=0.26 version=0.28
revision=2
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz" distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--localstatedir=/var --enable-alsa --enable-null configure_args="--localstatedir=/var --enable-alsa --enable-null --disable-gtk3
--enable-gstreamer --disable-oss --with-builtin=dso --disable-lynx --enable-gstreamer --disable-oss --with-builtin=dso --disable-lynx
--disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas" --disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas"
short_desc="XDG Sound Theme and Name Specification library implementation" short_desc="XDG Sound Theme and Name Specification library implementation"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4b5d8d2c2835133620adbc53745dd107b6e58b9a2963059e8f457143fee00982 checksum=eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c
long_desc=" long_desc="
libcanberra is an implementation of the XDG Sound Theme and Name libcanberra is an implementation of the XDG Sound Theme and Name
Specifications, for generating event sounds on free desktops, such as Specifications, for generating event sounds on free desktops, such as
@ -26,6 +25,7 @@ gconf_schemas="libcanberra.schemas"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libudev
Add_dependency run glib Add_dependency run glib
Add_dependency run atk Add_dependency run atk
Add_dependency run pango Add_dependency run pango
@ -60,4 +60,6 @@ Add_dependency build libxml2-devel
Add_dependency build alsa-lib-devel Add_dependency build alsa-lib-devel
Add_dependency build tdb-devel Add_dependency build tdb-devel
Add_dependency build pulseaudio-devel Add_dependency build pulseaudio-devel
Add_dependency build libudev-devel
Add_dependency build vala-devel
Add_dependency full GConf Add_dependency full GConf