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

David Runge dvzrv at archlinux.org
Mon Jan 6 13:26:30 UTC 2020


    Date: Monday, January 6, 2020 @ 13:26:29
  Author: dvzrv
Revision: 549732

upgpkg: bslizr 1.2.4-1: Upgrading to 1.2.4. Adding lv2lint and sord to checkdepends to run lv2lint and sord_validate in check() (and opening bug report about failing tests upstream).

Modified:
  bslizr/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-06 13:18:23 UTC (rev 549731)
+++ PKGBUILD	2020-01-06 13:26:29 UTC (rev 549732)
@@ -2,7 +2,7 @@
 
 _name=BSlizr
 pkgname=bslizr
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input signals"
 arch=('x86_64')
@@ -11,8 +11,9 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
 makedepends=('lv2')
+checkdepends=('lv2lint' 'sord')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('f3e0e7df64fe165f5510f7940fd0bf63c27c5c92675120f38cb3dc7865be3d1c95b52380cd50103fda6a8d90dea0ac57cc2dd256ace9f0bd3c9a30303b42c53e')
+sha512sums=('e08a7fa4792b2944e35884a94e22456ff18655132da11c084ec25dadba34e89c08dc187ecd256831efe514a3dc140db7cc34844f3b8f73d254deb884907ae357')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -24,6 +25,12 @@
   make PREFIX='/usr'
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  LV2_PATH="${PWD}" lv2lint "https://www.jahnichen.de/plugins/lv2/BSlizr" || echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8"
+  sord_validate "${PWD}/${_name}.lv2/"*.ttl || echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8"
+}
+
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" PREFIX='/usr' install



More information about the arch-commits mailing list