summaryrefslogtreecommitdiffstats
path: root/audio-libs/openal-soft/DETAILS
diff options
context:
space:
mode:
authorEthan Grammatikidis2009-04-21 08:17:52 +0100
committerEthan Grammatikidis2009-04-21 08:17:52 +0100
commite4ccb573e17290aa535c93e539c5e6a21274aafc (patch)
tree81b1f1841fed8d186b5bfd3bd3f175f344c20651 /audio-libs/openal-soft/DETAILS
parenta02237dfb2ef1e9d9c7e509c4836553db01e8123 (diff)
audio-libs/openal-soft: new spell, up to date openal library
Diffstat (limited to 'audio-libs/openal-soft/DETAILS')
-rwxr-xr-xaudio-libs/openal-soft/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio-libs/openal-soft/DETAILS b/audio-libs/openal-soft/DETAILS
new file mode 100755
index 0000000000..aa0372a763
--- /dev/null
+++ b/audio-libs/openal-soft/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=openal-soft
+ VERSION=1.7.411
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://kcat.strangesoft.net/openal-releases/${SOURCE}
+ SOURCE_HASH=sha512:4fd9fa9702c20e3eb307f7e42affa6a80265f01f4611f46c76b2386a8c57df2466557af1f790ba370f7fb1e76f16e384c08bb520af8df7e33f35a5972941227c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://kcat.strangesoft.net/openal.html"
+ LICENSE[0]=foomatic
+ ENTERED=20090421
+ SHORT="software implementation of the OpenAL 3D audio API."
+cat << EOF
+OpenAL Soft is a cross-platform software implementation of the OpenAL 3D
+audio API. It's built off of the open-sourced Windows version available
+originally from the SVN repository at openal.org.
+
+OpenAL provides capabilities for playing audio in a virtual 3d
+environment. Distance attenuation, doppler shift, and directional sound
+emitters are among the features handled by the API. More advanced effects,
+including air absorption, low-pass filters, and reverb, are available through
+the EFX extension. It also facilitates streaming audio, multi-channel buffers,
+and audio capture.
+EOF