void-packages/srcpkgs/libsamplerate/template
Juan RP 8f263f629a Added libsamplerate-0.1.7 build template.
--HG--
extra : convert_revision : b8c1fc40e2f8f40f54786140b0c3081bbca3e3ff
2009-12-22 21:33:22 +01:00

23 lines
941 B
Plaintext

# Template file for 'libsamplerate'
pkgname=libsamplerate
version=0.1.7
distfiles="http://www.mega-nerd.com/SRC/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Sample Rate Converter for audio"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e0a646224a0323ac63f56ef009b2d7fee11452a7b8af139b19ae71d2890dbc9c
long_desc="
One example of where such a thing would be useful is converting audio from
the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.
SRC is capable of arbitrary and time varying conversions; from downsampling
by a factor of 256 to upsampling by the same factor. Arbitrary in this case
means that the ratio of input and output sample rates can be an irrational
number. The conversion ratio can also vary with time for speeding up and
slowing down effects."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libsndfile
Add_dependency build libsndfile-devel