void-packages/srcpkgs/libcanberra/template

30 lines
1.4 KiB
Text
Raw Normal View History

# Template build file for 'libcanberra'.
pkgname=libcanberra
2011-02-27 16:41:41 +00:00
version=0.28
2012-07-09 16:47:59 +00:00
revision=13
build_style=gnu-configure
configure_args="--enable-alsa --enable-null
2010-11-21 16:14:09 +00:00
--enable-gstreamer --disable-oss --with-builtin=dso --disable-lynx
2011-10-08 16:53:03 +00:00
--disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas
2012-07-09 16:47:59 +00:00
--with-systemdsystemunitdir=/usr/lib/systemd/system"
makedepends="pkg-config gtk+-devel gtk+3-devel libvorbis-devel libltdl-devel
gstreamer-devel alsa-lib-devel tdb-devel pulseaudio-devel libudev-devel>=183
vala-devel GConf-devel"
gconf_schemas="libcanberra.schemas"
subpackages="$pkgname-devel"
2010-11-19 19:42:52 +00:00
short_desc="XDG Sound Theme and Name Specification library implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-07-09 16:47:59 +00:00
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
2011-02-27 16:41:41 +00:00
checksum=eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c
long_desc="
2010-11-19 19:42:52 +00: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"