From bdc8645cf73f7257cc36fc9b2b475647a4af6f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 21 Mar 2020 06:14:42 +0100 Subject: [PATCH] guitarix2: update to 0.39.0 --- srcpkgs/guitarix2/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/guitarix2/template b/srcpkgs/guitarix2/template index 5f64a599aab..90d676554c8 100644 --- a/srcpkgs/guitarix2/template +++ b/srcpkgs/guitarix2/template @@ -1,7 +1,7 @@ # Template file for 'guitarix2' pkgname=guitarix2 -version=0.38.1 -revision=2 +version=0.39.0 +revision=1 wrksrc="guitarix-${version}" build_style=waf configure_args="--cxxflags-release=-DNDEBUG --ladspa --new-ladspa --no-faust @@ -18,7 +18,7 @@ maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://guitarix.org" distfiles="${SOURCEFORGE_SITE}/guitarix/guitarix/guitarix2-${version}.tar.xz" -checksum=00fda3e1ce1d5f1691665f9ff32bb3c9800381313d49b7c2e25618d0b3ed872f +checksum=490ff3f856282f776456b8e27366dd074d663870c0a89fccded03d854305c8da build_options="avahi bluez" desc_option_avahi="Build with avahi support" @@ -34,6 +34,6 @@ esac if [ -n "$CROSS_BUILD" ]; then post_extract() { # don’t test load the ladspa plugin when cross compiling - vsed -i "s/\(features='cxx cshlib\) test_loadable/\1/" src/ladspa/wscript + vsed -i "/features='test_loadable',/d" src/ladspa/wscript } fi