void-packages/srcpkgs/rubberband/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.1 KiB
Text

# Template file for 'rubberband'
pkgname=rubberband
version=1.6.0
homepage="http://www.breakfastquay.com/rubberband/"
distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2"
build_style=gnu-configure
short_desc="Time-stretching and pitch-shifting audio library"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
checksum=5bd339e3a64c7ba428f99d8890cee1de5c7165d963d085edb2e7ad357a39c896
long_desc="
Rubber Band Library is a high quality software library for audio
time-stretching and pitch-shifting. It permits you to change the tempo
and pitch of an audio stream or recording dynamically and independently
of one another."
subpackages="lib${pkgname} ${pkgname}-devel"
Add_dependency run glibc
Add_dependency run libsndfile
Add_dependency run libsamplerate
Add_dependency run libfftw
Add_dependency run libstdc++
Add_dependency run libgcc
Add_dependency run libvamp-plugin-sdk
Add_dependency build pkg-config
Add_dependency build ladspa-sdk
Add_dependency build libsamplerate-devel
Add_dependency build vamp-plugin-sdk-devel
Add_dependency build fftw-devel