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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Oct 8 19:31:43 UTC 2009


    Date: Thursday, October 8, 2009 @ 15:31:43
  Author: andyrtr
Revision: 54327

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

........
  r54325 | andyrtr | 2009-10-08 19:22:35 +0000 (Do, 08 Okt 2009) | 2 lines
  
  upgpkg: xf86-video-nouveau 0.0.10_git20091008-1
      new snapshot 20091008
........

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

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


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

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-10-08 19:23:22 UTC (rev 54326)
+++ testing-i686/PKGBUILD	2009-10-08 19:31:43 UTC (rev 54327)
@@ -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