summaryrefslogtreecommitdiffstats
path: root/audio-libs/portaudio19/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/portaudio19/DETAILS')
-rwxr-xr-xaudio-libs/portaudio19/DETAILS40
1 files changed, 40 insertions, 0 deletions
diff --git a/audio-libs/portaudio19/DETAILS b/audio-libs/portaudio19/DETAILS
new file mode 100755
index 0000000000..8dd56ccaa5
--- /dev/null
+++ b/audio-libs/portaudio19/DETAILS
@@ -0,0 +1,40 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=portaudio19
+case ${PORTAUDIO19_BRANCH} in
+ scm)
+ VERSION=$(get_scm_version)
+# SOURCE_URL=svn://www.portaudio.com/repos/portaudio/branches/v19-devel
+ SOURCE=${SPELL}_cvs.tar.bz2
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
+;;
+ snapshot)
+ VERSION=snapshot_v19
+ SOURCE=pa_$VERSION.tar.gz
+ SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
+;;
+ *)
+ VERSION=stable_v190600_20161030
+ SOURCE=pa_${VERSION}.tgz
+ SOURCE_HASH=sha512:7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c
+ SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
+;;
+esac
+ WEB_SITE=http://www.portaudio.com
+ ENTERED=20060725
+ LICENSE[0]=http://www.portaudio.com/license.html
+ KEYWORDS="drivers audio"
+ SHORT="PortAudio is a free, cross platform, open-source, 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, and was recently selected as the audio component of a
+larger PortMusic project that includes MIDI and sound file support.
+EOF