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

2017-01-11 Thread Laurent Carlier
Date: Thursday, January 12, 2017 @ 07:33:38
  Author: lcarlier
Revision: 285723

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 285722, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 285722, 
xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 285722, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 285722, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-x86_64/

-+
 /PKGBUILD   |   62 ++
 /xf86-video-nouveau.install |   12 +
 extra-i686/PKGBUILD |   45 -
 extra-i686/xf86-video-nouveau.install   |6 --
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/xf86-video-nouveau.install |6 --
 6 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 07:33:36 UTC (rev 285722)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:38 UTC (rev 285723)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: buddabrod 
-
-pkgname=xf86-video-nouveau
-#pkgver=1.0.11+31+g1ff13a9
-pkgver=1.0.13
-pkgrel=1
-pkgdesc="Open Source 2D acceleration driver for nVidia cards"
-arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
-sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb')
-
-#pkgver() {
-#  cd $pkgname
-#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
-#}
-
-#prepare() {
-  #cd $pkgname
-  #NOCONFIGURE=1 ./autogen.sh
-
-#  cd $pkgname-$pkgver
-#}
-
-build() {
-  cd $pkgname-$pkgver
-#  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-#  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 285722, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 07:33:38 UTC (rev 285723)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.13
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+install=$pkgname.install
+source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2017-01-12 07:33:36 UTC (rev 
285722)
+++ extra-i686/xf86-video-nouveau.install   2017-01-12 07:33:38 UTC (rev 
285723)
@@ -1,6 +0,0 @@
-post_install () {
-   cat << _EOF
-  ==> make sure you use KernelModeSetting (KMS)
-  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 285722, xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
===
--- 

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

2016-07-28 Thread Andreas Radke
Date: Thursday, July 28, 2016 @ 20:29:36
  Author: andyrtr
Revision: 272668

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 272667, xf86-video-nouveau/trunk/PKGBUILD)
  
xf86-video-nouveau/repos/extra-i686/properly_cleanup_fb_for_reverse-prime-offload.diff
(from rev 272667, 
xf86-video-nouveau/trunk/properly_cleanup_fb_for_reverse-prime-offload.diff)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 272667, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 272667, xf86-video-nouveau/trunk/PKGBUILD)
  
xf86-video-nouveau/repos/extra-x86_64/properly_cleanup_fb_for_reverse-prime-offload.diff
(from rev 272667, 
xf86-video-nouveau/trunk/properly_cleanup_fb_for_reverse-prime-offload.diff)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 272667, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install

-+
 /PKGBUILD   |  102 
++
 /xf86-video-nouveau.install |   12 +
 extra-i686/PKGBUILD |   44 
 extra-i686/properly_cleanup_fb_for_reverse-prime-offload.diff   |   45 
 extra-i686/xf86-video-nouveau.install   |6 
 extra-x86_64/PKGBUILD   |   44 
 extra-x86_64/properly_cleanup_fb_for_reverse-prime-offload.diff |   45 
 extra-x86_64/xf86-video-nouveau.install |6 
 8 files changed, 204 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-28 20:29:26 UTC (rev 272667)
+++ extra-i686/PKGBUILD 2016-07-28 20:29:36 UTC (rev 272668)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: buddabrod 
-
-pkgname=xf86-video-nouveau
-#pkgver=1.0.11+31+g1ff13a9
-pkgver=1.0.12
-pkgrel=1
-pkgdesc="Open Source 2D acceleration driver for nVidia cards"
-arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'systemd' 'mesa-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-groups=('xorg-drivers' 'xorg')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
-sha256sums=('SKIP')
-sha256sums=('0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e')
-
-#pkgver() {
-#  cd $pkgname
-#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
-#}
-
-#prepare() {
-#  cd $pkgname
-#  NOCONFIGURE=1 ./autogen.sh
-#}
-
-build() {
-  cd $pkgname-$pkgver
-#  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-#  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 272667, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-28 20:29:36 UTC (rev 272668)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+#pkgver=1.0.11+31+g1ff13a9
+pkgver=1.0.12
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'git')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2
+properly_cleanup_fb_for_reverse-prime-offload.diff)
+#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
+sha256sums=('0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e'
+'9cbd02fa0d1acc821ff76e353f04cf16c3072e017ad0e8aaca460f83285567b3')
+
+#pkgver() {
+#  cd $pkgname
+#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
+#}
+
+prepare() {
+  #cd $pkgname
+  #NOCONFIGURE=1 ./autogen.sh
+
+  cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/49961
+  # 

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

2012-10-24 Thread Ionut Biru
Date: Thursday, October 25, 2012 @ 01:32:33
  Author: ibiru
Revision: 169655

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 169654, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 169654, 
xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 169654, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 169654, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   58 +++---
 extra-i686/xf86-video-nouveau.install   |   12 +++---
 extra-x86_64/PKGBUILD   |   58 +++---
 extra-x86_64/xf86-video-nouveau.install |   12 +++---
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-25 03:35:23 UTC (rev 169654)
+++ extra-i686/PKGBUILD 2012-10-25 05:32:33 UTC (rev 169655)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.2
-pkgrel=2
-pkgdesc=Open Source 2D acceleration driver for nVidia cards
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'udev' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
-options=('!libtool')
-install=$pkgname.install
-source=($url/release/$pkgname-$pkgver.tar.bz2)
-sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 169654, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-25 05:32:33 UTC (rev 169655)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'udev' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2ae34046324e1ec620f5a8dee3c8fe5a295acbb5d51825604c8ad28fb75a559')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2012-10-25 03:35:23 UTC (rev 
169654)
+++ extra-i686/xf86-video-nouveau.install   2012-10-25 05:32:33 UTC (rev 
169655)
@@ -1,6 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 169654, xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouveau.install   2012-10-25 05:32:33 UTC (rev 
169655)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-25 03:35:23 UTC (rev 169654)
+++ extra-x86_64/PKGBUILD   2012-10-25 05:32:33 UTC (rev 169655)
@@ -1,29 +0,0 @@
-# $Id$
-# 

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

