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

David Runge dvzrv at archlinux.org
Sat Jul 13 09:37:19 UTC 2019


    Date: Saturday, July 13, 2019 @ 09:37:18
  Author: dvzrv
Revision: 489348

upgpkg: lv2 1.16.0-2

Patching lv2_validate, as it otherwise (wrongly) fails on validating lv2 plugins.

Modified:
  lv2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 05:16:25 UTC (rev 489347)
+++ PKGBUILD	2019-07-13 09:37:18 UTC (rev 489348)
@@ -3,7 +3,7 @@
 
 pkgname=lv2
 pkgver=1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin standard for audio systems"
 url="http://lv2plug.in/"
 license=('LGPL' 'custom')
@@ -14,11 +14,18 @@
             'gtk2: Example scope and sampler'
             'python-pygments: Documentation generator script'
             'python-rdflib: Documentation generator script')
-source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+        "lv2-1.16.0-fix_lv2_validate.patch::https://gitlab.com/lv2/lv2/commit/2dd45ffd8d19491407bc9f9e0b395fbdefaaacf0.patch")
 sha512sums=('ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c'
-            'SKIP')
+            'SKIP'
+            '850518c8cc0c12d0aaf6693e7c0fda0aba84d6e660bd04c389238a9889ecfcbdb990ac7db708e2cfd16c96a92b56312bf9c3d3616514e5d5ea5e92bfa88249a5')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d at drobilla.net>
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "../lv2-1.16.0-fix_lv2_validate.patch"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   python waf configure --prefix=/usr \



More information about the arch-commits mailing list