lilv: update to 0.14.2.

This commit is contained in:
davehome 2012-06-16 22:18:54 -06:00
parent 7807d32fa4
commit 7aecf412d0
3 changed files with 5 additions and 6 deletions

View file

@ -2,3 +2,4 @@ libsord-0.so.0
libserd-0.so.0
libdl.so.2
libc.so.6
libsratom-0.so.0

View file

@ -1,4 +1,2 @@
liblilv-0.so.0
libsord-0.so.0
libserd-0.so.0
libc.so.6

View file

@ -1,15 +1,15 @@
# Template file for 'lilv'
pkgname=lilv
version=0.5.0
version=0.14.2
build_style=waf
homepage="http://drobilla.net/software/lilv/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
revision=2
makedepends="pkg-config python sord-devel lv2core"
revision=1
makedepends="pkg-config python serd-devel sord-devel sratom-devel lv2"
short_desc="Lilv is a simple yet powerful C API for using LV2 plugins."
maintainer="davehome <davehome@redthumb.info.tm>"
license="ISC"
checksum=3540b1f27f126f20222159bdf519a09631804e1011e2e1f063bff90d328333cd
checksum=9dfe73ed20b0db8f8933e6f981a0e6502c318324301b069ad27bce8e5c793a3d
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