void-packages/srcpkgs/libcanberra/template
2012-07-13 21:20:02 +02:00

30 lines
1.3 KiB
Plaintext

# Template build file for 'libcanberra'.
pkgname=libcanberra
version=0.29
revision=1
build_style=gnu-configure
configure_args="--enable-alsa --enable-null
--enable-gstreamer --disable-oss --with-builtin=dso --disable-lynx
--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"
subpackages="$pkgname-devel"
short_desc="XDG Sound Theme and Name Specification library implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://0pointer.de/lennart/projects/libcanberra/"
license="LGPL-2.1"
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.xz"
checksum=127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72
long_desc="
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"