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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Oct 14 03:48:27 UTC 2009


    Date: Tuesday, October 13, 2009 @ 23:48:26
  Author: andyrtr
Revision: 55814

upgpkg: xf86-video-nouveau 0.0.10_git20091013-3
    make it depend on nouveau-dri for Gallium 3d

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-13 23:54:06 UTC (rev 55813)
+++ PKGBUILD	2009-10-14 03:48:26 UTC (rev 55814)
@@ -5,12 +5,12 @@
 pkgname=xf86-video-nouveau
 _gitdate=20091013
 pkgver=0.0.10_git${_gitdate} # see configure.ac
-pkgrel=2
+pkgrel=3
 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=('nouveau-drm>=0.0.15_20090920' 'libdrm>=2.4.15')
+depends=('nouveau-drm>=0.0.15_20090920' 'libdrm>=2.4.15' 'nouveau-dri>=7.6')
 makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'mesa>=7.6' 'glproto>=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
 conflicts=('xorg-server<1.7.0')
 groups=('xorg-video-drivers')




More information about the arch-commits mailing list