[arch-commits] Commit in xf86-video-nouveau/repos (extra-i686 extra-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 13 17:41:28 UTC 2009


    Date: Tuesday, October 13, 2009 @ 13:41:28
  Author: andyrtr
Revision: 55511

Merged revisions 54328,55509 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xf86-video-nouveau/trunk

........
  r54328 | andyrtr | 2009-10-08 21:32:27 +0200 (Do, 08 Okt 2009) | 1 line
  
  fix typo
........
  r55509 | andyrtr | 2009-10-13 19:36:25 +0200 (Di, 13 Okt 2009) | 2 lines
  
  upgpkg: xf86-video-nouveau 0.0.10_git20091013-1
      new snapshot 20091013; fixes weird colors
........

Modified:
  xf86-video-nouveau/repos/extra-i686/	(properties)
  xf86-video-nouveau/repos/extra-i686/PKGBUILD

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


Property changes on: xf86-video-nouveau/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xf86-video-nouveau/trunk:1-54326
   + /xf86-video-nouveau/trunk:1-55510

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-13 17:37:18 UTC (rev 55510)
+++ extra-i686/PKGBUILD	2009-10-13 17:41:28 UTC (rev 55511)
@@ -3,20 +3,20 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20091008
+_gitdate=20091013
 pkgver=0.0.10_git${_gitdate} # see configure.ac
 pkgrel=1
-pkgdesc="Open Source 3D acceleration driver for nVidia cards (eperimental)"
+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_20091008' 'libdrm>=2.4.13')
+depends=('nouveau-drm>=0.0.15_20090920' 'libdrm>=2.4.13')
 makedepends=('pkgconfig' 'xorg-server>=1.6.3.901' 'mesa>=7.5.1' 'glproto>=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
 conflicts=('xorg-server<1.6.3.901')
 groups=('xorg-video-drivers')
-options=('!libtool' 'force')
+options=('!libtool') # 'force'
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('07eddfe06d149dff6d6d72f1bf1044c0')
+md5sums=('03f09e035a5a0b07e144100663cc2947')
 
 build() {
   # get git code for both sources




More information about the arch-commits mailing list