33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
# Template file for 'portaudio'
|
|
pkgname=portaudio
|
|
version=19.20110326
|
|
wrksrc=portaudio
|
|
distfiles="http://www.${pkgname}.com/archives/pa_stable_v19_20110326.tgz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-cxx"
|
|
homepage="http://www.portaudio.com"
|
|
license="PA, GPL"
|
|
short_desc="Portable cross-platform audio i/o library"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
checksum=328a89adc42c66840641d2d557d01e8bd9e6be32e12d3802e3b638e0791de540
|
|
long_desc="
|
|
PortAudio is a free, cross-platform, open-source, audio I/O library. It lets
|
|
you write simple audio programs in C or C++ that will compile and run on many
|
|
platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is
|
|
intended to promote the exchange of audio software between developers on
|
|
different platforms."
|
|
|
|
disable_parallel_build=yes
|
|
subpackages="$pkgname-devel ${pkgname}cpp ${pkgname}cpp-devel"
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run libstdc++
|
|
Add_dependency run libgcc
|
|
Add_dependency run alsa-lib
|
|
Add_dependency run libjack
|
|
|
|
Add_dependency build glibc-devel
|
|
Add_dependency build libstdc++-devel
|
|
Add_dependency build alsa-lib-devel
|
|
Add_dependency build jack-devel
|
|
|