[Lunar-commits] <moonbase> mesa-lib: version bump, 7.4
Samuel
samuel.verstraete at gmail.com
Fri Dec 4 02:30:23 CET 2009
commit f9530bc7e6ba832dd2296c8b59a3ebf5145deb71
Author: Samuel <samuel.verstraete at gmail.com>
Date: Wed Apr 1 07:21:08 2009 +0200
mesa-lib: version bump, 7.4
---
xorg7/mesa-lib/BUILD | 2 +-
xorg7/mesa-lib/CONFIGURE | 6 +-----
xorg7/mesa-lib/DETAILS | 10 +++++-----
3 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/xorg7/mesa-lib/BUILD b/xorg7/mesa-lib/BUILD
index 58a78dd..cd7e7a9 100644
--- a/xorg7/mesa-lib/BUILD
+++ b/xorg7/mesa-lib/BUILD
@@ -8,7 +8,7 @@
make &&
make install
- install -v -m644 include/GLView.h /usr/include/ &&
+# install -v -m644 include/GLView.h /usr/include/ &&
install -v -m755 progs/xdemos/glxinfo progs/xdemos/glxgears /usr/bin
) > $C_FIFO 2>&1
diff --git a/xorg7/mesa-lib/CONFIGURE b/xorg7/mesa-lib/CONFIGURE
index 2d1a6ad..f4bb4d2 100644
--- a/xorg7/mesa-lib/CONFIGURE
+++ b/xorg7/mesa-lib/CONFIGURE
@@ -2,10 +2,6 @@ SUPPORTED_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v savage si
make_drivers_checklist() {
- # Execute the modified supported locales file to get a list of
- # supported variables in the $SUPPORTED_LOCALES variable
- # . $SUPPORTED_DRIVERS &&
-
# For each locale, extract name, title and charmap information
for driver in $SUPPORTED_DRIVERS; do
title=$driver
@@ -32,7 +28,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then
message "Selecting drivers is optional"
fi
- if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then
+ if query "Would you like to select drivers? (if not selected, all drivers will be installed)" y; then
unpack_localedata
MESADRIVER=`select_drivers`
diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS
index 57ba101..8677788 100644
--- a/xorg7/mesa-lib/DETAILS
+++ b/xorg7/mesa-lib/DETAILS
@@ -1,5 +1,5 @@
MODULE=mesa-lib
- VERSION=7.2
+ VERSION=7.4
SOURCE=MesaLib-$VERSION.tar.bz2
SOURCE2=MesaDemos-$VERSION.tar.bz2
SOURCE3=MesaGLUT-$VERSION.tar.bz2
@@ -7,12 +7,12 @@
SOURCE_URL=$SFORGE_URL/mesa3d/
SOURCE2_URL=$SFORGE_URL/mesa3d/
SOURCE3_URL=$SFORGE_URL/mesa3d/
- SOURCE_VFY=sha1:a6dce814cc56a562890ab79cf4e205f62459a29c
- SOURCE2_VFY=sha1:3d7b9b3ee84ed3637849f7598faf3d60c5a2a9fd
- SOURCE3_VFY=sha1:2d969fc8214622b93bcc594c36e56bb573678d05
+ SOURCE_VFY=sha1:66b5fe185e63706ee2a76e247fd982fdf13972e2
+ SOURCE2_VFY=sha1:d57c792e05fe5347ff8600f8aab078fe047a4035
+ SOURCE3_VFY=sha1:91a405b23b0b848325cc11fbffc0f62008d2a9a7
WEB_SITE=http://www.mesa3d.org
ENTERED=20060215
- UPDATED=20080921
+ UPDATED=20090331
PSAFE="no"
SHORT="Mesa 3D library"
More information about the Lunar-commits
mailing list