24 lines
838 B
Text
24 lines
838 B
Text
# Template file for 'aubio'
|
|
pkgname=aubio
|
|
version=0.3.2
|
|
homepage="http://aubio.org"
|
|
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
|
|
build_style=gnu-configure
|
|
revision=2
|
|
short_desc="A library for audio labelling"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-2"
|
|
checksum=dc1387b048610a6141f523c27314b7a60bd299c3d6789c372445ddc6511512cd
|
|
long_desc="
|
|
aubio is a tool designed for the extraction of annotations from audio signals.
|
|
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."
|
|
|
|
subpackages="lib${pkgname} ${pkgname}-devel"
|
|
|
|
# XXX lash, pure and swig support.
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libsamplerate-devel
|
|
Add_dependency build fftw-devel
|
|
Add_dependency build jack-devel
|