[Lunar-commits] r20513 - in moonbase/trunk: audio audio/openal games/SimGear games/epiar graphics/blender x11-apps/rss-glx zbeta
Auke Kok
sofar at lunar-linux.org
Thu Jun 22 16:10:44 UTC 2006
Author: sofar
Date: 2006-06-22 16:10:43 +0000 (Thu, 22 Jun 2006)
New Revision: 20513
Added:
moonbase/trunk/audio/openal/
Removed:
moonbase/trunk/audio/openal/BUILD
moonbase/trunk/zbeta/openal-cvs/
Modified:
moonbase/trunk/audio/openal/DETAILS
moonbase/trunk/games/SimGear/DEPENDS
moonbase/trunk/games/epiar/DEPENDS
moonbase/trunk/graphics/blender/DEPENDS
moonbase/trunk/x11-apps/rss-glx/DEPENDS
Log:
Replace zbeta/openal-cvs with audio/openal. Also replaces all dependencies. I kept the history of openal-cvs in openal by moving it. The BUILD no longer is needed.
Copied: moonbase/trunk/audio/openal (from rev 20512, moonbase/trunk/zbeta/openal-cvs)
Deleted: moonbase/trunk/audio/openal/BUILD
Modified: moonbase/trunk/audio/openal/DETAILS
===================================================================
--- moonbase/trunk/zbeta/openal-cvs/DETAILS 2006-06-22 14:27:11 UTC (rev 20512)
+++ moonbase/trunk/audio/openal/DETAILS 2006-06-22 16:10:43 UTC (rev 20513)
@@ -1,11 +1,23 @@
- MODULE=openal-cvs
- VERSION=beta
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=cvs://:pserver:guest:guest@opensource.creative.com:/usr/local/cvs-repository:portable
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/portable
+ MODULE=openal
+ VERSION=0.0.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.openal.org/openal_webstf/downloads/
WEB_SITE=http://www.openal.org/
- ENTERED=20030129
- UPDATED=`date -u +%Y%m%d`
- SHORT="OpenAL is an Audio Library"
+ ENTERED=20030129
+ UPDATED=20060622
+ SHORT="3D Audio Library"
cat << EOF
+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
+that are heard by a single listener somewhere in that space. The basic
+OpenAL objects are a Listener, a Source, and a Buffer. There can be a
+large number of Buffers, which contain audio data. Each buffer can be
+attached to one or more Sources, which represent points in 3D space
+which are emitting audio. There is always one Listener object (per
+audio context), which represents the position where the sources are
+heard -- rendering is done from the perspective of the Listener.
+
+OpenAl was developed by Loki specifically for 3D gaming purposes.
EOF
Modified: moonbase/trunk/games/SimGear/DEPENDS
===================================================================
--- moonbase/trunk/games/SimGear/DEPENDS 2006-06-22 14:27:11 UTC (rev 20512)
+++ moonbase/trunk/games/SimGear/DEPENDS 2006-06-22 16:10:43 UTC (rev 20513)
@@ -1,3 +1,3 @@
depends plib &&
depends metakit &&
-depends openal-cvs
+depends openal
Modified: moonbase/trunk/games/epiar/DEPENDS
===================================================================
--- moonbase/trunk/games/epiar/DEPENDS 2006-06-22 14:27:11 UTC (rev 20512)
+++ moonbase/trunk/games/epiar/DEPENDS 2006-06-22 16:10:43 UTC (rev 20513)
@@ -1,5 +1,5 @@
depends SDL_ttf &&
depends SDL_image &&
depends libvorbis &&
-depends openal-cvs &&
+depends openal &&
depends unzip
Modified: moonbase/trunk/graphics/blender/DEPENDS
===================================================================
--- moonbase/trunk/graphics/blender/DEPENDS 2006-06-22 14:27:11 UTC (rev 20512)
+++ moonbase/trunk/graphics/blender/DEPENDS 2006-06-22 16:10:43 UTC (rev 20513)
@@ -2,7 +2,7 @@
depends jpeg &&
depends Python &&
depends scons &&
-depends openal-cvs &&
+depends openal &&
optional_depends libogg \
"" \
Modified: moonbase/trunk/x11-apps/rss-glx/DEPENDS
===================================================================
--- moonbase/trunk/x11-apps/rss-glx/DEPENDS 2006-06-22 14:27:11 UTC (rev 20512)
+++ moonbase/trunk/x11-apps/rss-glx/DEPENDS 2006-06-22 16:10:43 UTC (rev 20513)
@@ -1,5 +1,5 @@
depends %XSCREENSAVER &&
depends ImageMagick &&
-optional_depends "openal-cvs" "--enable-sound" "--disable-sound" \
+optional_depends "openal" "--enable-sound" "--disable-sound" \
"for sound support in some hacks"
More information about the Lunar-commits
mailing list