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

Laurent Carlier lcarlier at nymeria.archlinux.org
Wed Mar 5 09:57:10 UTC 2014


    Date: Wednesday, March 5, 2014 @ 10:57:10
  Author: lcarlier
Revision: 206706

upgpkg: mesa 10.1.0-1

upstream update 10.1.0, enable dri3 support

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 09:42:01 UTC (rev 206705)
+++ PKGBUILD	2014-03-05 09:57:10 UTC (rev 206706)
@@ -4,16 +4,16 @@
 
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
-pkgver=10.0.3
+pkgver=10.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
-makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'libxxf86vm' 'libxdamage'
-             'libvdpau' 'wayland' 'elfutils' 'llvm' 'systemd')
+makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
+             'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 'elfutils' 'llvm' 'systemd')
 url="http://mesa3d.sourceforge.net"
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
+source=(ftp://ftp.freedesktop.org/pub/mesa/10.1/MesaLib-${pkgver}.tar.bz2
         LICENSE)
-md5sums=('5f9f463ef08129f6762106b434910adb'
+md5sums=('3ec43f79dbcd9aa2a4a27bf1f51655b6'
          '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {
@@ -42,6 +42,7 @@
     --enable-texture-float \
     --enable-xa \
     --enable-vdpau \
+    --enable-dri3
     # --help
 
   make
@@ -113,7 +114,7 @@
 
 package_mesa() {
   pkgdesc="an open-source implementation of the OpenGL specification"
-  depends=('libdrm' 'libvdpau' 'wayland' 'libxxf86vm' 'libxdamage' 'systemd' 'elfutils' 'llvm-libs')
+  depends=('libdrm' 'libvdpau' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'systemd' 'elfutils' 'llvm-libs')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   provides=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel')
   conflicts=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel')




More information about the arch-commits mailing list