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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 21 18:30:39 UTC 2010


    Date: Sunday, February 21, 2010 @ 13:30:39
  Author: andyrtr
Revision: 69655

upgpkg: xf86-video-nouveau 0.0.15_git20100221-1
new snapshot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-21 18:28:43 UTC (rev 69654)
+++ PKGBUILD	2010-02-21 18:30:39 UTC (rev 69655)
@@ -3,30 +3,33 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20100117
+_gitdate=20100221
 pkgver=0.0.15_git${_gitdate} # see configure.ac
 pkgrel=1
 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_20100116' 'libdrm>=2.4.17-3')
+depends=('nouveau-drm>=0.0.15_20100116' 'libdrm>=2.4.18')
 #optdepends=('nouveau-dri:	highly experimental gallium3d features')
-makedepends=('pkgconfig' 'xorg-server>=1.7.3.901' 'mesa>=7.7' 'glproto>=1.4.10' 'xorg-util-macros' 'xf86driproto' 'autoconf')
+makedepends=('pkgconfig' 'xorg-server>=1.7.5' 'mesa>=7.7' 'glproto>=1.4.11' 'xorg-util-macros' 'xf86driproto' 'autoconf')
 conflicts=('xorg-server<1.7.0')
 options=('!libtool') # 'force'
 install=${pkgname}.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('ce2d3f81f7ba41460e04ec02a6fd0cb0')
+md5sums=('08d6d04faba0ba54dbb7e0d7cb3f9039')
 
+# source PKGBUILD && mksource
+mksource() {
+	mkdir /tmp/${pkgname}-${_gitdate}
+	pushd /tmp/${pkgname}-${_gitdate}
+	git clone -v --depth 1 git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+	cd xf86-video-nouveau
+	git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD | bzip2 > /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2
+	popd
+}
+
 build() {
-  # get git code
-#  cd ${srcdir}
-#  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 > $SRCDEST/xf86-video-nouveau-${_gitdate}.tar.bz2
-#  return 1
-
   cd ${srcdir}/xf86-video-nouveau-${_gitdate}
   ./autogen.sh --prefix=/usr || return 1
   make || return 1




More information about the arch-commits mailing list