2012-10-13 Thread andyrtr
Date: Saturday, October 13, 2012 @ 07:45:21
  Author: andyrtr
Revision: 168580

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 168549, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 168549, 
xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 168549, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 168549, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   59 ++
 extra-i686/xf86-video-nouveau.install   |   12 +++---
 extra-x86_64/PKGBUILD   |   59 ++
 extra-x86_64/xf86-video-nouveau.install |   12 +++---
 4 files changed, 70 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-13 11:45:15 UTC (rev 168579)
+++ extra-i686/PKGBUILD 2012-10-13 11:45:21 UTC (rev 168580)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=Open Source 2D acceleration driver for nVidia cards
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'udev')
-optdepends=('nouveau-dri: experimental gallium3d features')
-makedepends=('xorg-server-devel' 'xf86driproto')
-conflicts=('xorg-server1.11.99.902')
-options=('!libtool')
-install=$pkgname.install
-source=($url/release/$pkgname-$pkgver.tar.bz2)
-sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 168549, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-13 11:45:21 UTC (rev 168580)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'udev' 'nouveau-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+install=$pkgname.install
+source=($url/release/$pkgname-$pkgver.tar.bz2)
+sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2012-10-13 11:45:15 UTC (rev 
168579)
+++ extra-i686/xf86-video-nouveau.install   2012-10-13 11:45:21 UTC (rev 
168580)
@@ -1,6 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 168549, xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouveau.install   2012-10-13 11:45:21 UTC (rev 
168580)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-13 11:45:15 UTC (rev 168579)
+++ extra-x86_64/PKGBUILD   2012-10-13 11:45:21 UTC (rev 168580)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod 

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

2012-09-17 Thread andyrtr
Date: Monday, September 17, 2012 @ 12:20:09
  Author: andyrtr
Revision: 166750

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 166749, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 166749, 
xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 166749, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 166749, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   60 +++---
 extra-i686/xf86-video-nouveau.install   |   12 +++---
 extra-x86_64/PKGBUILD   |   60 +++---
 extra-x86_64/xf86-video-nouveau.install |   12 +++---
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-17 16:19:55 UTC (rev 166749)
+++ extra-i686/PKGBUILD 2012-09-17 16:20:09 UTC (rev 166750)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Open Source 2D acceleration driver for nVidia cards
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'udev')
-optdepends=('nouveau-dri: experimental gallium3d features')
-makedepends=('xorg-server-devel' 'xf86driproto')
-conflicts=('xorg-server1.11.99.902')
-options=('!libtool')
-install=$pkgname.install
-source=($url/release/$pkgname-$pkgver.tar.bz2)
-md5sums=('d120bdd4ee9fc3581f3b93e3b31c4574')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 166749, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-17 16:20:09 UTC (rev 166750)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri: experimental gallium3d features')
+makedepends=('xorg-server-devel' 'xf86driproto')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=($url/release/$pkgname-$pkgver.tar.bz2)
+sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2012-09-17 16:19:55 UTC (rev 
166749)
+++ extra-i686/xf86-video-nouveau.install   2012-09-17 16:20:09 UTC (rev 
166750)
@@ -1,6 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 166749, xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouveau.install   2012-09-17 16:20:09 UTC (rev 
166750)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-17 16:19:55 UTC (rev 166749)
+++ extra-x86_64/PKGBUILD   2012-09-17 16:20:09 UTC (rev 166750)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Open Source 2D 

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

2012-06-16 Thread Ionut Biru
Date: Saturday, June 16, 2012 @ 08:11:34
  Author: ibiru
Revision: 161904

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 161900, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 161900, 
xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 161900, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 161900, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   82 +++---
 extra-i686/xf86-video-nouveau.install   |   32 +--
 extra-x86_64/PKGBUILD   |   82 +++---
 extra-x86_64/xf86-video-nouveau.install |   32 +--
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-16 12:11:28 UTC (rev 161903)
+++ extra-i686/PKGBUILD 2012-06-16 12:11:34 UTC (rev 161904)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-_gitdate=20120512
-pkgver=0.0.16_git${_gitdate} # see configure.ac
-pkgrel=2
-pkgdesc=Open Source 2D 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-nouveau' 'udev')
-optdepends=('nouveau-dri:   experimental gallium3d features')
-makedepends=('xorg-server-devel' 'libdrm-new' 'xf86driproto')
-conflicts=('xorg-server1.11.99.902')
-options=('!libtool')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('3e27e283219936d64c194eca24cd81cd')
-
-# 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/extra-i686/PKGBUILD (from rev 161900, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-16 12:11:34 UTC (rev 161904)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+_gitdate=20120615
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=1
+pkgdesc=Open Source 2D 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' 'xf86driproto')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('9ceb49ff436c9a00536490fb1c8bf6d1')
+
+# 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 xf86-video-nouveau-${_gitdate}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install