summaryrefslogtreecommitdiff
path: root/extra/lilv
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-26 03:41:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-26 03:41:45 +0000
commitfd15c95b8e764eac48c00ab65ecb15cf9e582331 (patch)
treed6bbb2bac1d004662b3589c24567ad13be14b7bc /extra/lilv
parentbceed102ef20163ec69542342988b89b9ceb1fcf (diff)
Sun Jan 26 03:36:37 UTC 2014
Diffstat (limited to 'extra/lilv')
-rw-r--r--extra/lilv/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/extra/lilv/PKGBUILD b/extra/lilv/PKGBUILD
index 60ac98930..55f55ca29 100644
--- a/extra/lilv/PKGBUILD
+++ b/extra/lilv/PKGBUILD
@@ -3,27 +3,21 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=lilv
-pkgver=0.16.0
+pkgver=0.18.0
pkgrel=1
-pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications"
+pkgdesc="A C library interface to the LV2 plug-in standard"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/lilv/"
license=('custom:ISC')
-depends=('python2' 'sratom>=0.4.2' 'jack')
+depends=('python2-numpy' 'sratom>=0.4.4' 'jack')
makedepends=('swig')
-optdepends=('bash-completion: auto-complete words')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2"
- 'lilvmm.patch')
-md5sums=('12eb71f2b5b8a68e15c1c816896bcb9f'
- 'd34207f8ca3586650ad7c50284ffb3e0')
+optdepends=('bash-completion')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('1d1232ea73b239551bb4f462b414a819')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # fix UI API error
- # backport of http://dev.drobilla.net/changeset/5092
- patch -Np2 -i "$srcdir/lilvmm.patch"
-
# pick up python2 even when python3 exists
# (the build system has flaky support for python3)
export PYTHON="/usr/bin/python2"