void-packages/srcpkgs/aubio/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

31 lines
1 KiB
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
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