summaryrefslogtreecommitdiff
path: root/testing/mesa/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mesa/PKGBUILD')
-rw-r--r--testing/mesa/PKGBUILD18
1 files changed, 11 insertions, 7 deletions
diff --git a/testing/mesa/PKGBUILD b/testing/mesa/PKGBUILD
index d4516ea73..22bb0c339 100644
--- a/testing/mesa/PKGBUILD
+++ b/testing/mesa/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 168203 2012-10-06 20:05:41Z andyrtr $
+# $Id: PKGBUILD 168375 2012-10-09 16:09:24Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=mesa
pkgname=('libglapi' 'libgl' 'mesa' 'osmesa' 'libgbm' 'libgles' 'libegl' 'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri' 'nouveau-dri')
-_git=true
-_gitdate=20121006
-#_git=false
+#_git=true
+#_gitdate=20121006
+_git=false
if [ "${_git}" = "true" ]; then
pkgver=8.99.git_$_gitdate
else
- pkgver=8.0.4
+ pkgver=9.0
fi
pkgrel=1
arch=('i686' 'x86_64')
@@ -21,7 +21,8 @@ makedepends=('glproto>=1.4.16' 'libdrm>=2.4.39' 'libxxf86vm>=1.1.2' 'libxdamage>
url="http://mesa3d.sourceforge.net"
license=('custom')
options=('!libtool')
-source=(LICENSE)
+source=(LICENSE
+ git_fixes.diff)
if [ "${_git}" = "true" ]; then
# mesa git shot from 9.0 branch - see for state: http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0
#source=(${source[@]} 'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz')
@@ -32,11 +33,14 @@ if [ "${_git}" = "true" ]; then
)
fi
md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- '87039abd49bc7ada45f98cf752b9f45b')
+ '2ebce12196dbb7b69bdf7ef53b8afdee'
+ '60e557ce407be3732711da484ab3db6c')
build() {
cd ${srcdir}/?esa-*
+ patch -Np1 -i ${srcdir}/git_fixes.diff
+
COMMONOPTS="--prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \