From d93dee50c72dd1c7142603cc92e06b1b650b8e8f Mon Sep 17 00:00:00 2001 From: davehome Date: Sat, 22 Sep 2012 01:06:15 -0600 Subject: [PATCH] lilv: update to 0.14.4. --- srcpkgs/lilv/liblilv.rshlibs | 4 ++-- srcpkgs/lilv/lilv-devel.template | 4 ++-- srcpkgs/lilv/lilv.rshlibs | 1 + srcpkgs/lilv/template | 8 +++++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/srcpkgs/lilv/liblilv.rshlibs b/srcpkgs/lilv/liblilv.rshlibs index b9121dfa1a..d2d6aefaaf 100644 --- a/srcpkgs/lilv/liblilv.rshlibs +++ b/srcpkgs/lilv/liblilv.rshlibs @@ -1,5 +1,5 @@ +libdl.so.2 libsord-0.so.0 libserd-0.so.0 -libdl.so.2 -libc.so.6 libsratom-0.so.0 +libc.so.6 diff --git a/srcpkgs/lilv/lilv-devel.template b/srcpkgs/lilv/lilv-devel.template index 0f4e36e1c6..fc75b984da 100644 --- a/srcpkgs/lilv/lilv-devel.template +++ b/srcpkgs/lilv/lilv-devel.template @@ -1,12 +1,12 @@ # Template file for 'lilv-devel'. # -depends="glibc-devel sord-devel liblilv" +noarch=yes +depends="glibc-devel sord-devel liblilv>=${version}" short_desc="${short_desc} - Development files" long_desc="${long_desc} This package contains files for development: headers, etc." - do_install() { vmove usr/include usr diff --git a/srcpkgs/lilv/lilv.rshlibs b/srcpkgs/lilv/lilv.rshlibs index d5fcc99d24..b0a8ecbae4 100644 --- a/srcpkgs/lilv/lilv.rshlibs +++ b/srcpkgs/lilv/lilv.rshlibs @@ -1,2 +1,3 @@ liblilv-0.so.0 libc.so.6 +librt.so.1 diff --git a/srcpkgs/lilv/template b/srcpkgs/lilv/template index dd50341f30..41c09ba86f 100644 --- a/srcpkgs/lilv/template +++ b/srcpkgs/lilv/template @@ -1,15 +1,17 @@ # Template file for 'lilv' pkgname=lilv -version=0.14.2 +version=0.14.4 build_style=waf +configure_args="--dyn-manifest" homepage="http://drobilla.net/software/lilv/" distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2" revision=1 -makedepends="pkg-config python serd-devel sord-devel sratom-devel lv2" +makedepends="pkg-config python serd-devel>=0.18.0 sord-devel +sratom-devel>=0.4.0 lv2" short_desc="Lilv is a simple yet powerful C API for using LV2 plugins." maintainer="davehome " license="ISC" -checksum=9dfe73ed20b0db8f8933e6f981a0e6502c318324301b069ad27bce8e5c793a3d +checksum=4a92b3961f1483370509200741c33e826e4205308bee09923d0fd938653fdf8b 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