aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDavid Demelier <markand@malikania.fr>2020-04-17 15:52:21 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-18 09:04:13 +0000
commit7d94753c99846d92a4c9656d2f7139c2d7410a53 (patch)
tree5a8cc68dc8b26856a23d2c16cd5f5f565ce53ee9 /testing
parentff795d2837fb74a0731088aa7ea8fd7fba4162fd (diff)
downloadaports-7d94753c99846d92a4c9656d2f7139c2d7410a53.tar.bz2
aports-7d94753c99846d92a4c9656d2f7139c2d7410a53.tar.xz
testing/aubio: new aport
https://aubio.org tool designed for the extraction of annotations from audio signals
Diffstat (limited to 'testing')
-rw-r--r--testing/aubio/APKBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/aubio/APKBUILD b/testing/aubio/APKBUILD
new file mode 100644
index 0000000000..b20881e7a6
--- /dev/null
+++ b/testing/aubio/APKBUILD
@@ -0,0 +1,28 @@
+# Contributor: David Demelier <markand@malikania.fr>
+# Maintainer: David Demelier <markand@malikania.fr>
+pkgname=aubio
+pkgver=0.4.7
+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="30c614f2b502b993df28d4746a99421fe0aada33c98c42ea19c271554b29b360cb4d4f6650c1b1da508da4bc341348c5944cb452f69b2bf354ca6348f84de260 aubio-0.4.7.tar.bz2"