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

View file

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