[arch-commits] Commit in xf86-video-nouveau/repos (4 files)

Jan de Groot jgc at archlinux.org
Tue Aug 30 08:45:18 UTC 2011


    Date: Tuesday, August 30, 2011 @ 04:45:17
  Author: jgc
Revision: 136522

db-move: moved xf86-video-nouveau from [staging] to [testing] (i686)

Added:
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-i686/PKGBUILD
    (from rev 136477, xf86-video-nouveau/repos/staging-i686/PKGBUILD)
  xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install
    (from rev 136477, xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/staging-i686/

----------------------------+
 PKGBUILD                   |   41 +++++++++++++++++++++++++++++++++++++++++
 xf86-video-nouveau.install |   16 ++++++++++++++++
 2 files changed, 57 insertions(+)

Copied: xf86-video-nouveau/repos/testing-i686/PKGBUILD (from rev 136477, xf86-video-nouveau/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-08-30 08:45:17 UTC (rev 136522)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: buddabrod <buddabrod at gmail.com>
+
+pkgname=xf86-video-nouveau
+_gitdate=20110829
+pkgver=0.0.16_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=('libdrm' 'udev')
+optdepends=('nouveau-dri:	experimental gallium3d features')
+makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
+conflicts=('xorg-server<1.11.0')
+options=('!libtool')
+install=${pkgname}.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('8f484f6602a3711f4adfbce74fd886c1')
+
+# 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() {
+  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
+  make DESTDIR=${pkgdir} install
+}

Copied: xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install (from rev 136477, xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install)
===================================================================
--- testing-i686/xf86-video-nouveau.install	                        (rev 0)
+++ testing-i686/xf86-video-nouveau.install	2011-08-30 08:45:17 UTC (rev 136522)
@@ -0,0 +1,16 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}
+
+post_upgrade() {
+  if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then
+    cat << _EOF
+  ==> ATTENTION: Usermode support has been dropped
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+ fi
+}




More information about the arch-commits mailing list