# Contributor: David Demelier # Maintainer: David Demelier pkgname=aubio pkgver=0.4.8 pkgrel=0 pkgdesc="tool designed for the extraction of annotations from audio signals" url="https://aubio.org" arch="all" license="GPL-3.0-or-later" makedepends="ffmpeg-dev fftw-dev jack-dev libsamplerate-dev libsndfile-dev python3" subpackages="$pkgname-static $pkgname-dev" source="https://aubio.org/pub/aubio-$pkgver.tar.bz2" options="!check" # No tests build() { python3 waf configure --prefix=/usr } package() { python3 waf install --destdir="$pkgdir" } sha512sums="e58b32beda36865a5243ec7ed4647cf96e3652a25fd319fc697c08f93487f895070dc66b830700b40b879220c2e3a53b8cdc255ce2e34770ba5e34b36a4f51b4 aubio-0.4.8.tar.bz2"