diff --git a/srcpkgs/lilv/liblilv.rshlibs b/srcpkgs/lilv/liblilv.rshlibs index dcae4584a0..b9121dfa1a 100644 --- a/srcpkgs/lilv/liblilv.rshlibs +++ b/srcpkgs/lilv/liblilv.rshlibs @@ -2,3 +2,4 @@ libsord-0.so.0 libserd-0.so.0 libdl.so.2 libc.so.6 +libsratom-0.so.0 diff --git a/srcpkgs/lilv/lilv.rshlibs b/srcpkgs/lilv/lilv.rshlibs index b8fd6d808d..d5fcc99d24 100644 --- a/srcpkgs/lilv/lilv.rshlibs +++ b/srcpkgs/lilv/lilv.rshlibs @@ -1,4 +1,2 @@ liblilv-0.so.0 -libsord-0.so.0 -libserd-0.so.0 libc.so.6 diff --git a/srcpkgs/lilv/template b/srcpkgs/lilv/template index ceeb12a2bf..dd50341f30 100644 --- a/srcpkgs/lilv/template +++ b/srcpkgs/lilv/template @@ -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 " 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