[Lunar-commits] <moonbase> glew: version bump, and the notes in BUILD should be self explanatory.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Nov 8 21:58:19 CET 2008


commit 2f1fba720b5b7b1d2cbda2e1da1e8ff1360166d0
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Nov 8 15:58:19 2008 -0500

    glew: version bump, and the notes in BUILD should be self explanatory.
---
 libs/glew/BUILD   |    7 +++++++
 libs/glew/DETAILS |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/libs/glew/BUILD b/libs/glew/BUILD
index e33bb69..2ad075c 100644
--- a/libs/glew/BUILD
+++ b/libs/glew/BUILD
@@ -1,6 +1,13 @@
 (
 
+# 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 0a19fa7..9e74121 100644
--- a/libs/glew/DETAILS
+++ b/libs/glew/DETAILS
@@ -1,12 +1,12 @@
           MODULE=glew
-         VERSION=1.5.0
+         VERSION=1.5.1
           SOURCE=$MODULE-$VERSION-src.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:17fa3b2f5b72a227c5e14631c2bda3fcfd8c1663
+      SOURCE_VFY=sha1:a94113169d46487ccda1bb2fde68fa1803bdf009
         WEB_SITE=http://glew.sourceforge.net/
          ENTERED=20040627
-         UPDATED=20080105
+         UPDATED=20081107
            SHORT="The OpenGL Extension Wrangler Library"
 
 cat << EOF


More information about the Lunar-commits mailing list