[Lunar-commits] <moonbase> portaudio: new module, an optional_depends for asterisk.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Tue Apr 14 05:39:15 CEST 2009
commit 3a8835b3dcf99bf933b7a91f3f50176ab52d4e9b
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon Apr 13 23:39:15 2009 -0400
portaudio: new module, an optional_depends for asterisk.
---
audio/portaudio/DEPENDS | 3 +++
audio/portaudio/DETAILS | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/audio/portaudio/DEPENDS b/audio/portaudio/DEPENDS
new file mode 100644
index 0000000..e9bc5f0
--- /dev/null
+++ b/audio/portaudio/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends alsa-lib "--with-alsa" "--without-alsa" "for alsa audio support"
+optional_depends jack "--with-jack" "--without-jack" "for low latency audio support"
+
diff --git a/audio/portaudio/DETAILS b/audio/portaudio/DETAILS
new file mode 100644
index 0000000..5e1f2ea
--- /dev/null
+++ b/audio/portaudio/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=portaudio
+ MOD=pa_stable
+ VERSION=v19_20071207
+ SOURCE=$MOD\_$VERSION.tar.gz
+ SOURCE_URL=http://www.portaudio.com/archives/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:3841453bb7be672a15b6b632ade6f225eb0a4efc
+ WEB_SITE=http://www.portaudio.com/
+ ENTERED=20090413
+ UPDATED=20090413
+ SHORT="audio I/O library"
+
+cat << EOF
+PortAudio is a free, cross platform, open-source, audio I/O library. It lets you
+write simple audio programs in 'C' that will compile and run on many platforms
+including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is
+intended to promote the exchange of audio synthesis software between developers
+on different platforms.
+
+PortAudio provides a very simple API for recording and/or playing sound using a
+simple callback function. Example programs are included that synthesize sine
+waves and pink noise, perform fuzz distortion on a guitar, list available audio
+devices, etc.
+EOF
More information about the Lunar-commits
mailing list