New commits:
commit 788f5591a5e264d39e46fd16f47a978743df72b1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
mesalib: added symlink for proper path detection by xorg-server
diff --git a/graphics-libs/mesalib/DETAILS b/graphics-libs/mesalib/DETAILS
index 28d75cf..31ae5db 100755
--- a/graphics-libs/mesalib/DETAILS
+++ b/graphics-libs/mesalib/DETAILS
@@ -12,6 +12,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/mesalib-git
SOURCE_IGNORE=volatile
else
VERSION=7.2
+ PATCHLEVEL=1
SOURCE=MesaLib-${VERSION}.tar.bz2
SOURCE_URL[0]=${SOURCEFORGE_URL}/mesa3d/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Mesa-${VERSION}
@@ -19,17 +20,16 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Mesa-${VERSION}
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
fi
LICENSE[0]=GPL
- WEB_SITE=http://mesa3d.sourceforge.net/
+ WEB_SITE=http://www.mesa3d.org/
KEYWORDS="graphics libs"
ENTERED=20021120
SHORT="Mesa implementation of the OpenGL(TM) API"
cat << EOF
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL.* To the extent that Mesa utilizes the OpenGL command
-syntax or state machine, it is being used with authorization from
-Silicon Graphics, Inc.(SGI). However, the author does not possess an
-OpenGL license from SGI, and makes no claim that Mesa is in any way a
-compatible replacement for OpenGL or associated with SGI. Those who
-want a licensed implementation of OpenGL should contact a licensed
-vendor.
+Mesa is a 3-D graphics library with an API which is very similar to that of
+OpenGL.* To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
Inc.(SGI).
+However, the author does not possess an OpenGL license from SGI, and makes no
+claim that Mesa is in any way a compatible replacement for OpenGL or
associated
+with SGI. Those who want a licensed implementation of OpenGL should contact a
+licensed vendor.
EOF
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 6da61d5..eec16da 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,8 @@
+2008-10-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: added symlink for proper path detection by xorg-server,
+ removed useless comments
+ * DETAILS: PATCHLEVEL=1; renewed website, long desc
+
2008-10-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 7.2
Seems to still honour MESALIB_BUILD
@@ -226,4 +231,3 @@