[arch-commits] Commit in mesa/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 31 19:03:02 UTC 2011


    Date: Tuesday, May 31, 2011 @ 15:03:01
  Author: andyrtr
Revision: 125908

upgpkg: mesa 7.10.99.git20110531-1
update snapshot; add --enable-texture-float to satifsy FS#23792

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-31 16:39:21 UTC (rev 125907)
+++ PKGBUILD	2011-05-31 19:03:01 UTC (rev 125908)
@@ -9,7 +9,7 @@
 #_git=false
 
 if [ "${_git}" = "true" ]; then
-    pkgver=7.10.99.git20110526
+    pkgver=7.10.99.git20110531
   else
     pkgver=7.10.2
 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=f7b3f40b70dc7dd602897d364011089047583c5d
-	source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-f7b3f40b70dc7dd602897d364011089047583c5d.tar.bz2')
+	# mesa git shot from mastee (will become 7.11) branch - see for state: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1246cf13bc4e301b499a95d33e0cab26655fed5
+	source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-b1246cf13bc4e301b499a95d33e0cab26655fed5.tar.bz2')
   else
 	source=(${source[@]} "ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2"
 )
@@ -30,7 +30,7 @@
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
          '3ec78f340f9387abd7a37b195e764cbf'
          '67c87b77cc2236b52a3b47dad3fbb5d4'
-         'ca2b343a0b8077fda38077c547b80fc3')
+         'c2ff7ab905adf67a5d6c8acbbf495b12')
 
 build() {
 if [ "${_git}" = "true" ]; then
@@ -63,7 +63,8 @@
     --disable-glut \
     --enable-gles1 \
     --enable-gles2 \
-    --enable-egl 
+    --enable-egl \
+    --enable-texture-float
     #    --enable-gallium-svga \
 
     # --enable-texture-float (enable floating-point textures and renderbuffers) - http://www.phoronix.com/scan.php?page=news_item&px=OTMzMg




More information about the arch-commits mailing list