libaubio, bump version (#3731)

* add --notests in build and install
This commit is contained in:
Schrijvers Luc
2019-04-29 09:58:37 +02:00
committed by Jérôme Duval
parent 14c1473dd7
commit 15128e181d

View File

@@ -7,11 +7,11 @@ Its features include segmenting a sound file before each of its attacks, \
performing pitch detection, tapping the beat and producing midi streams from \ performing pitch detection, tapping the beat and producing midi streams from \
live audio." live audio."
HOMEPAGE="https://aubio.org" HOMEPAGE="https://aubio.org"
COPYRIGHT="2003-2018 Paul Brossier" COPYRIGHT="2003-2019 Paul Brossier"
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
REVISION="1" REVISION="1"
SOURCE_URI="https://aubio.org/pub/aubio-$portVersion.tar.bz2" SOURCE_URI="https://aubio.org/pub/aubio-$portVersion.tar.bz2"
CHECKSUM_SHA256="dcf7473e1e123cc7f95ae06d18cf7901d70d5d245b1adaceca4c779568f84bba" CHECKSUM_SHA256="d48282ae4dab83b3dc94c16cf011bcb63835c1c02b515490e1883049c3d1f3da"
SOURCE_DIR="aubio-$portVersion" SOURCE_DIR="aubio-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64" ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -78,12 +78,12 @@ BUILD()
echo $includeDir echo $includeDir
runConfigure --omit-buildspec ./waf configure \ runConfigure --omit-buildspec ./waf configure \
--with-target-platform=$effectiveTargetMachineTriple --with-target-platform=$effectiveTargetMachineTriple
./waf build ./waf build --notests
} }
INSTALL() INSTALL()
{ {
./waf install ./waf install --notests
prepareInstalledDevelLibs libaubio prepareInstalledDevelLibs libaubio
fixPkgconfig fixPkgconfig