abGate: update to 1.2.0

This commit is contained in:
Jürgen Buchmüller 2020-12-25 21:49:11 +01:00
parent 35a9029e71
commit b4267493a3
1 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'abGate'
pkgname=abGate
version=1.1.9
version=1.2.0
revision=1
build_style=gnu-makefile
build_helper=qmake
@ -11,13 +11,10 @@ short_desc="LV2 Noise Gate plugin"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="http://abgate.sourceforge.net/"
distfiles="https://github.com/antanasbruzas/abGate/archive/v${version}.tar.gz"
checksum=898b50cce44dffedd82ec0e6d6d043a9d26534fbf07898d099575ea4c1057721
distfiles="https://github.com/antanasbruzas/abGate/archive/v${version}.tar.gz>${pkgname}-${versiont}.tar.gz"
checksum=ebee1cc545b088bf6e5989c114e7e34fa9f21ac7fdb1eee3fd067bcf98703b86
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel"
fi
pre_build() {
vsed -i -e 's/g++/$(CXX)/' Makefile
}
CXXFLAGS="-fPIC"