29 lines
770 B
BlitzBasic
29 lines
770 B
BlitzBasic
SUMMARY = "aubio is designed for the extraction of annotations from audio signals"
|
|
HOMEPAGE = "https://aubio.org/"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
inherit waf pkgconfig
|
|
|
|
DEPENDS += " \
|
|
jack \
|
|
ffmpeg \
|
|
libsndfile1 \
|
|
libsamplerate0 \
|
|
python3-numpy \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
https://aubio.org/pub/${BPN}-${PV}.tar.bz2 \
|
|
file://0001-do-not-build-tests.patch \
|
|
file://0002-Fix-build-for-python3-only-environments.patch \
|
|
file://0003-define_FF_API_LAVF_AVCTX_for_libavcodec_59.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "d48282ae4dab83b3dc94c16cf011bcb63835c1c02b515490e1883049c3d1f3da"
|
|
|
|
EXTRA_OECONF = " \
|
|
--prefix=${prefix} \
|
|
--sysconfdir=${sysconfdir} \
|
|
--libdir=${libdir} \
|
|
"
|