guitarix2: update to 0.39.0

This commit is contained in:
Jürgen Buchmüller 2020-03-21 06:14:42 +01:00
parent 1372aec082
commit bdc8645cf7

View file

@ -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 <orphan@voidlinux.org>"
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() {
# dont 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