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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Sep 9 15:47:17 UTC 2009


    Date: Wednesday, September 9, 2009 @ 11:47:17
  Author: andyrtr
Revision: 51560

upgpkg: xf86-video-nouveau 0.0.10_git20090909-1
    new snapshot; built for new drm shot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-09 15:32:20 UTC (rev 51559)
+++ PKGBUILD	2009-09-09 15:47:17 UTC (rev 51560)
@@ -3,25 +3,26 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20090612
+_gitdate=20090909
 pkgver=0.0.10_git${_gitdate} # see configure.ac
-pkgrel=2
+pkgrel=1
 pkgdesc="Open Source 3D acceleration driver for nVidia cards (eperimental)"
 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>=20090612' 'libdrm>=2.4.12')
-makedepends=('pkgconfig' 'xorg-server>=1.6.2' 'mesa>=7.5' 'glproto>=1.4.9' 'xorg-util-macros' 'xf86driproto' 'autoconf')
-conflicts=('xorg-server<1.6.2')
+depends=('nouveau-drm>=0.0.15_20090908' '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')
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('2f92dda71915437376bda193789b7cd4')
+md5sums=('62a5d9a08ae286fb178dd33553a63d4b')
 
 build() {
   # get git code for both sources
   cd ${srcdir}
-#  git clone -v git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/
+  #git clone -v git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/
+#  git clone -v git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
 #  cd xf86-video-nouveau
 #  git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | bzip2 > ../../xf86-video-nouveau-${_gitdate}.tar.bz2
 #  return 1




More information about the arch-commits mailing list