[arch-commits] Commit in xf86-video-mach64/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 11 10:54:25 UTC 2012


    Date: Saturday, February 11, 2012 @ 05:54:25
  Author: andyrtr
Revision: 149857

upgpkg: xf86-video-mach64 6.9.0-3

Xorg 1.12 rebuild; mach64-dri has gone in mesa 8.0

Modified:
  xf86-video-mach64/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-11 10:48:04 UTC (rev 149856)
+++ PKGBUILD	2012-02-11 10:54:25 UTC (rev 149857)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-mach64
 pkgver=6.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org mach64 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 license=('custom')
-depends=('glibc' 'mach64-dri')
-makedepends=('xorg-server-devel>=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 'glproto')
-conflicts=('xorg-server<1.10.99.902')
+depends=('glibc')
+makedepends=('xorg-server-devel>=1.11.99.903' 'libdrm' 'xf86driproto' 'mesa>=8.0') # 'glproto')
+conflicts=('xorg-server<1.11.99.903')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
@@ -18,7 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-dri
+  ./configure --prefix=/usr #--enable-dri
   make
 }
 




More information about the arch-commits mailing list