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

Ionut Biru ibiru at archlinux.org
Sat May 12 16:28:53 UTC 2012


    Date: Saturday, May 12, 2012 @ 12:28:52
  Author: ibiru
Revision: 158869

new snapshot. 
this new version requires new drm version that is incompatible with mesa stable.
we need a new ddx snapshot to avoid a cairo bug in which applications have invisible text

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-12 16:25:29 UTC (rev 158868)
+++ PKGBUILD	2012-05-12 16:28:52 UTC (rev 158869)
@@ -3,21 +3,21 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20120210
+_gitdate=20120512
 pkgver=0.0.16_git${_gitdate} # see configure.ac
 pkgrel=1
 pkgdesc="Open Source 3D acceleration driver for nVidia cards (experimental)"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/wiki/"
 license=('GPL') #and MIT, not yet a license file, see http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('libdrm' 'udev')
-optdepends=('nouveau-dri:	experimental gallium3d features')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
+depends=('libdrm-nouveau' 'udev')
+optdepends=('nouveau-dri:       experimental gallium3d features')
+makedepends=('xorg-server-devel' 'libdrm-new' 'xf86driproto')
 conflicts=('xorg-server<1.11.99.902')
 options=('!libtool')
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('f35c12d64542d0ea792a9e5af63a2e5a')
+md5sums=('3e27e283219936d64c194eca24cd81cd')
 
 # source PKGBUILD && mksource
 mksource() {




More information about the arch-commits mailing list