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

David Runge dvzrv at archlinux.org
Tue Jan 19 13:43:32 UTC 2021


    Date: Tuesday, January 19, 2021 @ 13:43:31
  Author: dvzrv
Revision: 823696

upgpkg: lsp-plugins 1.1.29-1: Upgrade to 1.1.29.

Add upstream patch to fix a problem with a test.

Modified:
  lsp-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-19 13:21:53 UTC (rev 823695)
+++ PKGBUILD	2021-01-19 13:43:31 UTC (rev 823696)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=lsp-plugins
-pkgver=1.1.28
+pkgver=1.1.29
 pkgrel=1
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
@@ -15,10 +15,20 @@
             'lv2-host: for LV2 plugins'
             'vst-host: for VST plugins')
 checkdepends=('lv2lint')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sadko4u/${pkgname}/archive/${pkgver}/${pkgver}.tar.gz")
-sha512sums=('c620f6a0f822bd8abf12a32bf30bc833c22d62c6fd18d1bc77221b082a4b9cb4bf13e1fc22d8aab3699d953530d8c1441140ea79a02609d140db65dd1a4b9f4f')
-b2sums=('e9fc5569834d7bc07df4d561663ce513aaed902718315bb9cf34bfcd8b31e8f0c699c3c5f42383b46cafd338e31fac611be7956b6ddbeac97fa12a36a045c302')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sadko4u/${pkgname}/archive/${pkgver}/${pkgver}.tar.gz"
+        "${pkgname}-1.1.29-fix_tests.patch::https://github.com/sadko4u/lsp-plugins/commit/e4d9578d222d42c54e9928db4866e749bafe1edd.patch"
+)
+sha512sums=('b8c3804ad583322bce414d6beb079afa5b98a111126bb4507642376fcf1f82b31525b4959c6388b02cc1d14e0ec25de3596794895f2860f492a5fbf87f6e88b7'
+            '98f1e8dee538c47169500af304f43a23b50728264472b858fe87970868737e3931c7b942f43ba5181204cbe67219ca7c3c827619a3f6bf29733aed7c04b0af86')
+b2sums=('6fa6943d8cdf3aedc9f671c64b433ffd5c4f6c7ca14f6a75578300240971e7c9e8546b9a7df7a13b8cd6e0844724c064daa7e249aba70636f47a622e73ed264a'
+        '28bb4aa47b3a369254d789de522f4ff9f3fc2d1d6b24e3801f07c95000aa8dde3a0637e52aa9e456984889d94bb5f25dddbd4f81dbeb9f061d89124808ec811d')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fix broken test: https://github.com/sadko4u/lsp-plugins/issues/179
+  patch -Np1 -i ../"${pkgname}-1.1.29-fix_tests.patch"
+}
+
 build() {
   cd "$pkgname-$pkgver"
   make
@@ -63,8 +73,10 @@
   'spectrum_analyzer_x2' 'spectrum_analyzer_x4' 'spectrum_analyzer_x8'
   'surge_filter_mono' 'surge_filter_stereo' 'trigger_midi_mono'
   'trigger_midi_stereo' 'trigger_mono' 'trigger_stereo')
+
   cd "$pkgname-$pkgver"
   ./.test/lsp-plugins-test utest --nofork --debug --verbose
+
   mkdir -vp test/usr/bin
   make PREFIX='/usr' \
        DESTDIR="test" \



More information about the arch-commits mailing list