vp-build/srcpkgs/aubio/template

32 lines
1.0 KiB
Plaintext

# 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
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 run glibc
Add_dependency run libfftw
Add_dependency run libsamplerate
Add_dependency run libaubio
Add_dependency run libsndfile
Add_dependency run libjack
Add_dependency run alsa-lib
Add_dependency build pkg-config
Add_dependency build libsamplerate-devel
Add_dependency build fftw-devel
Add_dependency build jack-devel