Date: Wednesday, September 16, 2020 @ 10:15:08 Author: dvzrv Revision: 707377
upgpkg: lsp-plugins 1.1.26-1: Upgrade to 1.1.26. Add further plugins to the lv2lint check. Remove fallbacks for tests, as they are fixed now. Modified: lsp-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-16 09:11:22 UTC (rev 707376) +++ PKGBUILD 2020-09-16 10:15:08 UTC (rev 707377) @@ -1,7 +1,7 @@ # Maintainer: David Runge <[email protected]> pkgname=lsp-plugins -pkgver=1.1.24 +pkgver=1.1.26 pkgrel=1 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" arch=('x86_64') @@ -13,8 +13,8 @@ optdepends=('jack: for standalone applications') checkdepends=('lv2lint') source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz") -sha512sums=('20a82594aec51877255ca2808b6c8af03fcfc2f393fdbc6ae6826dd0da17c4a5cb14f02658c1f102600477d7d4d4fc9e24ee3c6a6ef704afc443499a43bd65ec') -b2sums=('3d623d4a5b21f2b4dbd7263805b50c9cd9bf19733aeab774983d7a79695015d1e30201f3de46dde950adadcced347f878a272c1c3da9c5f0721c6effda05d9b4') +sha512sums=('5c3acbd148669bba9f8e42e7a35b9bce479f9919d0b1b89f4d70e99453b4e532e9a0675eb79b445a102d29027d5141fd5b6cc4123f2b2303cfe1f6fe370064be') +b2sums=('3cba739c024180638a64f01edc2ac462bccd75ec3dfbf8399cae125e7db00889be11116a09a4db468405efc0e57770bc1d15900dbda6ef150975f5a8407772f1') prepare() { mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver" @@ -31,7 +31,8 @@ local _lv2_uri="http://lsp-plug.in/plugins/lv2/" local _lv2_plugins=('comp_delay_mono' 'comp_delay_stereo' 'comp_delay_x2_stereo' 'compressor_lr' 'compressor_mono' 'compressor_ms' - 'compressor_stereo' 'dyna_processor_lr' 'dyna_processor_mono' + 'compressor_stereo' 'crossover_lr' 'crossover_mono' 'crossover_ms' + 'crossover_stereo' 'dyna_processor_lr' 'dyna_processor_mono' 'dyna_processor_ms' 'dyna_processor_stereo' 'expander_lr' 'expander_mono' 'expander_ms' 'expander_stereo' 'gate_lr' 'gate_mono' 'gate_ms' 'gate_stereo' 'graph_equalizer_x16_lr' 'graph_equalizer_x16_mono' 'graph_equalizer_x16_ms' @@ -64,15 +65,13 @@ '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 \ - || echo "Flaky unit test: https://github.com/sadko4u/lsp-plugins/issues/129" + ./.test/lsp-plugins-test utest --nofork --debug --verbose mkdir -vp test/usr/bin make PREFIX='/usr' \ DESTDIR="test" \ install_lv2 for _plugin in "${_lv2_plugins[@]}"; do - lv2lint -Mpack -I "test/usr/lib/lv2/${pkgname}.lv2/" "${_lv2_uri}${_plugin}" \ - || echo "Known to fail: https://github.com/sadko4u/lsp-plugins/issues/128" + lv2lint -Mpack -I "test/usr/lib/lv2/${pkgname}.lv2/" "${_lv2_uri}${_plugin}" done }
