# Maintainer: Lone_Wolf # Contributor: Armin K. # Contributor: Kristian Klausen # Contributor: Egon Ashrafinia # Contributor: Tavian Barnes # Contributor: Jan de Groot # Contributor: Andreas Radke # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Antti "Tera" Oja # Contributor: Diego Jose pkgbase=lib32-mesa-git pkgname=('lib32-mesa-git' 'lib32-mesa-libgl-git') pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgver=17.1.0_devel.89730.3d253d330a pkgrel=1 arch=('x86_64') makedepends=('python2-mako' 'lib32-libxml2' 'lib32-libx11' 'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto' 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 'gcc-multilib' 'lib32-libvdpau' 'lib32-wayland' 'lib32-libelf' 'lib32-llvm-svn' 'git' 'lib32-libtxc_dxtn' 'lib32-libgcrypt' 'lib32-systemd' 'mesa-git' 'lib32-llvm-libs-svn') url="http://mesa3d.sourceforge.net" license=('custom') source=('mesa::git+https://anongit.freedesktop.org/git/mesa/mesa.git' 'LICENSE' 'disable-pthread-stubs-on-linux.patch' ) sha512sums=('SKIP' '25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2' '1a8ffbc194a8264ae08cad7b886ec87cd331047f35272fdcb11901ddb0c6f64e2cd69af946e01254c9df8fe881ad1e42162202e1bc38db97aaf294313fb0f9ce' ) prepare() { cd mesa # pthread-stubs is useless on linux patch -Np1 -i "$srcdir"/disable-pthread-stubs-on-linux.patch } pkgver() { cd mesa read -r _ver