Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (98da12a915814550bd30de3e6e69bed72b1a8cc9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (98da12a915814550bd30de3e6e69bed72b1a8cc9)
  • Date: Tue, 21 Apr 2009 02:16:25 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

ChangeLog | 1 +
audio-libs/openal-soft/BUILD | 1 +
audio-libs/openal-soft/CONFLICTS | 1 +
audio-libs/openal-soft/DEPENDS | 2 ++
audio-libs/openal-soft/DETAILS | 22 ++++++++++++++++++++++
audio-libs/openal-soft/HISTORY | 3 +++
6 files changed, 30 insertions(+)

New commits:
commit e4ccb573e17290aa535c93e539c5e6a21274aafc
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

audio-libs/openal-soft: new spell, up to date openal library

diff --git a/ChangeLog b/ChangeLog
index 753d086..fcafd17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2009-04-21 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* devel/libunwind: new spell required for google-perftools on
x86_64 and where -fomit-frame-pointer is used.
+ * audio-libs/openal-soft: new spell, up to date openal library

2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
* python-devel/notify-python: Added Python bindings for libnotify
diff --git a/audio-libs/openal-soft/BUILD b/audio-libs/openal-soft/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/audio-libs/openal-soft/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/audio-libs/openal-soft/CONFLICTS
b/audio-libs/openal-soft/CONFLICTS
new file mode 100755
index 0000000..106a818
--- /dev/null
+++ b/audio-libs/openal-soft/CONFLICTS
@@ -0,0 +1 @@
+conflicts openal-sample-implementation y
diff --git a/audio-libs/openal-soft/DEPENDS b/audio-libs/openal-soft/DEPENDS
new file mode 100755
index 0000000..9d72fe4
--- /dev/null
+++ b/audio-libs/openal-soft/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+depends portaudio19
diff --git a/audio-libs/openal-soft/DETAILS b/audio-libs/openal-soft/DETAILS
new file mode 100755
index 0000000..aa0372a
--- /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
diff --git a/audio-libs/openal-soft/HISTORY b/audio-libs/openal-soft/HISTORY
new file mode 100644
index 0000000..9aa6e86
--- /dev/null
+++ b/audio-libs/openal-soft/HISTORY
@@ -0,0 +1,3 @@
+2009-04-21 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DEPENDS, DETAILS, BUILD, CONFLICTS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (98da12a915814550bd30de3e6e69bed72b1a8cc9), Ethan Grammatikidis, 04/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page