[Lunar-commits] <moonbase> openal: updated to version 1.7.411

Duncan Gibson engelsman at lunar-linux.org
Sat Mar 21 20:14:22 CET 2009


commit 903e477486bfc87afa1ae2792bcd5f01f95efddc
Author: Paul Bredbury <brebs at sent.com>
Date:   Sat Mar 21 20:14:22 2009 +0100

    openal: updated to version 1.7.411
    
    Am creating a minimalist /etc/openal/alsoft.conf because
    /usr/share/doc/openal/alsoftrc.sample contains badly-formatted
    comments, resulting in lots of warnings, e.g.:
    
    AL lib: alcConfig.c:146: config parse error: option without a value
---
 audio/openal/BUILD   |    4 +++-
 audio/openal/DETAILS |   11 ++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/audio/openal/BUILD b/audio/openal/BUILD
index ea16a68..ce51361 100644
--- a/audio/openal/BUILD
+++ b/audio/openal/BUILD
@@ -4,6 +4,8 @@
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
   default_build &&
   mkdir -p /etc/openal &&
-  install -m644 ../alsoftrc.sample /etc/openal/alsoft.conf
+  if [ ! -e /etc/openal/alsoft.conf ] ; then
+    echo "format = AL_FORMAT_STEREO16" > /etc/openal/alsoft.conf
+  fi
 
 ) > $C_FIFO 2>&1
diff --git a/audio/openal/DETAILS b/audio/openal/DETAILS
index deb2295..754bc5d 100644
--- a/audio/openal/DETAILS
+++ b/audio/openal/DETAILS
@@ -1,15 +1,16 @@
           MODULE=openal
-         VERSION=1.6.372
+         VERSION=1.7.411
           SOURCE=$MODULE-soft-$VERSION.tar.bz2
-      SOURCE_URL=http://connect.creativelabs.com/openal/Downloads/
-      SOURCE_VFY=sha1:4369709733481e9b7270265bab543c1c8373f44a
+      SOURCE_URL=http://kcat.strangesoft.net/openal-releases/
+      SOURCE_VFY=sha1:b43085f176a29746aba7cef54d362a023f4deed1
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/openal-soft-$VERSION
         WEB_SITE=http://www.openal.org/
          ENTERED=20030129
-         UPDATED=20081203
+         UPDATED=20090315
            SHORT="3D Audio Library"
+
 cat << EOF
-OpenAL is a cross-platform 3D audio API appropriate for use with
+OpenAL is a cross-platform 3D audio API, appropriate for use with
 gaming applications and many other types of audio applications.
 
 The library models a collection of audio sources moving in a 3D space


More information about the Lunar-commits mailing list