[Lunar-commits] <moonbase> glew: Version bump. Adds support for OpenGL 3.1, OpenGL 3.2 and new extensions.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Jan 23 14:29:22 CET 2010
commit 09ffad05df57dee6af0a32ee45f30776db9c85af
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 23 08:29:22 2010 -0500
glew: Version bump. Adds support for OpenGL 3.1, OpenGL 3.2 and new extensions.
---
libs/glew/BUILD | 8 --------
libs/glew/DETAILS | 9 ++++-----
2 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/libs/glew/BUILD b/libs/glew/BUILD
index 2ad075c..baa4637 100644
--- a/libs/glew/BUILD
+++ b/libs/glew/BUILD
@@ -1,13 +1,5 @@
(
-# This little sedit takes care of the borked make on some GL stuff.
- sedit "s:#undef GLAPIENTRY::" include/GL/glew.h &&
-# This little sedit gets rid of some stupid DOS CRs.
- sedit 's/.$//' Makefile config/config.guess &&
-# This little sedit I leave alone.
- sedit "s/-O2/$CFLAGS/" config/Makefile.linux &&
-
-# And this little make lets us go wee, wee all the way home.
default_make
) > $C_FIFO 2>&1
diff --git a/libs/glew/DETAILS b/libs/glew/DETAILS
index 9e74121..2cf63d4 100644
--- a/libs/glew/DETAILS
+++ b/libs/glew/DETAILS
@@ -1,12 +1,11 @@
MODULE=glew
- VERSION=1.5.1
- SOURCE=$MODULE-$VERSION-src.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ VERSION=1.5.2
+ SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:a94113169d46487ccda1bb2fde68fa1803bdf009
+ SOURCE_VFY=sha1:21fa100ff77d10f6767ef387f65de98eaaaa683f
WEB_SITE=http://glew.sourceforge.net/
ENTERED=20040627
- UPDATED=20081107
+ UPDATED=20100123
SHORT="The OpenGL Extension Wrangler Library"
cat << EOF
More information about the Lunar-commits
mailing list