mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
committed by
Jérôme Duval
parent
14c1473dd7
commit
15128e181d
@@ -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 \
|
||||
live audio."
|
||||
HOMEPAGE="https://aubio.org"
|
||||
COPYRIGHT="2003-2018 Paul Brossier"
|
||||
COPYRIGHT="2003-2019 Paul Brossier"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://aubio.org/pub/aubio-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="dcf7473e1e123cc7f95ae06d18cf7901d70d5d245b1adaceca4c779568f84bba"
|
||||
CHECKSUM_SHA256="d48282ae4dab83b3dc94c16cf011bcb63835c1c02b515490e1883049c3d1f3da"
|
||||
SOURCE_DIR="aubio-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -78,12 +78,12 @@ BUILD()
|
||||
echo $includeDir
|
||||
runConfigure --omit-buildspec ./waf configure \
|
||||
--with-target-platform=$effectiveTargetMachineTriple
|
||||
./waf build
|
||||
./waf build --notests
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
./waf install
|
||||
./waf install --notests
|
||||
|
||||
prepareInstalledDevelLibs libaubio
|
||||
fixPkgconfig
|
||||
Reference in New Issue
Block a user