mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
guitarix2: update to 0.39.0
This commit is contained in:
parent
1372aec082
commit
bdc8645cf7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'guitarix2'
|
# Template file for 'guitarix2'
|
||||||
pkgname=guitarix2
|
pkgname=guitarix2
|
||||||
version=0.38.1
|
version=0.39.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="guitarix-${version}"
|
wrksrc="guitarix-${version}"
|
||||||
build_style=waf
|
build_style=waf
|
||||||
configure_args="--cxxflags-release=-DNDEBUG --ladspa --new-ladspa --no-faust
|
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"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://guitarix.org"
|
homepage="http://guitarix.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/guitarix/guitarix/guitarix2-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/guitarix/guitarix/guitarix2-${version}.tar.xz"
|
||||||
checksum=00fda3e1ce1d5f1691665f9ff32bb3c9800381313d49b7c2e25618d0b3ed872f
|
checksum=490ff3f856282f776456b8e27366dd074d663870c0a89fccded03d854305c8da
|
||||||
|
|
||||||
build_options="avahi bluez"
|
build_options="avahi bluez"
|
||||||
desc_option_avahi="Build with avahi support"
|
desc_option_avahi="Build with avahi support"
|
||||||
|
@ -34,6 +34,6 @@ esac
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# don’t test load the ladspa plugin when cross compiling
|
# 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
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue