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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 1 21:39:36 UTC 2009


    Date: Sunday, November 1, 2009 @ 16:39:36
  Author: andyrtr
Revision: 57728

upgpkg: xf86-video-nouveau 0.0.10_git20091101-1
    new snapshot, make nouveau-dri an optdep; add experimental patch to fix resolution detection with nv44 cards

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-01 21:38:47 UTC (rev 57727)
+++ PKGBUILD	2009-11-01 21:39:36 UTC (rev 57728)
@@ -3,20 +3,21 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20091013
+_gitdate=20091101
 pkgver=0.0.10_git${_gitdate} # see configure.ac
-pkgrel=3
+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=('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')
+depends=('nouveau-drm>=0.0.15_20091101' 'libdrm>=2.4.15')
+optdepends=('nouveau-dri:	highly experimental gallium3d features')
+makedepends=('pkgconfig' 'xorg-server>=1.7.1' 'mesa>=7.6' 'glproto>=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
 conflicts=('xorg-server<1.7.0')
 groups=('xorg-video-drivers')
 options=('!libtool') # 'force'
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('03f09e035a5a0b07e144100663cc2947')
+md5sums=('4f7257f1d9d11b9ffee0e855f6c7feb8')
 
 build() {
   # get git code for both sources




More information about the arch-commits mailing list