[arch-commits] Commit in xf86-video-nouveau/repos (extra-i686 extra-i686/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Wed Sep 9 18:20:07 UTC 2009
Date: Wednesday, September 9, 2009 @ 14:20:07
Author: andyrtr
Revision: 51573
Merged revisions 51560 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xf86-video-nouveau/trunk
........
r51560 | andyrtr | 2009-09-09 17:47:17 +0200 (Mi, 09 Sep 2009) | 2 lines
upgpkg: xf86-video-nouveau 0.0.10_git20090909-1
new snapshot; built for new drm shot
........
Modified:
xf86-video-nouveau/repos/extra-i686/ (properties)
xf86-video-nouveau/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Property changes on: xf86-video-nouveau/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /xf86-video-nouveau/trunk:1-46571
+ /xf86-video-nouveau/trunk:1-51572
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-09-09 18:17:14 UTC (rev 51572)
+++ extra-i686/PKGBUILD 2009-09-09 18:20:07 UTC (rev 51573)
@@ -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