2011-10-28 09:33:03 +00:00
|
|
|
# Template file for 'lilv'
|
|
|
|
pkgname=lilv
|
|
|
|
version=0.5.0
|
|
|
|
build_style=waf
|
|
|
|
homepage="http://drobilla.net/software/lilv/"
|
|
|
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=2
|
2011-10-28 09:33:03 +00:00
|
|
|
short_desc="Lilv is a simple yet powerful C API for using LV2 plugins."
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="ISC"
|
|
|
|
checksum=3540b1f27f126f20222159bdf519a09631804e1011e2e1f063bff90d328333cd
|
|
|
|
long_desc="
|
|
|
|
Lilv is a library to make the use of LV2 plugins as simple as possible for
|
|
|
|
applications. Lilv is the successor to SLV2, rewritten to be significantly
|
|
|
|
faster and have minimal dependencies."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel lib$pkgname $pkgname-bash-completion"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build python
|
|
|
|
Add_dependency build sord-devel
|
2012-05-23 09:21:33 +00:00
|
|
|
Add_dependency build lv2core
|