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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Oct 8 19:22:35 UTC 2009


    Date: Thursday, October 8, 2009 @ 15:22:35
  Author: andyrtr
Revision: 54325

upgpkg: xf86-video-nouveau 0.0.10_git20091008-1
    new snapshot 20091008

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-08 19:22:30 UTC (rev 54324)
+++ PKGBUILD	2009-10-08 19:22:35 UTC (rev 54325)
@@ -3,20 +3,20 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20090920
+_gitdate=20091008
 pkgver=0.0.10_git${_gitdate} # see configure.ac
 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>=0.0.15_20090920' 'libdrm>=2.4.13')
+depends=('nouveau-drm>=0.0.15_20091008' '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')
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('2d25bc0b194eab7e7d65919b827e2fdb')
+md5sums=('07eddfe06d149dff6d6d72f1bf1044c0')
 
 build() {
   # get git code for both sources
@@ -26,9 +26,6 @@
 #  git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | bzip2 > ../../xf86-video-nouveau-${_gitdate}.tar.bz2
 #  return 1
 
-  # build the driver
-  # insert the nouveau kernel drm replacement first: modprobe -v drm should show something like 
-  # insmod /lib/modules/2.6.28-ARCH/extra/drm.ko
   cd ${srcdir}/xf86-video-nouveau-${_gitdate}
   ./autogen.sh --prefix=/usr --with-kms=yes || return 1
   make || return 1




More information about the arch-commits mailing list