Date: Thursday, June 16, 2011 @ 12:50:52
  Author: andyrtr
Revision: 127571

upgpkg: mesa 7.10.99.git20110616-1
update snapshot; build with --enable-shared-dricore , shrinks *-dri package size

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-06-16 15:50:55 UTC (rev 127570)
+++ PKGBUILD    2011-06-16 16:50:52 UTC (rev 127571)
@@ -5,11 +5,11 @@
 pkgbase=mesa
 pkgname=('mesa' 'libgl' 'libgles' 'libegl' 'ati-dri' 'intel-dri' 
'unichrome-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 
'tdfx-dri' 'nouveau-dri') # 'llvm-dri')
 
-#_git=true
-_git=false
+_git=true
+#_git=false
 
 if [ "${_git}" = "true" ]; then
-    pkgver=7.10.99.git20110612
+    pkgver=7.10.99.git20110616
   else
     pkgver=7.10.3
 fi
@@ -21,8 +21,8 @@
 license=('custom')
 source=(LICENSE gnome-shell-shader-fix.patch nouveau-fix-header.patch)
 if [ "${_git}" = "true" ]; then
-       # mesa git shot from mastee (will become 7.11) branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a00dd974699e369b1eb292103fbde8bc6adfb87
-       source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-9a00dd974699e369b1eb292103fbde8bc6adfb87.tar.bz2')
+       # mesa git shot from mastee (will become 7.11) branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc8c4a3a7b92a1134cd3a9312063abba9e14b0fe
+       source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-fc8c4a3a7b92a1134cd3a9312063abba9e14b0fe.tar.bz2')
   else
        source=(${source[@]} 
"ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.zip";
 )
@@ -30,7 +30,7 @@
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
          '3ec78f340f9387abd7a37b195e764cbf'
          '67c87b77cc2236b52a3b47dad3fbb5d4'
-         '614d063ecd170940d9ae7b355d365d59')
+         'f9cf11f9fd8f5d2092536fc48fad922f')
 
 build() {
 if [ "${_git}" = "true" ]; then
@@ -64,13 +64,13 @@
     --enable-gles1 \
     --enable-gles2 \
     --enable-egl \
-    --enable-texture-float
+    --enable-texture-float \
+    --enable-shared-dricore
+    
     #    --enable-gallium-svga \
 
-    # --enable-texture-float (enable floating-point textures and 
renderbuffers) - http://www.phoronix.com/scan.php?page=news_item&px=OTMzMg
-    #The source code to implement ARB_texture_float extension is included and 
can be toggled on at compile time only by those who purchased a license from 
SGI, or are in a country where the patent does not apply.
-
-    #--enable-shared-dricore - http://bugs.gentoo.org/show_bug.cgi?id=357177
+    #--enable-shared-dricore - link DRI modules with shared core DRI 
routines[default=disabled]  http://bugs.gentoo.org/show_bug.cgi?id=357177
+    #--enable-shared-glapi EXPERIMENTAL. Enable shared glapi for 
OpenGL[default=no]
     
   else
     ./configure --prefix=/usr \

Reply via email to