[arch-commits] Commit in lilv/trunk (PKGBUILD)

Ray Rashif schiv at nymeria.archlinux.org
Sat Jan 18 18:48:06 UTC 2014


    Date: Saturday, January 18, 2014 @ 19:48:06
  Author: schiv
Revision: 204385

upgpkg: lilv 0.18.0-1

upstream release

Modified:
  lilv/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-18 18:43:48 UTC (rev 204384)
+++ PKGBUILD	2014-01-18 18:48:06 UTC (rev 204385)
@@ -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"




More information about the arch-commits mailing list