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

Laurent Carlier lcarlier at archlinux.org
Sat Aug 6 14:15:34 UTC 2016


    Date: Saturday, August 6, 2016 @ 14:15:34
  Author: lcarlier
Revision: 273403

upgpkg: mesa 12.0.1-7

revert FS#50240, as it regress with modesetting/intel

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 12:50:41 UTC (rev 273402)
+++ PKGBUILD	2016-08-06 14:15:34 UTC (rev 273403)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
 pkgver=12.0.1
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
              'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'llvm'
@@ -41,7 +41,8 @@
   # fix rendering in overlord series games - merged upstream
   patch -Np1 -i ../0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
   # fix https://bugs.freedesktop.org/show_bug.cgi?id=71759 / FS#50240
-  patch -Np1 -i ../0001-i965-import-prime-buffers-in-the-current-context-not.patch
+  # reverted because of it segfault X with modesetting/intel 
+  #patch -Np1 -i ../0001-i965-import-prime-buffers-in-the-current-context-not.patch
 
   autoreconf -fiv
 }



More information about the arch-commits mailing list