summaryrefslogtreecommitdiff
path: root/repo/aubio/aubio.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/aubio/aubio.xibuild')
-rw-r--r--repo/aubio/aubio.xibuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/repo/aubio/aubio.xibuild b/repo/aubio/aubio.xibuild
new file mode 100644
index 0000000..37b298e
--- /dev/null
+++ b/repo/aubio/aubio.xibuild
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+NAME="aubio"
+DESC="tool designed for the extraction of annotations from audio signals"
+
+MAKEDEPS="ffmpeg4 fftw jack libsamplerate libsndfile python"
+
+PKG_VER=0.4.9
+SOURCE="https://aubio.org/pub/aubio-$PKG_VER.tar.bz2"
+
+ADDITIONAL="
+unversioned-python.patch
+"
+
+prepare () {
+ apply_patches
+}
+
+build() {
+ python3 waf configure --prefix=/usr
+}
+
+package() {
+ python3 waf install --destdir="$PKG_DEST"
+}
+