[arch-commits] Commit in lzo2/repos (3 files)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 02:25:42
  Author: tpowa
Revision: 136470

db-move: moved lzo2 from [testing] to [core] (i686)

Added:
  lzo2/repos/core-i686/PKGBUILD
(from rev 136469, lzo2/repos/testing-i686/PKGBUILD)
Deleted:
  lzo2/repos/core-i686/PKGBUILD
  lzo2/repos/testing-i686/

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-08-29 21:41:53 UTC (rev 136469)
+++ core-i686/PKGBUILD  2011-08-30 06:25:42 UTC (rev 136470)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: dorphell dorph...@archlinux.org
-pkgname=lzo2
-pkgver=2.05
-pkgrel=1
-pkgdesc=Portable lossless data compression library
-arch=('i686' 'x86_64')
-url=http://www.oberhumer.com/opensource/lzo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-options=(!libtool)
-md5sums=('c67cda5fa191bab761c7cb06fe091e36')
-
-build() {
-  cd ${srcdir}/lzo-${pkgver}
-
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc -g -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-package() {
-  cd ${srcdir}/lzo-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo2/repos/core-i686/PKGBUILD (from rev 136469, 
lzo2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-08-30 06:25:42 UTC (rev 136470)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Maintainer: dorphell dorph...@archlinux.org
+pkgname=lzo2
+pkgver=2.06
+pkgrel=1
+pkgdesc=Portable lossless data compression library
+arch=('i686' 'x86_64')
+url=http://www.oberhumer.com/opensource/lzo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+options=(!libtool)
+md5sums=('95380bd4081f85ef08c5209f4107e9f8')
+
+build() {
+  cd ${srcdir}/lzo-${pkgver}
+
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc -g -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+package() {
+  cd ${srcdir}/lzo-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}



[arch-commits] Commit in lzo2/repos (3 files)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 02:25:43
  Author: tpowa
Revision: 136471

db-move: moved lzo2 from [testing] to [core] (x86_64)

Added:
  lzo2/repos/core-x86_64/PKGBUILD
(from rev 136469, lzo2/repos/testing-x86_64/PKGBUILD)
Deleted:
  lzo2/repos/core-x86_64/PKGBUILD
  lzo2/repos/testing-x86_64/

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-08-30 06:25:42 UTC (rev 136470)
+++ core-x86_64/PKGBUILD2011-08-30 06:25:43 UTC (rev 136471)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: dorphell dorph...@archlinux.org
-pkgname=lzo2
-pkgver=2.05
-pkgrel=1
-pkgdesc=Portable lossless data compression library
-arch=('i686' 'x86_64')
-url=http://www.oberhumer.com/opensource/lzo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-options=(!libtool)
-md5sums=('c67cda5fa191bab761c7cb06fe091e36')
-
-build() {
-  cd ${srcdir}/lzo-${pkgver}
-
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc -g -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-package() {
-  cd ${srcdir}/lzo-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo2/repos/core-x86_64/PKGBUILD (from rev 136469, 
lzo2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-08-30 06:25:43 UTC (rev 136471)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Maintainer: dorphell dorph...@archlinux.org
+pkgname=lzo2
+pkgver=2.06
+pkgrel=1
+pkgdesc=Portable lossless data compression library
+arch=('i686' 'x86_64')
+url=http://www.oberhumer.com/opensource/lzo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+options=(!libtool)
+md5sums=('95380bd4081f85ef08c5209f4107e9f8')
+
+build() {
+  cd ${srcdir}/lzo-${pkgver}
+
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc -g -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+package() {
+  cd ${srcdir}/lzo-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}



[arch-commits] Commit in b43-fwcutter/trunk (PKGBUILD)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 02:28:11
  Author: tpowa
Revision: 136472

upgpkg: b43-fwcutter 015-1

bump to latest version

Modified:
  b43-fwcutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-30 06:25:43 UTC (rev 136471)
+++ PKGBUILD2011-08-30 06:28:11 UTC (rev 136472)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=b43-fwcutter
-pkgver=014
+pkgver=015
 pkgrel=1
 pkgdesc=firmware extractor for the bcm43xx kernel module
 url=http://linuxwireless.org/en/users/Drivers/b43;
@@ -10,7 +10,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 source=(http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dd63f9149510bd6e01b89314e955083b')
+md5sums=('628e030565222a107bc40300313cbe76')
 
 build() {
cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in b43-fwcutter/repos (4 files)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 02:29:23
  Author: tpowa
Revision: 136473

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

Added:
  b43-fwcutter/repos/testing-i686/
  b43-fwcutter/repos/testing-i686/PKGBUILD
(from rev 136472, b43-fwcutter/trunk/PKGBUILD)
  b43-fwcutter/repos/testing-x86_64/
  b43-fwcutter/repos/testing-x86_64/PKGBUILD
(from rev 136472, b43-fwcutter/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: b43-fwcutter/repos/testing-i686/PKGBUILD (from rev 136472, 
b43-fwcutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 06:29:23 UTC (rev 136473)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=015
+pkgrel=1
+pkgdesc=firmware extractor for the bcm43xx kernel module
+url=http://linuxwireless.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('628e030565222a107bc40300313cbe76')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}

Copied: b43-fwcutter/repos/testing-x86_64/PKGBUILD (from rev 136472, 
b43-fwcutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 06:29:23 UTC (rev 136473)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=b43-fwcutter
+pkgver=015
+pkgrel=1
+pkgdesc=firmware extractor for the bcm43xx kernel module
+url=http://linuxwireless.org/en/users/Drivers/b43;
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('628e030565222a107bc40300313cbe76')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}



[arch-commits] Commit in linux/trunk (PKGBUILD)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 04:13:32
  Author: tpowa
Revision: 136474

upgpkg: linux 3.0.4-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-30 06:29:23 UTC (rev 136473)
+++ PKGBUILD2011-08-30 08:13:32 UTC (rev 136474)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.3
+pkgver=${_basekernel}.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,7 +23,7 @@
 'fix-i915.patch'
 'change-default-console-loglevel.patch')
 md5sums=('398e95866794def22b12dfbc15ce89c0'
- 'e68b37e9a3fb07f21a4673a7d89359c0'
+ 'd9f025a0d5fc5dc94d99d8e81291b939'
  'fc6aae0fb4d70feff92ec762d29dee45'
  'fd5a1712ddea696eee5255de2d854218'
  'eb14dcfd80c00852ef81ded6e826826a'



[arch-commits] Commit in kernel26-lts/trunk (PKGBUILD)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 04:13:51
  Author: tpowa
Revision: 136475

upgpkg: kernel26-lts 2.6.32.46-1

bump to latest version

Modified:
  kernel26-lts/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-30 08:13:32 UTC (rev 136474)
+++ PKGBUILD2011-08-30 08:13:51 UTC (rev 136475)
@@ -5,7 +5,7 @@
 pkgname=('kernel26-lts' 'kernel26-lts-headers') # Build stock -lts kernel 
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.32
-pkgver=${_basekernel}.45
+pkgver=${_basekernel}.46
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -18,7 +18,7 @@
 ${pkgname}.preset)
 options=(!strip)
 md5sums=('260551284ac224c3a43c4adac7df4879'
- '03249596e078033ad3a52767e7de957f'
+ '1b630a58fd4f179e9f255331f147ed33'
  '463b4db10710c17200a584067f7151a0'
  '9990806b3bf3cec6f8bd419249903613'
  '2cbfeb3e2a18d45f82f613e97fc23355')



[arch-commits] Commit in linux/repos (16 files)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 04:16:00
  Author: tpowa
Revision: 136476

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 136474, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 136475, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 136475, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 136475, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix-i915.patch
(from rev 136475, linux/trunk/fix-i915.patch)
  linux/repos/testing-i686/linux.install
(from rev 136475, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 136475, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 136475, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 136475, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 136475, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 136475, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix-i915.patch
(from rev 136475, linux/trunk/fix-i915.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 136475, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 136475, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  282 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5772 +
 testing-i686/config.x86_64   | 5513 
 testing-i686/fix-i915.patch  |   26 
 testing-i686/linux.install   |   66 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  282 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5772 +
 testing-x86_64/config.x86_64 | 5513 
 testing-x86_64/fix-i915.patch|   26 
 testing-x86_64/linux.install |   66 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 23370 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 136475:136476 to see the changes.


[arch-commits] Commit in kernel26-lts/repos (16 files)

2011-08-30 Thread Tobias Powalowski
Date: Tuesday, August 30, 2011 @ 04:16:24
  Author: tpowa
Revision: 136477

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

Added:
  kernel26-lts/repos/testing-i686/
  kernel26-lts/repos/testing-i686/PKGBUILD
(from rev 136475, kernel26-lts/trunk/PKGBUILD)
  kernel26-lts/repos/testing-i686/buildfix-gcc46.diff
(from rev 136475, kernel26-lts/trunk/buildfix-gcc46.diff)
  kernel26-lts/repos/testing-i686/config
(from rev 136475, kernel26-lts/trunk/config)
  kernel26-lts/repos/testing-i686/config.x86_64
(from rev 136475, kernel26-lts/trunk/config.x86_64)
  kernel26-lts/repos/testing-i686/kernel26-lts.install
(from rev 136475, kernel26-lts/trunk/kernel26-lts.install)
  kernel26-lts/repos/testing-i686/kernel26-lts.preset
(from rev 136475, kernel26-lts/trunk/kernel26-lts.preset)
  kernel26-lts/repos/testing-i686/libata-alignment.patch
(from rev 136475, kernel26-lts/trunk/libata-alignment.patch)
  kernel26-lts/repos/testing-x86_64/
  kernel26-lts/repos/testing-x86_64/PKGBUILD
(from rev 136475, kernel26-lts/trunk/PKGBUILD)
  kernel26-lts/repos/testing-x86_64/buildfix-gcc46.diff
(from rev 136475, kernel26-lts/trunk/buildfix-gcc46.diff)
  kernel26-lts/repos/testing-x86_64/config
(from rev 136475, kernel26-lts/trunk/config)
  kernel26-lts/repos/testing-x86_64/config.x86_64
(from rev 136475, kernel26-lts/trunk/config.x86_64)
  kernel26-lts/repos/testing-x86_64/kernel26-lts.install
(from rev 136475, kernel26-lts/trunk/kernel26-lts.install)
  kernel26-lts/repos/testing-x86_64/kernel26-lts.preset
(from rev 136476, kernel26-lts/trunk/kernel26-lts.preset)
  kernel26-lts/repos/testing-x86_64/libata-alignment.patch
(from rev 136476, kernel26-lts/trunk/libata-alignment.patch)

---+
 testing-i686/PKGBUILD |  214 +
 testing-i686/buildfix-gcc46.diff  |   32 
 testing-i686/config   | 4776 
 testing-i686/config.x86_64| 4585 ++
 testing-i686/kernel26-lts.install |  147 
 testing-i686/kernel26-lts.preset  |   17 
 testing-i686/libata-alignment.patch   |   48 
 testing-x86_64/PKGBUILD   |  214 +
 testing-x86_64/buildfix-gcc46.diff|   32 
 testing-x86_64/config | 4776 
 testing-x86_64/config.x86_64  | 4585 ++
 testing-x86_64/kernel26-lts.install   |  147 
 testing-x86_64/kernel26-lts.preset|   17 
 testing-x86_64/libata-alignment.patch |   48 
 14 files changed, 19638 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 136476:136477 to see the changes.


[arch-commits] Commit in xorg-server/repos (7 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:29
  Author: jgc
Revision: 136478

db-move: moved xorg-server from [staging] to [testing] (i686)

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 136477, xorg-server/repos/staging-i686/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 136477, xorg-server/repos/staging-i686/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 136477, xorg-server/repos/staging-i686/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 136477, xorg-server/repos/staging-i686/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 136477, xorg-server/repos/staging-i686/xvfb-run.1)
Deleted:
  xorg-server/repos/staging-i686/

-+
 10-quirks.conf  |   10 +
 PKGBUILD|  178 +
 autoconfig-nvidia.patch |   29 
 xvfb-run|  180 +
 xvfb-run.1  |  282 ++
 5 files changed, 679 insertions(+)

Copied: xorg-server/repos/testing-i686/10-quirks.conf (from rev 136477, 
xorg-server/repos/staging-i686/10-quirks.conf)
===
--- testing-i686/10-quirks.conf (rev 0)
+++ testing-i686/10-quirks.conf 2011-08-30 08:44:29 UTC (rev 136478)
@@ -0,0 +1,10 @@
+# Collection of quirks and blacklist/whitelists for specific devices.
+
+
+# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
+# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
+Section InputClass
+Identifier ThinkPad HDAPS accelerometer blacklist
+MatchProduct ThinkPad HDAPS accelerometer data
+Option Ignore on
+EndSection

Copied: xorg-server/repos/testing-i686/PKGBUILD (from rev 136477, 
xorg-server/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:29 UTC (rev 136478)
@@ -0,0 +1,178 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=xorg-server
+pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
+pkgver=1.11.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org;
+makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto' 
'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 'xineramaproto' 
'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv' 'xf86dgaproto' 
'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto')
+options=('!libtool')
+source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
+autoconfig-nvidia.patch
+xvfb-run
+xvfb-run.1
+10-quirks.conf)
+sha1sums=('5fa0c0a190fbe1030a14e435de2d5a3259ca70be'
+  '0249b892f27243d8fe6fe6d226bf4c2391cedf49'
+  'c94f742d3f9cabf958ae58e4015d9dd185aabedc'
+  '6838fc00ef4618c924a77e0fb03c05346080908a'
+  '993798f3d22ad672d769dae5f48d1fa068d5578f')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Use nouveau/nv/nvidia drivers for nvidia devices
+  patch -Np1 -i ${srcdir}/autoconfig-nvidia.patch
+
+  autoreconf
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+  --enable-dri \
+  --enable-dmx \
+  --enable-xvfb \
+  --enable-xnest \
+  --enable-composite \
+  --enable-xcsecurity \
+  --enable-xorg \
+  --enable-xephyr \
+  --enable-glx-tls \
+  --enable-kdrive \
+  --enable-install-setuid \
+  --enable-config-udev \
+  --disable-config-dbus \
+  --enable-record \
+  --disable-xfbdev \
+  --disable-xfake \
+  --disable-static \
+  --sysconfdir=/etc/X11 \
+  --localstatedir=/var \
+  --with-xkb-path=/usr/share/X11/xkb \
+  --with-xkb-output=/var/lib/xkb \
+  --with-fontrootdir=/usr/share/fonts
+  make
+
+  # Disable subdirs for make install rule to make splitting easier
+  sed -e 's/^DMX_SUBDIRS =.*/DMX_SUBDIRS =/' \
+  -e 's/^XVFB_SUBDIRS =.*/XVFB_SUBDIRS =/' \
+  -e 's/^XNEST_SUBDIRS =.*/XNEST_SUBDIRS = /' \
+  -e 's/^KDRIVE_SUBDIRS =.*/KDRIVE_SUBDIRS =/' \
+  -i hw/Makefile
+}
+
+package_xorg-server-common() {
+  pkgdesc=Xorg server common files
+  depends=('xkeyboard-config' 'xorg-xkbcomp' 'xorg-setxkbmap' 
'xorg-fonts-misc')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/share/licenses/xorg-server-common
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/xorg-server-common
+  
+  make -C xkb DESTDIR=${pkgdir} install-data
+
+  install 

[arch-commits] Commit in xorg-server/repos (7 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:30
  Author: jgc
Revision: 136479

db-move: moved xorg-server from [staging] to [testing] (x86_64)

Added:
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 136477, xorg-server/repos/staging-x86_64/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 136477, xorg-server/repos/staging-x86_64/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 136477, xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 136477, xorg-server/repos/staging-x86_64/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 136477, xorg-server/repos/staging-x86_64/xvfb-run.1)
Deleted:
  xorg-server/repos/staging-x86_64/

-+
 10-quirks.conf  |   10 +
 PKGBUILD|  178 +
 autoconfig-nvidia.patch |   29 
 xvfb-run|  180 +
 xvfb-run.1  |  282 ++
 5 files changed, 679 insertions(+)

Copied: xorg-server/repos/testing-x86_64/10-quirks.conf (from rev 136477, 
xorg-server/repos/staging-x86_64/10-quirks.conf)
===
--- testing-x86_64/10-quirks.conf   (rev 0)
+++ testing-x86_64/10-quirks.conf   2011-08-30 08:44:30 UTC (rev 136479)
@@ -0,0 +1,10 @@
+# Collection of quirks and blacklist/whitelists for specific devices.
+
+
+# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
+# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
+Section InputClass
+Identifier ThinkPad HDAPS accelerometer blacklist
+MatchProduct ThinkPad HDAPS accelerometer data
+Option Ignore on
+EndSection

Copied: xorg-server/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xorg-server/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:30 UTC (rev 136479)
@@ -0,0 +1,178 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=xorg-server
+pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
+pkgver=1.11.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org;
+makedepends=('pixman' 'libx11' 'mesa' 'libgl' 'xf86driproto' 'xcmiscproto' 
'xtrans' 'bigreqsproto' 'randrproto' 'inputproto' 'fontsproto' 'videoproto' 
'compositeproto' 'recordproto' 'scrnsaverproto' 'resourceproto' 'xineramaproto' 
'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv' 'xf86dgaproto' 
'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres' 
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto')
+options=('!libtool')
+source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
+autoconfig-nvidia.patch
+xvfb-run
+xvfb-run.1
+10-quirks.conf)
+sha1sums=('5fa0c0a190fbe1030a14e435de2d5a3259ca70be'
+  '0249b892f27243d8fe6fe6d226bf4c2391cedf49'
+  'c94f742d3f9cabf958ae58e4015d9dd185aabedc'
+  '6838fc00ef4618c924a77e0fb03c05346080908a'
+  '993798f3d22ad672d769dae5f48d1fa068d5578f')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Use nouveau/nv/nvidia drivers for nvidia devices
+  patch -Np1 -i ${srcdir}/autoconfig-nvidia.patch
+
+  autoreconf
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+  --enable-dri \
+  --enable-dmx \
+  --enable-xvfb \
+  --enable-xnest \
+  --enable-composite \
+  --enable-xcsecurity \
+  --enable-xorg \
+  --enable-xephyr \
+  --enable-glx-tls \
+  --enable-kdrive \
+  --enable-install-setuid \
+  --enable-config-udev \
+  --disable-config-dbus \
+  --enable-record \
+  --disable-xfbdev \
+  --disable-xfake \
+  --disable-static \
+  --sysconfdir=/etc/X11 \
+  --localstatedir=/var \
+  --with-xkb-path=/usr/share/X11/xkb \
+  --with-xkb-output=/var/lib/xkb \
+  --with-fontrootdir=/usr/share/fonts
+  make
+
+  # Disable subdirs for make install rule to make splitting easier
+  sed -e 's/^DMX_SUBDIRS =.*/DMX_SUBDIRS =/' \
+  -e 's/^XVFB_SUBDIRS =.*/XVFB_SUBDIRS =/' \
+  -e 's/^XNEST_SUBDIRS =.*/XNEST_SUBDIRS = /' \
+  -e 's/^KDRIVE_SUBDIRS =.*/KDRIVE_SUBDIRS =/' \
+  -i hw/Makefile
+}
+
+package_xorg-server-common() {
+  pkgdesc=Xorg server common files
+  depends=('xkeyboard-config' 'xorg-xkbcomp' 'xorg-setxkbmap' 
'xorg-fonts-misc')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/share/licenses/xorg-server-common
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/xorg-server-common
+  
+  make -C 

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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:31
  Author: jgc
Revision: 136480

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

Added:
  xf86-video-xgixp/repos/testing-i686/
  xf86-video-xgixp/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-xgixp/repos/staging-i686/PKGBUILD)
  xf86-video-xgixp/repos/testing-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch
(from rev 136477, 
xf86-video-xgixp/repos/staging-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch)
Deleted:
  xf86-video-xgixp/repos/staging-i686/

--+
 PKGBUILD |   29 +
 api-compat-fix-for-DRAWABLE_BUFFER.patch |   23 +++
 2 files changed, 52 insertions(+)

Copied: xf86-video-xgixp/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-xgixp/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:31 UTC (rev 136480)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-xgixp
+pkgver=1.8.0
+pkgrel=4
+pkgdesc=X.org XGIXP video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+api-compat-fix-for-DRAWABLE_BUFFER.patch)
+sha1sums=('67caeaa4c746572160208fe23c7257f62cb442a3'
+  'ea140a13963bbf33cdff1ad75789d765867ec53b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/api-compat-fix-for-DRAWABLE_BUFFER.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: 
xf86-video-xgixp/repos/testing-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch 
(from rev 136477, 
xf86-video-xgixp/repos/staging-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch)
===
--- testing-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch   
(rev 0)
+++ testing-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch   2011-08-30 
08:44:31 UTC (rev 136480)
@@ -0,0 +1,23 @@
+From 86258a6fd8fc8bb09a52ee446b37abe6bd0843ef Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Fri, 25 Mar 2011 22:46:55 +
+Subject: API compat fix for DRAWABLE_BUFFER
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/xgi_driver.c b/src/xgi_driver.c
+index e54d8c7..189b84a 100644
+--- a/src/xgi_driver.c
 b/src/xgi_driver.c
+@@ -2708,7 +2708,9 @@ xg47_setup_fb_wrap(ReadMemoryProcPtr *read_ptr,
+ {
+ switch (pDraw-type) {
+ case DRAWABLE_WINDOW:
++#ifdef DRAWABLE_BUFFER
+ case DRAWABLE_BUFFER:
++#endif
+   *read_ptr = xg47_read_memory_swap_func;
+   *write_ptr = xg47_write_memory_swap_func;
+   break;
+--
+cgit v0.8.3-6-g21f6



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:34
  Author: jgc
Revision: 136482

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

Added:
  xf86-video-xgi/repos/testing-i686/
  xf86-video-xgi/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-xgi/repos/staging-i686/PKGBUILD)
  xf86-video-xgi/repos/testing-i686/git-fixes.patch
(from rev 136477, xf86-video-xgi/repos/staging-i686/git-fixes.patch)
Deleted:
  xf86-video-xgi/repos/staging-i686/

-+
 PKGBUILD|   29 +++
 git-fixes.patch |  451 ++
 2 files changed, 480 insertions(+)

Copied: xf86-video-xgi/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-xgi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:34 UTC (rev 136482)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-xgi
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=X.org XGI video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('826f14d6ba799cd2aae9f0c818f84cf8b75f1ddb'
+  '61ce13325c69befaa710c3389a85a8aa9d1cf28d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-xgi/repos/testing-i686/git-fixes.patch (from rev 136477, 
xf86-video-xgi/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2011-08-30 08:44:34 UTC (rev 136482)
@@ -0,0 +1,451 @@
+diff --git a/man/xgi.man b/man/xgi.man
+index 19880f2..5699ae4 100644
+--- a/man/xgi.man
 b/man/xgi.man
+@@ -1,4 +1,3 @@
+-.\ $XFree86: xc/programs/Xserver/hw/xfree86/drivers/xgi/xgi.man,v 1.14 
2003/11/12 16:50:36 twini Exp $
+ .\ shorthand for double quote that works everywhere.
+ .ds q \N'34'
+ .TH XGI __drivermansuffix__ __vendorversion__
+diff --git a/src/vb_init.c b/src/vb_init.c
+index 8338410..50980c4 100755
+--- a/src/vb_init.c
 b/src/vb_init.c
+@@ -131,6 +131,8 @@ static void 
XGINew_SetDRAMDefaultRegister340(PXGI_HW_DEVICE_INFO, USHORT,
+ static void XGINew_SetDRAMDefaultRegisterXG45(PXGI_HW_DEVICE_INFO, USHORT, 
+ PVB_DEVICE_INFO);
+ static UCHAR XGINew_Get340DRAMType(PXGI_HW_DEVICE_INFO, PVB_DEVICE_INFO);
++/* horrible */
++#define XGINew_GetXG20DRAMType XGINew_Get340DRAMType
+ 
+ static int XGINew_SetDDRChannel(int index, UCHAR ChannelNo,
+ UCHAR XGINew_ChannelAB, const USHORT DRAMTYPE_TABLE[][5],
+@@ -1451,7 +1453,7 @@ void XGINew_SetDRAMDefaultRegister340( 
PXGI_HW_DEVICE_INFO HwDeviceExtension ,
+ }
+ 
+ temp3 = 0 ;
+-for( k = 0 ; k  4 ; k++ )
++for( k = 1 ; k  4 ; k++ )
+ {
+ XGI_SetRegANDOR((XGIIOADDRESS) P3d4 , 0x6E , 0xFC , temp3 ) ; 
/* CR6E_D[1:0] select channel */
+ temp2 = 0 ;
+diff --git a/src/vgatypes.h b/src/vgatypes.h
+index 8a60927..7484661 100755
+--- a/src/vgatypes.h
 b/src/vgatypes.h
+@@ -1,5 +1,3 @@
+-/* $XFree86$ */
+-/* $XdotOrg$ */
+ /*
+  * General type definitions for universal mode switching modules
+  *
+diff --git a/src/xgi.h b/src/xgi.h
+index 715502f..e818631 100755
+--- a/src/xgi.h
 b/src/xgi.h
+@@ -981,6 +981,7 @@ int compute_vclk(int Clock, int *out_n, int *out_dn, int 
*out_div,
+ void XGI_WaitBeginRetrace(XGIIOADDRESS RelIO);
+ void XGI_WaitEndRetrace(XGIIOADDRESS RelIO);
+ 
++#include unistd.h
+ /* 2005/11/21 added by jjtseng */
+ #define DelayS(sec) usleep((sec)*100)
+ #define DelayMS(millisec) usleep((millisec)*1000)
+diff --git a/src/xgi_accel.c b/src/xgi_accel.c
+index c072691..4c298ed 100755
+--- a/src/xgi_accel.c
 b/src/xgi_accel.c
+@@ -200,20 +200,7 @@ extern int FbDevExist;
+ #endif
+ 
+ #if X_BYTE_ORDER == X_BIG_ENDIAN
+-static CARD32 BE_SWAP32 (CARD32 val)
+-{
+-  PDEBUG(ErrorF(X_BIG_ENDIAN...\n));
+-if (CurrentColorDepth == 8)
+-  return   val)  0x00ff)  24) | \
+-  (((val)  0xff00)  8) |  \
+-  (((val)  0x00ff)  8) |  \
+-  (((val)  0xff00)  24));
+-if (CurrentColorDepth == 24)
+-return val;
+-if (CurrentColorDepth == 16)
+-return val)  0x)  16) | \
+-   (((val)  0x)  16));
+-}
++#define BE_SWAP32(x) 

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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:35
  Author: jgc
Revision: 136483

db-move: moved xf86-video-xgi from [staging] to [testing] (x86_64)

Added:
  xf86-video-xgi/repos/testing-x86_64/
  xf86-video-xgi/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-xgi/repos/staging-x86_64/PKGBUILD)
  xf86-video-xgi/repos/testing-x86_64/git-fixes.patch
(from rev 136477, xf86-video-xgi/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-xgi/repos/staging-x86_64/

-+
 PKGBUILD|   29 +++
 git-fixes.patch |  451 ++
 2 files changed, 480 insertions(+)

Copied: xf86-video-xgi/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-xgi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:35 UTC (rev 136483)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-xgi
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=X.org XGI video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('826f14d6ba799cd2aae9f0c818f84cf8b75f1ddb'
+  '61ce13325c69befaa710c3389a85a8aa9d1cf28d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-xgi/repos/testing-x86_64/git-fixes.patch (from rev 136477, 
xf86-video-xgi/repos/staging-x86_64/git-fixes.patch)
===
--- testing-x86_64/git-fixes.patch  (rev 0)
+++ testing-x86_64/git-fixes.patch  2011-08-30 08:44:35 UTC (rev 136483)
@@ -0,0 +1,451 @@
+diff --git a/man/xgi.man b/man/xgi.man
+index 19880f2..5699ae4 100644
+--- a/man/xgi.man
 b/man/xgi.man
+@@ -1,4 +1,3 @@
+-.\ $XFree86: xc/programs/Xserver/hw/xfree86/drivers/xgi/xgi.man,v 1.14 
2003/11/12 16:50:36 twini Exp $
+ .\ shorthand for double quote that works everywhere.
+ .ds q \N'34'
+ .TH XGI __drivermansuffix__ __vendorversion__
+diff --git a/src/vb_init.c b/src/vb_init.c
+index 8338410..50980c4 100755
+--- a/src/vb_init.c
 b/src/vb_init.c
+@@ -131,6 +131,8 @@ static void 
XGINew_SetDRAMDefaultRegister340(PXGI_HW_DEVICE_INFO, USHORT,
+ static void XGINew_SetDRAMDefaultRegisterXG45(PXGI_HW_DEVICE_INFO, USHORT, 
+ PVB_DEVICE_INFO);
+ static UCHAR XGINew_Get340DRAMType(PXGI_HW_DEVICE_INFO, PVB_DEVICE_INFO);
++/* horrible */
++#define XGINew_GetXG20DRAMType XGINew_Get340DRAMType
+ 
+ static int XGINew_SetDDRChannel(int index, UCHAR ChannelNo,
+ UCHAR XGINew_ChannelAB, const USHORT DRAMTYPE_TABLE[][5],
+@@ -1451,7 +1453,7 @@ void XGINew_SetDRAMDefaultRegister340( 
PXGI_HW_DEVICE_INFO HwDeviceExtension ,
+ }
+ 
+ temp3 = 0 ;
+-for( k = 0 ; k  4 ; k++ )
++for( k = 1 ; k  4 ; k++ )
+ {
+ XGI_SetRegANDOR((XGIIOADDRESS) P3d4 , 0x6E , 0xFC , temp3 ) ; 
/* CR6E_D[1:0] select channel */
+ temp2 = 0 ;
+diff --git a/src/vgatypes.h b/src/vgatypes.h
+index 8a60927..7484661 100755
+--- a/src/vgatypes.h
 b/src/vgatypes.h
+@@ -1,5 +1,3 @@
+-/* $XFree86$ */
+-/* $XdotOrg$ */
+ /*
+  * General type definitions for universal mode switching modules
+  *
+diff --git a/src/xgi.h b/src/xgi.h
+index 715502f..e818631 100755
+--- a/src/xgi.h
 b/src/xgi.h
+@@ -981,6 +981,7 @@ int compute_vclk(int Clock, int *out_n, int *out_dn, int 
*out_div,
+ void XGI_WaitBeginRetrace(XGIIOADDRESS RelIO);
+ void XGI_WaitEndRetrace(XGIIOADDRESS RelIO);
+ 
++#include unistd.h
+ /* 2005/11/21 added by jjtseng */
+ #define DelayS(sec) usleep((sec)*100)
+ #define DelayMS(millisec) usleep((millisec)*1000)
+diff --git a/src/xgi_accel.c b/src/xgi_accel.c
+index c072691..4c298ed 100755
+--- a/src/xgi_accel.c
 b/src/xgi_accel.c
+@@ -200,20 +200,7 @@ extern int FbDevExist;
+ #endif
+ 
+ #if X_BYTE_ORDER == X_BIG_ENDIAN
+-static CARD32 BE_SWAP32 (CARD32 val)
+-{
+-  PDEBUG(ErrorF(X_BIG_ENDIAN...\n));
+-if (CurrentColorDepth == 8)
+-  return   val)  0x00ff)  24) | \
+-  (((val)  0xff00)  8) |  \
+-  (((val)  0x00ff)  8) |  \
+-  (((val)  0xff00)  24));
+-if (CurrentColorDepth == 24)
+-return val;
+-if (CurrentColorDepth == 16)
+-return val)  0x)  16) | \
+-   (((val)  0x)  16));
+-}

[arch-commits] Commit in xf86-video-voodoo/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:35
  Author: jgc
Revision: 136484

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-voodoo/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-voodoo/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:35 UTC (rev 136484)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.4
+pkgrel=5
+pkgdesc=X.org 3dfx Voodoo1/Voodoo2 2D video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7ecd232cc0b7fe507e18e08799791eefa9fdaf48')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in xf86-video-voodoo/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:36
  Author: jgc
Revision: 136485

db-move: moved xf86-video-voodoo from [staging] to [testing] (x86_64)

Added:
  xf86-video-voodoo/repos/testing-x86_64/
  xf86-video-voodoo/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-voodoo/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-voodoo/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-voodoo/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-voodoo/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:36 UTC (rev 136485)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-voodoo
+pkgver=1.2.4
+pkgrel=5
+pkgdesc=X.org 3dfx Voodoo1/Voodoo2 2D video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7ecd232cc0b7fe507e18e08799791eefa9fdaf48')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in xf86-video-vmware/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:37
  Author: jgc
Revision: 136486

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-vmware/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-vmware/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:37 UTC (rev 136486)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vmware
+pkgver=11.0.3
+pkgrel=4
+pkgdesc=X.org vmware video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902' 'libdrm' 'libx11' 
'libxext')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8aa23618a3dfa91f88094a4d1dc45c878f386f69')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:45
  Author: jgc
Revision: 136491

db-move: moved xf86-video-v4l from [staging] to [testing] (x86_64)

Added:
  xf86-video-v4l/repos/testing-x86_64/
  xf86-video-v4l/repos/testing-x86_64/LICENSE
(from rev 136477, xf86-video-v4l/repos/staging-x86_64/LICENSE)
  xf86-video-v4l/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-v4l/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-v4l/repos/staging-x86_64/

--+
 LICENSE  |  826 +
 PKGBUILD |   32 ++
 2 files changed, 858 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 136490:136491 to see the changes.


[arch-commits] Commit in xf86-video-vmware/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:38
  Author: jgc
Revision: 136487

db-move: moved xf86-video-vmware from [staging] to [testing] (x86_64)

Added:
  xf86-video-vmware/repos/testing-x86_64/
  xf86-video-vmware/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-vmware/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-vmware/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-vmware/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-vmware/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:38 UTC (rev 136487)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vmware
+pkgver=11.0.3
+pkgrel=4
+pkgdesc=X.org vmware video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902' 'libdrm' 'libx11' 
'libxext')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8aa23618a3dfa91f88094a4d1dc45c878f386f69')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-vesa/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:39
  Author: jgc
Revision: 136488

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

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

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-vesa/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-vesa/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:39 UTC (rev 136488)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vesa
+pkgver=2.3.0
+pkgrel=6
+pkgdesc=X.org vesa video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('4689b7c295d7a8d7326302dafecb812739617134'
+  '1e54ae50daa796ab0c29c8088f25e522dc6faa4a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:43
  Author: jgc
Revision: 136490

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

Added:
  xf86-video-v4l/repos/testing-i686/
  xf86-video-v4l/repos/testing-i686/LICENSE
(from rev 136477, xf86-video-v4l/repos/staging-i686/LICENSE)
  xf86-video-v4l/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-v4l/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-video-v4l/repos/staging-i686/

--+
 LICENSE  |  826 +
 PKGBUILD |   32 ++
 2 files changed, 858 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 136489:136490 to see the changes.


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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:46
  Author: jgc
Revision: 136492

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

Added:
  xf86-video-unichrome/repos/testing-i686/
  xf86-video-unichrome/repos/testing-i686/LICENSE
(from rev 136477, xf86-video-unichrome/repos/staging-i686/LICENSE)
  xf86-video-unichrome/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-unichrome/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-video-unichrome/repos/staging-i686/

--+
 LICENSE  |   23 +++
 PKGBUILD |   26 ++
 2 files changed, 49 insertions(+)

Copied: xf86-video-unichrome/repos/testing-i686/LICENSE (from rev 136477, 
xf86-video-unichrome/repos/staging-i686/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2011-08-30 08:44:46 UTC (rev 136492)
@@ -0,0 +1,23 @@
+Copyright (c) 2004-2007 Luc Verhaegen. All Rights Reserved.
+Copyright (c) 2004-2005 The Unichrome Project. All Rights Reserved.
+Copyright (c) 1998-2003 VIA Technologies, Inc. All Rights Reserved.
+Copyright (c) 2001-2003 S3 Graphics, Inc. All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sub license,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the
+next paragraph) shall be included in all copies or substantial portions
+of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.

Copied: xf86-video-unichrome/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-unichrome/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:46 UTC (rev 136492)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-unichrome
+pkgver=0.2.7
+pkgrel=6
+_gitversion=b917bee87db8a65b8e8da0ca12c24a176c9e9fb2
+pkgdesc=Unichrome video drivers for X.Org
+arch=(i686 x86_64)
+url=http://unichrome.sf.net/;
+license=('custom')
+depends=('glibc' 'unichrome-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'mesa' 'libxvmc' 'glproto')
+options=('!libtool')
+conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 
'xorg-server1.10.99.902')
+source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2)
+md5sums=('f7adef052de08a01af86e245d1932239')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_gitversion}
+  ./autogen.sh --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:47
  Author: jgc
Revision: 136493

db-move: moved xf86-video-unichrome from [staging] to [testing] (x86_64)

Added:
  xf86-video-unichrome/repos/testing-x86_64/
  xf86-video-unichrome/repos/testing-x86_64/LICENSE
(from rev 136477, xf86-video-unichrome/repos/staging-x86_64/LICENSE)
  xf86-video-unichrome/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-unichrome/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-unichrome/repos/staging-x86_64/

--+
 LICENSE  |   23 +++
 PKGBUILD |   26 ++
 2 files changed, 49 insertions(+)

Copied: xf86-video-unichrome/repos/testing-x86_64/LICENSE (from rev 136477, 
xf86-video-unichrome/repos/staging-x86_64/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2011-08-30 08:44:47 UTC (rev 136493)
@@ -0,0 +1,23 @@
+Copyright (c) 2004-2007 Luc Verhaegen. All Rights Reserved.
+Copyright (c) 2004-2005 The Unichrome Project. All Rights Reserved.
+Copyright (c) 1998-2003 VIA Technologies, Inc. All Rights Reserved.
+Copyright (c) 2001-2003 S3 Graphics, Inc. All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sub license,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the
+next paragraph) shall be included in all copies or substantial portions
+of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.

Copied: xf86-video-unichrome/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-unichrome/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:47 UTC (rev 136493)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-unichrome
+pkgver=0.2.7
+pkgrel=6
+_gitversion=b917bee87db8a65b8e8da0ca12c24a176c9e9fb2
+pkgdesc=Unichrome video drivers for X.Org
+arch=(i686 x86_64)
+url=http://unichrome.sf.net/;
+license=('custom')
+depends=('glibc' 'unichrome-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'mesa' 'libxvmc' 'glproto')
+options=('!libtool')
+conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 
'xorg-server1.10.99.902')
+source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2)
+md5sums=('f7adef052de08a01af86e245d1932239')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_gitversion}
+  ./autogen.sh --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in xf86-video-tseng/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:48
  Author: jgc
Revision: 136494

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

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

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: xf86-video-tseng/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-tseng/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:48 UTC (rev 136494)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-tseng
+pkgver=1.2.4
+pkgrel=5
+pkgdesc=X.org tseng video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+fix-regression-from-pciaccess-conversion.patch)
+sha1sums=('1b45f55657b2c92f30abb0769cae57fca98d93b7'
+  'df7660ec18cce3e9f04a7c70f72c75daa947e4a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-regression-from-pciaccess-conversion.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-tseng/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:49
  Author: jgc
Revision: 136495

db-move: moved xf86-video-tseng from [staging] to [testing] (x86_64)

Added:
  xf86-video-tseng/repos/testing-x86_64/
  xf86-video-tseng/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-tseng/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-tseng/repos/staging-x86_64/

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: xf86-video-tseng/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-tseng/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:49 UTC (rev 136495)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-tseng
+pkgver=1.2.4
+pkgrel=5
+pkgdesc=X.org tseng video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+fix-regression-from-pciaccess-conversion.patch)
+sha1sums=('1b45f55657b2c92f30abb0769cae57fca98d93b7'
+  'df7660ec18cce3e9f04a7c70f72c75daa947e4a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-regression-from-pciaccess-conversion.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-trident/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:50
  Author: jgc
Revision: 136496

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

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

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: xf86-video-trident/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-trident/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:50 UTC (rev 136496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-trident
+pkgver=1.3.4
+pkgrel=5
+pkgdesc=X.org Trident video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7c40f5c02bddf399862782b708941e79302318af')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-vesa/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:41
  Author: jgc
Revision: 136489

db-move: moved xf86-video-vesa from [staging] to [testing] (x86_64)

Added:
  xf86-video-vesa/repos/testing-x86_64/
  xf86-video-vesa/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-vesa/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-vesa/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-vesa/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-vesa/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:41 UTC (rev 136489)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vesa
+pkgver=2.3.0
+pkgrel=6
+pkgdesc=X.org vesa video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('4689b7c295d7a8d7326302dafecb812739617134'
+  '1e54ae50daa796ab0c29c8088f25e522dc6faa4a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-trident/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:51
  Author: jgc
Revision: 136497

db-move: moved xf86-video-trident from [staging] to [testing] (x86_64)

Added:
  xf86-video-trident/repos/testing-x86_64/
  xf86-video-trident/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-trident/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-trident/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: xf86-video-trident/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-trident/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:51 UTC (rev 136497)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-trident
+pkgver=1.3.4
+pkgrel=5
+pkgdesc=X.org Trident video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7c40f5c02bddf399862782b708941e79302318af')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-tdfx/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:51
  Author: jgc
Revision: 136498

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

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

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-tdfx/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-tdfx/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:51 UTC (rev 136498)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-tdfx
+pkgver=1.4.3
+pkgrel=7
+pkgdesc=X.org tdfx video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'tdfx-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.10.99.902')
+options=(!libtool)
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+copyright.patch)
+md5sums=('8161bbf2b100c21b609163f0010766b3'
+ 'a3be7ac534ceb846d3f155ddbe14378f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/copyright.patch
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-tdfx/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:52
  Author: jgc
Revision: 136499

db-move: moved xf86-video-tdfx from [staging] to [testing] (x86_64)

Added:
  xf86-video-tdfx/repos/testing-x86_64/
  xf86-video-tdfx/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-tdfx/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-tdfx/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-tdfx/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-tdfx/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:52 UTC (rev 136499)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-tdfx
+pkgver=1.4.3
+pkgrel=7
+pkgdesc=X.org tdfx video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'tdfx-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.10.99.902')
+options=(!libtool)
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+copyright.patch)
+md5sums=('8161bbf2b100c21b609163f0010766b3'
+ 'a3be7ac534ceb846d3f155ddbe14378f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/copyright.patch
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-sisusb/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:53
  Author: jgc
Revision: 136500

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-sisusb/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-sisusb/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:53 UTC (rev 136500)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.4
+pkgrel=5
+pkgdesc=X.org SiS USB video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('600fd49dffe00121f9042555fea55948653d1a7e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-sisimedia/repos (19 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:55
  Author: jgc
Revision: 136502

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

Added:
  xf86-video-sisimedia/repos/testing-i686/
  
xf86-video-sisimedia/repos/testing-i686/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch)
  
xf86-video-sisimedia/repos/testing-i686/0002-Remove-XFree86-Misc-PassMessage-support.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0002-Remove-XFree86-Misc-PassMessage-support.patch)
  
xf86-video-sisimedia/repos/testing-i686/0003-Fix-build-with-Werror-format-security.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0003-Fix-build-with-Werror-format-security.patch)
  
xf86-video-sisimedia/repos/testing-i686/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch)
  
xf86-video-sisimedia/repos/testing-i686/0005-Correct-bounds-check-of-blitClip-array-access.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0005-Correct-bounds-check-of-blitClip-array-access.patch)
  
xf86-video-sisimedia/repos/testing-i686/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch)
  
xf86-video-sisimedia/repos/testing-i686/0006-Add-IgnoreHotkeyFlag-driver-option.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0006-Add-IgnoreHotkeyFlag-driver-option.patch)
  
xf86-video-sisimedia/repos/testing-i686/0007-Remove-useless-loader-symbol-lists.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0007-Remove-useless-loader-symbol-lists.patch)
  
xf86-video-sisimedia/repos/testing-i686/0008-update-to-xextproto-7-1-support.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0008-update-to-xextproto-7-1-support.patch)
  xf86-video-sisimedia/repos/testing-i686/0009-update-for-rac-removal.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0009-update-for-rac-removal.patch)
  
xf86-video-sisimedia/repos/testing-i686/0010-change-to-use-abi-version-check.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0010-change-to-use-abi-version-check.patch)
  xf86-video-sisimedia/repos/testing-i686/0011-more-rac-removal.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/0011-more-rac-removal.patch)
  xf86-video-sisimedia/repos/testing-i686/COPYING
(from rev 136477, xf86-video-sisimedia/repos/staging-i686/COPYING)
  xf86-video-sisimedia/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-sisimedia/repos/staging-i686/PKGBUILD)
  xf86-video-sisimedia/repos/testing-i686/xf86-video-sis-0.9.1-20102701.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/xf86-video-sis-0.9.1-20102701.patch)
  
xf86-video-sisimedia/repos/testing-i686/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-i686/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch)
  xf86-video-sisimedia/repos/testing-i686/xserver19.patch
(from rev 136477, xf86-video-sisimedia/repos/staging-i686/xserver19.patch)
Deleted:
  xf86-video-sisimedia/repos/staging-i686/

-+
 0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch |   25 
 0002-Remove-XFree86-Misc-PassMessage-support.patch  |   91 
 0003-Fix-build-with-Werror-format-security.patch|   65 
 0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch |   32 
 0005-Correct-bounds-check-of-blitClip-array-access.patch|   38 
 0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch   |   25 
 0006-Add-IgnoreHotkeyFlag-driver-option.patch   |   89 
 0007-Remove-useless-loader-symbol-lists.patch   |  249 +
 0008-update-to-xextproto-7-1-support.patch  |   45 
 0009-update-for-rac-removal.patch   |   69 
 0010-change-to-use-abi-version-check.patch  |   34 
 0011-more-rac-removal.patch |   13 
 COPYING |  139 +
 PKGBUILD|   82 
 xf86-video-sis-0.9.1-20102701.patch | 1376 
++
 xf86-video-sis-0.9.1-dump-regs-after-video-init.patch   |   89 
 xserver19.patch |   30 
 17 files changed, 2491 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 136501:136502 to see the changes.


[arch-commits] Commit in xf86-video-sisimedia/repos (19 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:57
  Author: jgc
Revision: 136503

db-move: moved xf86-video-sisimedia from [staging] to [testing] (x86_64)

Added:
  xf86-video-sisimedia/repos/testing-x86_64/
  
xf86-video-sisimedia/repos/testing-x86_64/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0002-Remove-XFree86-Misc-PassMessage-support.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0002-Remove-XFree86-Misc-PassMessage-support.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0003-Fix-build-with-Werror-format-security.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0003-Fix-build-with-Werror-format-security.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0005-Correct-bounds-check-of-blitClip-array-access.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0005-Correct-bounds-check-of-blitClip-array-access.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0006-Add-IgnoreHotkeyFlag-driver-option.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0006-Add-IgnoreHotkeyFlag-driver-option.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0007-Remove-useless-loader-symbol-lists.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0007-Remove-useless-loader-symbol-lists.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0008-update-to-xextproto-7-1-support.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0008-update-to-xextproto-7-1-support.patch)
  xf86-video-sisimedia/repos/testing-x86_64/0009-update-for-rac-removal.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0009-update-for-rac-removal.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0010-change-to-use-abi-version-check.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0010-change-to-use-abi-version-check.patch)
  xf86-video-sisimedia/repos/testing-x86_64/0011-more-rac-removal.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/0011-more-rac-removal.patch)
  xf86-video-sisimedia/repos/testing-x86_64/COPYING
(from rev 136477, xf86-video-sisimedia/repos/staging-x86_64/COPYING)
  xf86-video-sisimedia/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-sisimedia/repos/staging-x86_64/PKGBUILD)
  xf86-video-sisimedia/repos/testing-x86_64/xf86-video-sis-0.9.1-20102701.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/xf86-video-sis-0.9.1-20102701.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch
(from rev 136477, 
xf86-video-sisimedia/repos/staging-x86_64/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch)
  xf86-video-sisimedia/repos/testing-x86_64/xserver19.patch
(from rev 136477, xf86-video-sisimedia/repos/staging-x86_64/xserver19.patch)
Deleted:
  xf86-video-sisimedia/repos/staging-x86_64/

-+
 0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch |   25 
 0002-Remove-XFree86-Misc-PassMessage-support.patch  |   91 
 0003-Fix-build-with-Werror-format-security.patch|   65 
 0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch |   32 
 0005-Correct-bounds-check-of-blitClip-array-access.patch|   38 
 0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch   |   25 
 0006-Add-IgnoreHotkeyFlag-driver-option.patch   |   89 
 0007-Remove-useless-loader-symbol-lists.patch   |  249 +
 0008-update-to-xextproto-7-1-support.patch  |   45 
 0009-update-for-rac-removal.patch   |   69 
 0010-change-to-use-abi-version-check.patch  |   34 
 0011-more-rac-removal.patch |   13 
 COPYING |  139 +
 PKGBUILD|   82 
 xf86-video-sis-0.9.1-20102701.patch | 1376 
++
 xf86-video-sis-0.9.1-dump-regs-after-video-init.patch   |   89 
 xserver19.patch |   30 
 17 files changed, 2491 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 136502:136503 to see the changes.


[arch-commits] Commit in xf86-video-sis/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:58
  Author: jgc
Revision: 136504

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

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

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: xf86-video-sis/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-sis/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:44:58 UTC (rev 136504)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-sis
+pkgver=0.10.3
+pkgrel=5
+pkgdesc=X.org SiS video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'sis-dri')
+makedepends=('xorg-server-devel=1.11.0' 'xf86dgaproto' 'libdrm' 
'xf86driproto' 'mesa' 'glproto')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('158673747e240b0c33499685a32d46bdaead7cd5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-sisusb/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:54
  Author: jgc
Revision: 136501

db-move: moved xf86-video-sisusb from [staging] to [testing] (x86_64)

Added:
  xf86-video-sisusb/repos/testing-x86_64/
  xf86-video-sisusb/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-sisusb/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-sisusb/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-sisusb/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-sisusb/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:54 UTC (rev 136501)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-sisusb
+pkgver=0.9.4
+pkgrel=5
+pkgdesc=X.org SiS USB video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('600fd49dffe00121f9042555fea55948653d1a7e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-sis/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:44:59
  Author: jgc
Revision: 136505

db-move: moved xf86-video-sis from [staging] to [testing] (x86_64)

Added:
  xf86-video-sis/repos/testing-x86_64/
  xf86-video-sis/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-sis/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-sis/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: xf86-video-sis/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-sis/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:44:59 UTC (rev 136505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-sis
+pkgver=0.10.3
+pkgrel=5
+pkgdesc=X.org SiS video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'sis-dri')
+makedepends=('xorg-server-devel=1.11.0' 'xf86dgaproto' 'libdrm' 
'xf86driproto' 'mesa' 'glproto')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('158673747e240b0c33499685a32d46bdaead7cd5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-siliconmotion/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:00
  Author: jgc
Revision: 136506

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

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

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-video-siliconmotion/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-siliconmotion/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:00 UTC (rev 136506)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.5
+pkgrel=3
+pkgdesc=X.org siliconmotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('946acae0822d51da57abe8b7ed049691bd731589')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-siliconmotion/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:01
  Author: jgc
Revision: 136507

db-move: moved xf86-video-siliconmotion from [staging] to [testing] (x86_64)

Added:
  xf86-video-siliconmotion/repos/testing-x86_64/
  xf86-video-siliconmotion/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-siliconmotion/repos/staging-x86_64/

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-video-siliconmotion/repos/testing-x86_64/PKGBUILD (from rev 
136477, xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:01 UTC (rev 136507)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.5
+pkgrel=3
+pkgdesc=X.org siliconmotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('946acae0822d51da57abe8b7ed049691bd731589')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-savage/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:02
  Author: jgc
Revision: 136508

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

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

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-savage/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-savage/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:02 UTC (rev 136508)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-savage
+pkgver=2.3.2
+pkgrel=3
+pkgdesc=X.org savage video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'savage-dri')
+makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto' 'mesa' 'glproto')
+conflicts=('xorg-server1.10.0')
+options=(!libtool !makeflags)
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('d675693d0b29cb24f624ef57c1fe2f271f6bf6c3'
+  '0ee1dd57cd48dad4d46ebcfe914b88027e44c3f1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-savage/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:04
  Author: jgc
Revision: 136509

db-move: moved xf86-video-savage from [staging] to [testing] (x86_64)

Added:
  xf86-video-savage/repos/testing-x86_64/
  xf86-video-savage/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-savage/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-savage/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-savage/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-savage/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:04 UTC (rev 136509)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-savage
+pkgver=2.3.2
+pkgrel=3
+pkgdesc=X.org savage video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'savage-dri')
+makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto' 'mesa' 'glproto')
+conflicts=('xorg-server1.10.0')
+options=(!libtool !makeflags)
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('d675693d0b29cb24f624ef57c1fe2f271f6bf6c3'
+  '0ee1dd57cd48dad4d46ebcfe914b88027e44c3f1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-08-30 Thread Jan de Groot
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 andy...@archlinux.org
+# Contributor: buddabrod buddab...@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-server1.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
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:18
  Author: jgc
Revision: 136523

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

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

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

Copied: xf86-video-nouveau/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-nouveau/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:18 UTC (rev 136523)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@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-server1.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-x86_64/xf86-video-nouveau.install 
(from rev 136477, 
xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install)
===
--- testing-x86_64/xf86-video-nouveau.install   (rev 0)
+++ testing-x86_64/xf86-video-nouveau.install   2011-08-30 08:45:18 UTC (rev 
136523)
@@ -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
+}



[arch-commits] Commit in xf86-video-neomagic/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:19
  Author: jgc
Revision: 136524

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-neomagic/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-neomagic/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:19 UTC (rev 136524)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.5
+pkgrel=5
+pkgdesc=X.org neomagic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0' 'xf86dgaproto')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('02c994e2eae191b50a8cd556e5b52d82725073b3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-neomagic/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:20
  Author: jgc
Revision: 136525

db-move: moved xf86-video-neomagic from [staging] to [testing] (x86_64)

Added:
  xf86-video-neomagic/repos/testing-x86_64/
  xf86-video-neomagic/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-neomagic/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-neomagic/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-neomagic/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-neomagic/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:20 UTC (rev 136525)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-neomagic
+pkgver=1.2.5
+pkgrel=5
+pkgdesc=X.org neomagic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0' 'xf86dgaproto')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('02c994e2eae191b50a8cd556e5b52d82725073b3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-mga/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:21
  Author: jgc
Revision: 136526

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

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

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-mga/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-mga/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:21 UTC (rev 136526)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mga
+pkgver=1.4.13
+pkgrel=4
+pkgdesc=X.org mga video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'mga-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('55aa185cf381def4b5905c8b93694b8dfbd5c378'
+  '74782a39533ef475bd02b8b4645775879494e568')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-mga/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:22
  Author: jgc
Revision: 136527

db-move: moved xf86-video-mga from [staging] to [testing] (x86_64)

Added:
  xf86-video-mga/repos/testing-x86_64/
  xf86-video-mga/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-mga/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-mga/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-mga/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-mga/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:22 UTC (rev 136527)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mga
+pkgver=1.4.13
+pkgrel=4
+pkgdesc=X.org mga video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'mga-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('55aa185cf381def4b5905c8b93694b8dfbd5c378'
+  '74782a39533ef475bd02b8b4645775879494e568')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-mach64/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:23
  Author: jgc
Revision: 136528

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

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

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-mach64/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-mach64/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:23 UTC (rev 136528)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mach64
+pkgver=6.9.0
+pkgrel=2
+pkgdesc=X.org mach64 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'mach64-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('95a7ec9761fe11dadbcd9078c55148198a91b2f1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-mach64/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:23
  Author: jgc
Revision: 136529

db-move: moved xf86-video-mach64 from [staging] to [testing] (x86_64)

Added:
  xf86-video-mach64/repos/testing-x86_64/
  xf86-video-mach64/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-mach64/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-mach64/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-mach64/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-mach64/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:23 UTC (rev 136529)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-mach64
+pkgver=6.9.0
+pkgrel=2
+pkgdesc=X.org mach64 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'mach64-dri')
+makedepends=('xorg-server-devel=1.10.99.902' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('95a7ec9761fe11dadbcd9078c55148198a91b2f1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-intel/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:24
  Author: jgc
Revision: 136530

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

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

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-intel/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:24 UTC (rev 136530)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.16.0
+pkgrel=1
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(intel-dri libxvmc libpciaccess libdrm xcb-util libxfixes udev)
+makedepends=('xorg-server-devel=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'xcb-util' 'libxrender')
+conflicts=('xorg-server1.10.99.902' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('53441ea4d4335b501d32809b6b92593cbb1f79cf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-intel/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:25
  Author: jgc
Revision: 136531

db-move: moved xf86-video-intel from [staging] to [testing] (x86_64)

Added:
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-intel/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-intel/repos/staging-x86_64/

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-intel/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:25 UTC (rev 136531)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.16.0
+pkgrel=1
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(intel-dri libxvmc libpciaccess libdrm xcb-util libxfixes udev)
+makedepends=('xorg-server-devel=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'xcb-util' 'libxrender')
+conflicts=('xorg-server1.10.99.902' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('53441ea4d4335b501d32809b6b92593cbb1f79cf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-i740/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:26
  Author: jgc
Revision: 136532

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-i740/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-i740/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:26 UTC (rev 136532)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i740
+pkgver=1.3.2
+pkgrel=7
+pkgdesc=X.org Intel i740 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('aadd2168153f780c487778e5fdda5473ed4b243d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-i740/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:27
  Author: jgc
Revision: 136533

db-move: moved xf86-video-i740 from [staging] to [testing] (x86_64)

Added:
  xf86-video-i740/repos/testing-x86_64/
  xf86-video-i740/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-i740/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-i740/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-i740/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-i740/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:27 UTC (rev 136533)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i740
+pkgver=1.3.2
+pkgrel=7
+pkgdesc=X.org Intel i740 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('aadd2168153f780c487778e5fdda5473ed4b243d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-i128/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:27
  Author: jgc
Revision: 136534

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-i128/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-i128/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:27 UTC (rev 136534)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i128
+pkgver=1.3.4
+pkgrel=4
+pkgdesc=X.org Number 9 I128 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d5f755dc964eaa067b4efcafafd00814a60df775')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-s3virge/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:05
  Author: jgc
Revision: 136510

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

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

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-video-s3virge/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-s3virge/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:05 UTC (rev 136510)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-s3virge
+pkgver=1.10.4
+pkgrel=6
+pkgdesc=X.org S3 Virge video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=(!libtool)
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+copyright.patch)
+md5sums=('6517bbbf808c700502d51acdc44662f8'
+ 'f91fb259e3632fb9130fcbe69ecd9d6a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/copyright.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-s3virge/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:06
  Author: jgc
Revision: 136511

db-move: moved xf86-video-s3virge from [staging] to [testing] (x86_64)

Added:
  xf86-video-s3virge/repos/testing-x86_64/
  xf86-video-s3virge/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-s3virge/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-s3virge/repos/staging-x86_64/

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-video-s3virge/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-s3virge/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:06 UTC (rev 136511)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-s3virge
+pkgver=1.10.4
+pkgrel=6
+pkgdesc=X.org S3 Virge video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=(!libtool)
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+copyright.patch)
+md5sums=('6517bbbf808c700502d51acdc44662f8'
+ 'f91fb259e3632fb9130fcbe69ecd9d6a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/copyright.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-s3/repos (5 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:07
  Author: jgc
Revision: 136512

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

Added:
  xf86-video-s3/repos/testing-i686/
  xf86-video-s3/repos/testing-i686/LICENSE
(from rev 136477, xf86-video-s3/repos/staging-i686/LICENSE)
  xf86-video-s3/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-s3/repos/staging-i686/PKGBUILD)
  xf86-video-s3/repos/testing-i686/git-fixes.patch
(from rev 136477, xf86-video-s3/repos/staging-i686/git-fixes.patch)
Deleted:
  xf86-video-s3/repos/staging-i686/

-+
 LICENSE |   25 ++
 PKGBUILD|   31 +++
 git-fixes.patch |  458 ++
 3 files changed, 514 insertions(+)

Copied: xf86-video-s3/repos/testing-i686/LICENSE (from rev 136477, 
xf86-video-s3/repos/staging-i686/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2011-08-30 08:45:07 UTC (rev 136512)
@@ -0,0 +1,25 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+ Copyright 2001  Ani Joshi ajo...@unixbox.com
+
+ XFree86 4.x driver for S3 chipsets
+
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation and
+that the name of Ani Joshi not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission.  Ani Joshi makes no representations
+about the suitability of this software for any purpose.  It is provided
+as-is without express or implied warranty.
+
+ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Copied: xf86-video-s3/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-s3/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:07 UTC (rev 136512)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-s3
+pkgver=0.6.3
+pkgrel=6
+pkgdesc=X.org S3 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+md5sums=('5eb06d88533fb327d067928faeb20860'
+ '77a455ce7e254c73b1cbd408c7f4ecf4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: xf86-video-s3/repos/testing-i686/git-fixes.patch (from rev 136477, 
xf86-video-s3/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2011-08-30 08:45:07 UTC (rev 136512)
@@ -0,0 +1,458 @@
+diff --git a/COPYING b/COPYING
+index 7f33cbf..458ab5f 100644
+--- a/COPYING
 b/COPYING
+@@ -1,12 +1,70 @@
+-This is a stub file.  This package has not yet had its complete licensing
+-information compiled.  Please see the individual source files for details on
+-your rights to use and modify this software.
++ Copyright 2001  Ani Joshi ajo...@unixbox.com
+ 
+-Please submit updated COPYING files to the Xorg bugzilla:
++ XFree86 4.x driver for S3 chipsets
+ 
+-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+ 
+-All licensing questions regarding this software should be directed at the
+-Xorg mailing list:
++Permission to use, copy, modify, distribute, and sell this software and its
++documentation for any purpose is hereby granted without fee, provided that
++the above copyright notice appear in all copies and that both that copyright
++notice and this permission notice appear in supporting documentation and
++that the name of Ani Joshi not be used in advertising or
++publicity pertaining to distribution of the software without specific,
++written prior 

[arch-commits] Commit in xf86-video-s3/repos (5 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:08
  Author: jgc
Revision: 136513

db-move: moved xf86-video-s3 from [staging] to [testing] (x86_64)

Added:
  xf86-video-s3/repos/testing-x86_64/
  xf86-video-s3/repos/testing-x86_64/LICENSE
(from rev 136477, xf86-video-s3/repos/staging-x86_64/LICENSE)
  xf86-video-s3/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-s3/repos/staging-x86_64/PKGBUILD)
  xf86-video-s3/repos/testing-x86_64/git-fixes.patch
(from rev 136477, xf86-video-s3/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-s3/repos/staging-x86_64/

-+
 LICENSE |   25 ++
 PKGBUILD|   31 +++
 git-fixes.patch |  458 ++
 3 files changed, 514 insertions(+)

Copied: xf86-video-s3/repos/testing-x86_64/LICENSE (from rev 136477, 
xf86-video-s3/repos/staging-x86_64/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2011-08-30 08:45:08 UTC (rev 136513)
@@ -0,0 +1,25 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+ Copyright 2001  Ani Joshi ajo...@unixbox.com
+
+ XFree86 4.x driver for S3 chipsets
+
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation and
+that the name of Ani Joshi not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission.  Ani Joshi makes no representations
+about the suitability of this software for any purpose.  It is provided
+as-is without express or implied warranty.
+
+ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Copied: xf86-video-s3/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-s3/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:08 UTC (rev 136513)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-s3
+pkgver=0.6.3
+pkgrel=6
+pkgdesc=X.org S3 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+md5sums=('5eb06d88533fb327d067928faeb20860'
+ '77a455ce7e254c73b1cbd408c7f4ecf4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: xf86-video-s3/repos/testing-x86_64/git-fixes.patch (from rev 136477, 
xf86-video-s3/repos/staging-x86_64/git-fixes.patch)
===
--- testing-x86_64/git-fixes.patch  (rev 0)
+++ testing-x86_64/git-fixes.patch  2011-08-30 08:45:08 UTC (rev 136513)
@@ -0,0 +1,458 @@
+diff --git a/COPYING b/COPYING
+index 7f33cbf..458ab5f 100644
+--- a/COPYING
 b/COPYING
+@@ -1,12 +1,70 @@
+-This is a stub file.  This package has not yet had its complete licensing
+-information compiled.  Please see the individual source files for details on
+-your rights to use and modify this software.
++ Copyright 2001  Ani Joshi ajo...@unixbox.com
+ 
+-Please submit updated COPYING files to the Xorg bugzilla:
++ XFree86 4.x driver for S3 chipsets
+ 
+-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+ 
+-All licensing questions regarding this software should be directed at the
+-Xorg mailing list:
++Permission to use, copy, modify, distribute, and sell this software and its
++documentation for any purpose is hereby granted without fee, provided that
++the above copyright notice appear in all copies and that both that copyright
++notice and this permission notice appear in supporting documentation and
++that the name of Ani Joshi not be used in advertising or
++publicity pertaining to distribution of the software without 

[arch-commits] Commit in xf86-video-rendition/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:10
  Author: jgc
Revision: 136514

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

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

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-video-rendition/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-rendition/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:10 UTC (rev 136514)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.4
+pkgrel=5
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool' '!strip')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('16148c25183f7829c22bc9dfdb588c1a16bf4565')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}



[arch-commits] Commit in xf86-video-rendition/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:11
  Author: jgc
Revision: 136515

db-move: moved xf86-video-rendition from [staging] to [testing] (x86_64)

Added:
  xf86-video-rendition/repos/testing-x86_64/
  xf86-video-rendition/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-rendition/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-rendition/repos/staging-x86_64/

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-video-rendition/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-rendition/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:11 UTC (rev 136515)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.4
+pkgrel=5
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool' '!strip')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('16148c25183f7829c22bc9dfdb588c1a16bf4565')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:12
  Author: jgc
Revision: 136516

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

Added:
  xf86-video-r128/repos/testing-i686/
  xf86-video-r128/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-r128/repos/staging-i686/PKGBUILD)
  xf86-video-r128/repos/testing-i686/git-fixes.patch
(from rev 136477, xf86-video-r128/repos/staging-i686/git-fixes.patch)
Deleted:
  xf86-video-r128/repos/staging-i686/

-+
 PKGBUILD|   32 ++
 git-fixes.patch |  842 ++
 2 files changed, 874 insertions(+)

Copied: xf86-video-r128/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-r128/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:12 UTC (rev 136516)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-r128
+pkgver=6.8.1
+pkgrel=7
+pkgdesc=X.org ati Rage128 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'r128-dri')
+makedepends=('xorg-server-devel=1.11.0' 'xf86driproto' 'libdrm' 'mesa' 
'glproto')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+md5sums=('2b90854a62a4d45d652062f582dc8d13'
+ '3937776d4427861d0797e47119ac327d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+
+  autoreconf -fi
+  ./configure --prefix=/usr  --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-r128/repos/testing-i686/git-fixes.patch (from rev 136477, 
xf86-video-r128/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2011-08-30 08:45:12 UTC (rev 136516)
@@ -0,0 +1,842 @@
+diff --git a/COPYING b/COPYING
+index 7f33cbf..05bcb74 100644
+--- a/COPYING
 b/COPYING
+@@ -1,12 +1,91 @@
+-This is a stub file.  This package has not yet had its complete licensing
+-information compiled.  Please see the individual source files for details on
+-your rights to use and modify this software.
++Copyright 2007 George Sapountzis
+ 
+-Please submit updated COPYING files to the Xorg bugzilla:
++Permission is hereby granted, free of charge, to any person obtaining a
++copy of this software and associated documentation files (the Software),
++to deal in the Software without restriction, including without limitation
++the rights to use, copy, modify, merge, publish, distribute, sublicense,
++and/or sell copies of the Software, and to permit persons to whom the
++Software is furnished to do so, subject to the following conditions:
+ 
+-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
++The above copyright notice and this permission notice (including the next
++paragraph) shall be included in all copies or substantial portions of the
++Software.
+ 
+-All licensing questions regarding this software should be directed at the
+-Xorg mailing list:
++THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
++THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
++OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
++SOFTWARE.
++
++Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,
++ Precision Insight, Inc., Cedar Park, Texas, and
++ VA Linux Systems Inc., Fremont, California.
++
++All Rights Reserved.
++
++Permission is hereby granted, free of charge, to any person obtaining
++a copy of this software and associated documentation files (the
++Software), to deal in the Software without restriction, including
++without limitation on the rights to use, copy, modify, merge,
++publish, distribute, sublicense, and/or sell copies of the Software,
++and to permit persons to whom the Software is furnished to do so,
++subject to the following conditions:
++
++The above copyright notice and this permission notice (including the
++next paragraph) shall be included in all copies or substantial
++portions of the Software.
++
++THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
++NON-INFRINGEMENT.  IN 

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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:13
  Author: jgc
Revision: 136517

db-move: moved xf86-video-r128 from [staging] to [testing] (x86_64)

Added:
  xf86-video-r128/repos/testing-x86_64/
  xf86-video-r128/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-r128/repos/staging-x86_64/PKGBUILD)
  xf86-video-r128/repos/testing-x86_64/git-fixes.patch
(from rev 136477, xf86-video-r128/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-r128/repos/staging-x86_64/

-+
 PKGBUILD|   32 ++
 git-fixes.patch |  842 ++
 2 files changed, 874 insertions(+)

Copied: xf86-video-r128/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-r128/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:13 UTC (rev 136517)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-r128
+pkgver=6.8.1
+pkgrel=7
+pkgdesc=X.org ati Rage128 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc' 'r128-dri')
+makedepends=('xorg-server-devel=1.11.0' 'xf86driproto' 'libdrm' 'mesa' 
'glproto')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+md5sums=('2b90854a62a4d45d652062f582dc8d13'
+ '3937776d4427861d0797e47119ac327d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+
+  autoreconf -fi
+  ./configure --prefix=/usr  --enable-dri
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-r128/repos/testing-x86_64/git-fixes.patch (from rev 136477, 
xf86-video-r128/repos/staging-x86_64/git-fixes.patch)
===
--- testing-x86_64/git-fixes.patch  (rev 0)
+++ testing-x86_64/git-fixes.patch  2011-08-30 08:45:13 UTC (rev 136517)
@@ -0,0 +1,842 @@
+diff --git a/COPYING b/COPYING
+index 7f33cbf..05bcb74 100644
+--- a/COPYING
 b/COPYING
+@@ -1,12 +1,91 @@
+-This is a stub file.  This package has not yet had its complete licensing
+-information compiled.  Please see the individual source files for details on
+-your rights to use and modify this software.
++Copyright 2007 George Sapountzis
+ 
+-Please submit updated COPYING files to the Xorg bugzilla:
++Permission is hereby granted, free of charge, to any person obtaining a
++copy of this software and associated documentation files (the Software),
++to deal in the Software without restriction, including without limitation
++the rights to use, copy, modify, merge, publish, distribute, sublicense,
++and/or sell copies of the Software, and to permit persons to whom the
++Software is furnished to do so, subject to the following conditions:
+ 
+-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
++The above copyright notice and this permission notice (including the next
++paragraph) shall be included in all copies or substantial portions of the
++Software.
+ 
+-All licensing questions regarding this software should be directed at the
+-Xorg mailing list:
++THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
++THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
++OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
++SOFTWARE.
++
++Copyright 1999, 2000 ATI Technologies Inc., Markham, Ontario,
++ Precision Insight, Inc., Cedar Park, Texas, and
++ VA Linux Systems Inc., Fremont, California.
++
++All Rights Reserved.
++
++Permission is hereby granted, free of charge, to any person obtaining
++a copy of this software and associated documentation files (the
++Software), to deal in the Software without restriction, including
++without limitation on the rights to use, copy, modify, merge,
++publish, distribute, sublicense, and/or sell copies of the Software,
++and to permit persons to whom the Software is furnished to do so,
++subject to the following conditions:
++
++The above copyright notice and this permission notice (including the
++next paragraph) shall be included in all copies or substantial
++portions of the Software.
++
++THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

[arch-commits] Commit in xf86-video-openchrome/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:14
  Author: jgc
Revision: 136518

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

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

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-video-openchrome/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-openchrome/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:14 UTC (rev 136518)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Paul Mattal p...@mattal.com
+# Maintainer: Juergen Hoetzel juer...@hoetzel.info
+
+pkgname=xf86-video-openchrome
+pkgver=0.2.904
+_svnver=r933
+pkgrel=6
+pkgdesc=X.Org Openchrome drivers
+arch=(i686 x86_64)
+license=('custom')
+url=http://www.openchrome.org;
+depends=('libdrm' 'libxvmc' 'unichrome-dri')
+makedepends=('xorg-server-devel=1.11.0' 'libdrm' 'xf86driproto' 'mesa' 
'libxvmc' 'glproto')
+replaces=('openchrome' 'xf86-video-via')
+options=('!libtool' '!makeflags')
+conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 
'xorg-server1.11.0')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-${_svnver}.tar.bz2)
+md5sums=('d661460276a31d3d012d8cdb1a0a73c1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-openchrome/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:15
  Author: jgc
Revision: 136519

db-move: moved xf86-video-openchrome from [staging] to [testing] (x86_64)

Added:
  xf86-video-openchrome/repos/testing-x86_64/
  xf86-video-openchrome/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-openchrome/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-openchrome/repos/staging-x86_64/

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-video-openchrome/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-openchrome/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:15 UTC (rev 136519)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Paul Mattal p...@mattal.com
+# Maintainer: Juergen Hoetzel juer...@hoetzel.info
+
+pkgname=xf86-video-openchrome
+pkgver=0.2.904
+_svnver=r933
+pkgrel=6
+pkgdesc=X.Org Openchrome drivers
+arch=(i686 x86_64)
+license=('custom')
+url=http://www.openchrome.org;
+depends=('libdrm' 'libxvmc' 'unichrome-dri')
+makedepends=('xorg-server-devel=1.11.0' 'libdrm' 'xf86driproto' 'mesa' 
'libxvmc' 'glproto')
+replaces=('openchrome' 'xf86-video-via')
+options=('!libtool' '!makeflags')
+conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 
'xorg-server1.11.0')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-${_svnver}.tar.bz2)
+md5sums=('d661460276a31d3d012d8cdb1a0a73c1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-nv/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:16
  Author: jgc
Revision: 136520

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

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

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: xf86-video-nv/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-nv/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:16 UTC (rev 136520)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-nv
+pkgver=2.1.18
+pkgrel=4
+pkgdesc=X.org nv video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d35b2fa5a26a507a9cc95b69243d9fd0c0f32aa2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-glint/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:29
  Author: jgc
Revision: 136536

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

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

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-glint/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-glint/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:29 UTC (rev 136536)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-glint
+pkgver=1.2.5
+pkgrel=3
+pkgdesc=X.org GLINT/Permedia video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('28d54093c6485bf0055fa16be3d116f9107aaea7'
+  'cc3a7b76e33755e8c9889ae1182ec468956dbc9c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-glint/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:30
  Author: jgc
Revision: 136537

db-move: moved xf86-video-glint from [staging] to [testing] (x86_64)

Added:
  xf86-video-glint/repos/testing-x86_64/
  xf86-video-glint/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-glint/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-glint/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-video-glint/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-glint/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:30 UTC (rev 136537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-glint
+pkgver=1.2.5
+pkgrel=3
+pkgdesc=X.org GLINT/Permedia video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('28d54093c6485bf0055fa16be3d116f9107aaea7'
+  'cc3a7b76e33755e8c9889ae1182ec468956dbc9c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  autoreconf -fi
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-i128/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:28
  Author: jgc
Revision: 136535

db-move: moved xf86-video-i128 from [staging] to [testing] (x86_64)

Added:
  xf86-video-i128/repos/testing-x86_64/
  xf86-video-i128/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-i128/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-i128/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-i128/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-i128/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:28 UTC (rev 136535)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-i128
+pkgver=1.3.4
+pkgrel=4
+pkgdesc=X.org Number 9 I128 video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d5f755dc964eaa067b4efcafafd00814a60df775')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-fbdev/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:31
  Author: jgc
Revision: 136538

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-fbdev/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-fbdev/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:31 UTC (rev 136538)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.2
+pkgrel=5
+pkgdesc=X.org framebuffer video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c8562f997d56c9fec50df6ca9892f39f43ff4c2c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-fbdev/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:31
  Author: jgc
Revision: 136539

db-move: moved xf86-video-fbdev from [staging] to [testing] (x86_64)

Added:
  xf86-video-fbdev/repos/testing-x86_64/
  xf86-video-fbdev/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-fbdev/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-fbdev/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-fbdev/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-fbdev/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:31 UTC (rev 136539)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-fbdev
+pkgver=0.4.2
+pkgrel=5
+pkgdesc=X.org framebuffer video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c8562f997d56c9fec50df6ca9892f39f43ff4c2c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-dummy/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:32
  Author: jgc
Revision: 136540

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-dummy/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-dummy/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:32 UTC (rev 136540)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-dummy
+pkgver=0.3.4
+pkgrel=5
+pkgdesc=X.org dummy video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('876ed7165ea2821bbddd73232a1ce0b79c1f14ff')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-dummy/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:33
  Author: jgc
Revision: 136541

db-move: moved xf86-video-dummy from [staging] to [testing] (x86_64)

Added:
  xf86-video-dummy/repos/testing-x86_64/
  xf86-video-dummy/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-dummy/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-dummy/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-dummy/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-dummy/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:33 UTC (rev 136541)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-dummy
+pkgver=0.3.4
+pkgrel=5
+pkgdesc=X.org dummy video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902' 'xf86dgaproto')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('876ed7165ea2821bbddd73232a1ce0b79c1f14ff')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-cirrus/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:34
  Author: jgc
Revision: 136542

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-cirrus/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-cirrus/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:34 UTC (rev 136542)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-cirrus
+pkgver=1.3.2
+pkgrel=7
+pkgdesc=X.org Cirrus Logic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8195d03ed0be0975c03441e66a9f53b3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-vmmouse/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:59
  Author: jgc
Revision: 136559

db-move: moved xf86-input-vmmouse from [staging] to [testing] (x86_64)

Added:
  xf86-input-vmmouse/repos/testing-x86_64/
  xf86-input-vmmouse/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-vmmouse/repos/staging-x86_64/

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-input-vmmouse/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-vmmouse/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:59 UTC (rev 136559)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-vmmouse
+pkgver=12.7.0
+pkgrel=3
+pkgdesc=X.org VMWare Mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'sh')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('6618f84a037c8f4817e1a2822d6a5a795814e544')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -rf ${pkgdir}/usr/share/hal
+}



[arch-commits] Commit in xf86-input-synaptics/repos (4 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:00
  Author: jgc
Revision: 136560

db-move: moved xf86-input-synaptics from [staging] to [testing] (i686)

Added:
  xf86-input-synaptics/repos/testing-i686/
  xf86-input-synaptics/repos/testing-i686/10-synaptics.conf
(from rev 136477, xf86-input-synaptics/repos/staging-i686/10-synaptics.conf)
  xf86-input-synaptics/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-synaptics/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-synaptics/repos/staging-i686/

---+
 10-synaptics.conf |9 +
 PKGBUILD  |   42 ++
 2 files changed, 51 insertions(+)

Copied: xf86-input-synaptics/repos/testing-i686/10-synaptics.conf (from rev 
136477, xf86-input-synaptics/repos/staging-i686/10-synaptics.conf)
===
--- testing-i686/10-synaptics.conf  (rev 0)
+++ testing-i686/10-synaptics.conf  2011-08-30 08:46:00 UTC (rev 136560)
@@ -0,0 +1,9 @@
+Section InputClass
+Identifier touchpad catchall
+Driver synaptics
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Option TapButton1 1
+Option TapButton2 2
+Option TapButton3 3
+EndSection

Copied: xf86-input-synaptics/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-synaptics/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:46:00 UTC (rev 136560)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=Synaptics driver for notebook touchpads
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst')
+makedepends=('xorg-server-devel=1.10.99.902' 'libxi' 'libx11')
+conflicts=('xorg-server1.10.99.902')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+10-synaptics.conf)
+sha1sums=('e41201476f4bc8658291808d2d6ef2e0535179ae'
+  '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/10-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  rm -rf ${pkgdir}/usr/share/X11
+}



[arch-commits] Commit in xf86-input-synaptics/repos (4 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:01
  Author: jgc
Revision: 136561

db-move: moved xf86-input-synaptics from [staging] to [testing] (x86_64)

Added:
  xf86-input-synaptics/repos/testing-x86_64/
  xf86-input-synaptics/repos/testing-x86_64/10-synaptics.conf
(from rev 136477, 
xf86-input-synaptics/repos/staging-x86_64/10-synaptics.conf)
  xf86-input-synaptics/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-synaptics/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-synaptics/repos/staging-x86_64/

---+
 10-synaptics.conf |9 +
 PKGBUILD  |   42 ++
 2 files changed, 51 insertions(+)

Copied: xf86-input-synaptics/repos/testing-x86_64/10-synaptics.conf (from rev 
136477, xf86-input-synaptics/repos/staging-x86_64/10-synaptics.conf)
===
--- testing-x86_64/10-synaptics.conf(rev 0)
+++ testing-x86_64/10-synaptics.conf2011-08-30 08:46:01 UTC (rev 136561)
@@ -0,0 +1,9 @@
+Section InputClass
+Identifier touchpad catchall
+Driver synaptics
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Option TapButton1 1
+Option TapButton2 2
+Option TapButton3 3
+EndSection

Copied: xf86-input-synaptics/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-synaptics/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:46:01 UTC (rev 136561)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=Synaptics driver for notebook touchpads
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst')
+makedepends=('xorg-server-devel=1.10.99.902' 'libxi' 'libx11')
+conflicts=('xorg-server1.10.99.902')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+10-synaptics.conf)
+sha1sums=('e41201476f4bc8658291808d2d6ef2e0535179ae'
+  '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/10-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  rm -rf ${pkgdir}/usr/share/X11
+}



[arch-commits] Commit in xf86-input-mouse/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:02
  Author: jgc
Revision: 136562

db-move: moved xf86-input-mouse from [staging] to [testing] (i686)

Added:
  xf86-input-mouse/repos/testing-i686/
  xf86-input-mouse/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-mouse/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-mouse/repos/staging-i686/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-input-mouse/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-mouse/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:46:02 UTC (rev 136562)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.7.1
+pkgrel=2
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('11a6402e82d65bda5fb559c5e9bc72f3fd7af2ed')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-mouse/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:02
  Author: jgc
Revision: 136563

db-move: moved xf86-input-mouse from [staging] to [testing] (x86_64)

Added:
  xf86-input-mouse/repos/testing-x86_64/
  xf86-input-mouse/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-mouse/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-mouse/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: xf86-input-mouse/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-mouse/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:46:02 UTC (rev 136563)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.7.1
+pkgrel=2
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('11a6402e82d65bda5fb559c5e9bc72f3fd7af2ed')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-keyboard/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:03
  Author: jgc
Revision: 136564

db-move: moved xf86-input-keyboard from [staging] to [testing] (i686)

Added:
  xf86-input-keyboard/repos/testing-i686/
  xf86-input-keyboard/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-keyboard/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-keyboard/repos/staging-i686/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-input-keyboard/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-keyboard/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:46:03 UTC (rev 136564)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8e845086749f8c4b64fdfa852b4b26cf7bb62dc9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-nv/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:17
  Author: jgc
Revision: 136521

db-move: moved xf86-video-nv from [staging] to [testing] (x86_64)

Added:
  xf86-video-nv/repos/testing-x86_64/
  xf86-video-nv/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-nv/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-nv/repos/staging-x86_64/

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: xf86-video-nv/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-nv/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:17 UTC (rev 136521)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-nv
+pkgver=2.1.18
+pkgrel=4
+pkgdesc=X.org nv video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d35b2fa5a26a507a9cc95b69243d9fd0c0f32aa2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-cirrus/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:35
  Author: jgc
Revision: 136543

db-move: moved xf86-video-cirrus from [staging] to [testing] (x86_64)

Added:
  xf86-video-cirrus/repos/testing-x86_64/
  xf86-video-cirrus/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-cirrus/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-cirrus/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-cirrus/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-cirrus/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:35 UTC (rev 136543)
@@ -0,0 +1,26 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-cirrus
+pkgver=1.3.2
+pkgrel=7
+pkgdesc=X.org Cirrus Logic video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8195d03ed0be0975c03441e66a9f53b3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:37
  Author: jgc
Revision: 136545

db-move: moved xf86-video-chips from [staging] to [testing] (x86_64)

Added:
  xf86-video-chips/repos/testing-x86_64/
  xf86-video-chips/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-chips/repos/staging-x86_64/PKGBUILD)
  
xf86-video-chips/repos/testing-x86_64/gut-overlay-8-16-support-from-driver.patch
(from rev 136477, 
xf86-video-chips/repos/staging-x86_64/gut-overlay-8-16-support-from-driver.patch)
Deleted:
  xf86-video-chips/repos/staging-x86_64/

+
 PKGBUILD   |   31 +
 gut-overlay-8-16-support-from-driver.patch |  580 +++
 2 files changed, 611 insertions(+)

Copied: xf86-video-chips/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-chips/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:37 UTC (rev 136545)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-chips
+pkgver=1.2.4
+pkgrel=3
+pkgdesc=X.org Chips and Technologies video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+gut-overlay-8-16-support-from-driver.patch)
+sha1sums=('71f474335d05f93b2451a7a0750c4409669641a4'
+  'f6a635196118dacb73fad980571b390849963b3d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/gut-overlay-8-16-support-from-driver.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: 
xf86-video-chips/repos/testing-x86_64/gut-overlay-8-16-support-from-driver.patch
 (from rev 136477, 
xf86-video-chips/repos/staging-x86_64/gut-overlay-8-16-support-from-driver.patch)
===
--- testing-x86_64/gut-overlay-8-16-support-from-driver.patch   
(rev 0)
+++ testing-x86_64/gut-overlay-8-16-support-from-driver.patch   2011-08-30 
08:45:37 UTC (rev 136545)
@@ -0,0 +1,580 @@
+From e4bd864898fd276a62dac05cdfff394e98434f02 Mon Sep 17 00:00:00 2001
+From: Dave Airlie airl...@redhat.com
+Date: Tue, 29 Mar 2011 03:53:31 +
+Subject: chips: gut the overlay 8/16 support from driver.
+
+This driver is for chips that were bought by Intel in 1997,
+this feature means maintaining a lot of code in the X server
+for little gain.
+
+Drop it like its hot.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+Reviewed-by: Adam Jackson a...@redhat.com
+---
+diff --git a/man/chips.man b/man/chips.man
+index 740af38..0c022ee 100644
+--- a/man/chips.man
 b/man/chips.man
+@@ -165,9 +165,6 @@ Force the use of memory mapped IO where it can be used. 
Default: off
+ Force driver to leave centering and stretching registers alone. This
+ can fix some laptop suspend/resume problems. Default: off
+ .TP
+-.BI Option \*qOverlay\*q
+-Enable 8+24 overlay mode.  Only appropriate for depth 24.  Default: off.
+-.TP
+ .BI Option \*qColorKey\*q \*q integer \*q
+ Set the colormap index used for the transparency key for the depth 8 plane
+ when operating in 8+16 overlay mode.  The value must be in the range
+diff --git a/src/ct_accel.c b/src/ct_accel.c
+index 3920b0a..4b5776a 100644
+--- a/src/ct_accel.c
 b/src/ct_accel.c
+@@ -428,19 +428,7 @@ chips_imagewrite:
+ infoPtr-ImageWriteFlags |= NO_PLANEMASK;
+ #endif
+ 
+-
+-#ifdef CHIPS_HIQV
+-if (XAAInit(pScreen, infoPtr)) {
+-  if (cPtr-Flags  ChipsOverlay8plus16)  
+-  return(XAAInitDualFramebufferOverlay(pScreen,
+-   CTNAME(DepthChange)));
+-  else
+-  return TRUE;
+-} else
+-  return FALSE;
+-#else
+ return(XAAInit(pScreen, infoPtr));
+-#endif
+ }
+ 
+ #ifdef CHIPS_HIQV
+@@ -1243,11 +1231,6 @@ 
CTNAME(SubsequentScreenToScreenColorExpandFill)(ScrnInfoPtr pScrn,
+ #endif
+ w *= cAcl-BytesPerPixel;
+ ctBLTWAIT;
+-#ifdef CHIPS_HIQV
+-if ((y = pScrn-virtualY)  (cPtr-Flags  ChipsOverlay8plus16) 
+-  (pScrn-depth == 8))
+-  ctSETPITCH(cAcl-PitchInBytes  1, cAcl-PitchInBytes);
+-#endif
+ ctSETSRCADDR(srcaddr);
+ ctSETDSTADDR(destaddr);
+ #ifdef CHIPS_HIQV
+@@ -1271,10 +1254,6 @@ CTNAME(SetupForColor8x8PatternFill)(ScrnInfoPtr pScrn, 
int patx, int paty,
+ patternaddr = (paty * pScrn-displayWidth + 
+  (patx  ~0x3F)) * cAcl-BytesPerPixel;
+ cAcl-patternyrot = (patx  0x3F)  3;
+-#ifdef 

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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:36
  Author: jgc
Revision: 136544

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

Added:
  xf86-video-chips/repos/testing-i686/
  xf86-video-chips/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-chips/repos/staging-i686/PKGBUILD)
  xf86-video-chips/repos/testing-i686/gut-overlay-8-16-support-from-driver.patch
(from rev 136477, 
xf86-video-chips/repos/staging-i686/gut-overlay-8-16-support-from-driver.patch)
Deleted:
  xf86-video-chips/repos/staging-i686/

+
 PKGBUILD   |   31 +
 gut-overlay-8-16-support-from-driver.patch |  580 +++
 2 files changed, 611 insertions(+)

Copied: xf86-video-chips/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-chips/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:36 UTC (rev 136544)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-chips
+pkgver=1.2.4
+pkgrel=3
+pkgdesc=X.org Chips and Technologies video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(glibc)
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+gut-overlay-8-16-support-from-driver.patch)
+sha1sums=('71f474335d05f93b2451a7a0750c4409669641a4'
+  'f6a635196118dacb73fad980571b390849963b3d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/gut-overlay-8-16-support-from-driver.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: 
xf86-video-chips/repos/testing-i686/gut-overlay-8-16-support-from-driver.patch 
(from rev 136477, 
xf86-video-chips/repos/staging-i686/gut-overlay-8-16-support-from-driver.patch)
===
--- testing-i686/gut-overlay-8-16-support-from-driver.patch 
(rev 0)
+++ testing-i686/gut-overlay-8-16-support-from-driver.patch 2011-08-30 
08:45:36 UTC (rev 136544)
@@ -0,0 +1,580 @@
+From e4bd864898fd276a62dac05cdfff394e98434f02 Mon Sep 17 00:00:00 2001
+From: Dave Airlie airl...@redhat.com
+Date: Tue, 29 Mar 2011 03:53:31 +
+Subject: chips: gut the overlay 8/16 support from driver.
+
+This driver is for chips that were bought by Intel in 1997,
+this feature means maintaining a lot of code in the X server
+for little gain.
+
+Drop it like its hot.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+Reviewed-by: Adam Jackson a...@redhat.com
+---
+diff --git a/man/chips.man b/man/chips.man
+index 740af38..0c022ee 100644
+--- a/man/chips.man
 b/man/chips.man
+@@ -165,9 +165,6 @@ Force the use of memory mapped IO where it can be used. 
Default: off
+ Force driver to leave centering and stretching registers alone. This
+ can fix some laptop suspend/resume problems. Default: off
+ .TP
+-.BI Option \*qOverlay\*q
+-Enable 8+24 overlay mode.  Only appropriate for depth 24.  Default: off.
+-.TP
+ .BI Option \*qColorKey\*q \*q integer \*q
+ Set the colormap index used for the transparency key for the depth 8 plane
+ when operating in 8+16 overlay mode.  The value must be in the range
+diff --git a/src/ct_accel.c b/src/ct_accel.c
+index 3920b0a..4b5776a 100644
+--- a/src/ct_accel.c
 b/src/ct_accel.c
+@@ -428,19 +428,7 @@ chips_imagewrite:
+ infoPtr-ImageWriteFlags |= NO_PLANEMASK;
+ #endif
+ 
+-
+-#ifdef CHIPS_HIQV
+-if (XAAInit(pScreen, infoPtr)) {
+-  if (cPtr-Flags  ChipsOverlay8plus16)  
+-  return(XAAInitDualFramebufferOverlay(pScreen,
+-   CTNAME(DepthChange)));
+-  else
+-  return TRUE;
+-} else
+-  return FALSE;
+-#else
+ return(XAAInit(pScreen, infoPtr));
+-#endif
+ }
+ 
+ #ifdef CHIPS_HIQV
+@@ -1243,11 +1231,6 @@ 
CTNAME(SubsequentScreenToScreenColorExpandFill)(ScrnInfoPtr pScrn,
+ #endif
+ w *= cAcl-BytesPerPixel;
+ ctBLTWAIT;
+-#ifdef CHIPS_HIQV
+-if ((y = pScrn-virtualY)  (cPtr-Flags  ChipsOverlay8plus16) 
+-  (pScrn-depth == 8))
+-  ctSETPITCH(cAcl-PitchInBytes  1, cAcl-PitchInBytes);
+-#endif
+ ctSETSRCADDR(srcaddr);
+ ctSETDSTADDR(destaddr);
+ #ifdef CHIPS_HIQV
+@@ -1271,10 +1254,6 @@ CTNAME(SetupForColor8x8PatternFill)(ScrnInfoPtr pScrn, 
int patx, int paty,
+ patternaddr = (paty * pScrn-displayWidth + 
+  (patx  ~0x3F)) * cAcl-BytesPerPixel;
+ cAcl-patternyrot = (patx  0x3F)  3;
+-#ifdef CHIPS_HIQV
+-if 

[arch-commits] Commit in xf86-video-ati/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:39
  Author: jgc
Revision: 136546

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

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

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-video-ati/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-ati/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:39 UTC (rev 136546)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-ati
+pkgver=6.14.2
+pkgrel=2
+pkgdesc=X.org ati video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(libpciaccess libdrm udev pixman ati-dri)
+makedepends=('xorg-server-devel=1.11.0' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2733b3c126ad9e082ea18b7e7663d6d87fce4d49')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-ati/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:41
  Author: jgc
Revision: 136547

db-move: moved xf86-video-ati from [staging] to [testing] (x86_64)

Added:
  xf86-video-ati/repos/testing-x86_64/
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-ati/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-ati/repos/staging-x86_64/

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-video-ati/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-ati/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:41 UTC (rev 136547)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-ati
+pkgver=6.14.2
+pkgrel=2
+pkgdesc=X.org ati video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=(libpciaccess libdrm udev pixman ati-dri)
+makedepends=('xorg-server-devel=1.11.0' 'libdrm' 'xf86driproto' 'mesa' 
'glproto')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2733b3c126ad9e082ea18b7e7663d6d87fce4d49')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-ast/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:45
  Author: jgc
Revision: 136549

db-move: moved xf86-video-ast from [staging] to [testing] (x86_64)

Added:
  xf86-video-ast/repos/testing-x86_64/
  xf86-video-ast/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-ast/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-ast/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-ast/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-ast/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:45 UTC (rev 136549)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.93.9
+pkgrel=1
+pkgdesc=X.org ASPEED AST Graphics video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('424cc93d0300e49a882199c0546425f223b3b4bd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:46
  Author: jgc
Revision: 136550

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

Added:
  xf86-video-ark/repos/testing-i686/
  xf86-video-ark/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-video-ark/repos/staging-i686/PKGBUILD)
  xf86-video-ark/repos/testing-i686/git-fixes.patch
(from rev 136477, xf86-video-ark/repos/staging-i686/git-fixes.patch)
Deleted:
  xf86-video-ark/repos/staging-i686/

-+
 PKGBUILD|   30 +
 git-fixes.patch |  118 ++
 2 files changed, 148 insertions(+)

Copied: xf86-video-ark/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-ark/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:46 UTC (rev 136550)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ark
+pkgver=0.7.3
+pkgrel=4
+pkgdesc=X.org ark video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('56901ec6097a83433689f208268281f9c98c238b'
+  'f62cdc7995e9b64c9105382ccfa842732fa81309')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ark/repos/testing-i686/git-fixes.patch (from rev 136477, 
xf86-video-ark/repos/staging-i686/git-fixes.patch)
===
--- testing-i686/git-fixes.patch(rev 0)
+++ testing-i686/git-fixes.patch2011-08-30 08:45:46 UTC (rev 136550)
@@ -0,0 +1,118 @@
+From 9d3769bed020e9796e51411c63de337da5073bb4 Mon Sep 17 00:00:00 2001
+From: Ondrej Zary li...@rainbow-software.org
+Date: Sat, 04 Dec 2010 00:23:51 +
+Subject: Don't assume that FB address registers are initialized properly
+
+https://bugs.freedesktop.org/show_bug.cgi?id=28249
+
+ark driver does not work with Hercules Stingray 64 card (ark2000pv).
+X fails to start with:
+
+[...]
+(II) ark(0): vgaHWGetIOBase: hwp-IOBase is 0x03d0, hwp-PIOOffset is
+0x
+(II) ark(0): Creating default Display subsection in Screen section
+Default Screen Section for depth/fbbpp 24/32
+(==) ark(0): Depth 24, (--) framebuffer bpp 32
+(==) ark(0): RGB weight 888
+(==) ark(0): Default visual is TrueColor
+(**) ark(0): Chipset: ark2000pv
+(--) ark(0): Framebuffer @ 0xe5e5
+(==) ark(0): Using gamma correction (1.0, 1.0, 1.0)
+(--) ark(0): Detected 2048 bytes video ram
+[...]
+Fatal server error:
+AddScreen/ScreenInit failed for driver 0
+
+Comparing with lspci, the framebuffer address is wrong:
+00:0f.0 VGA compatible controller: ARK Logic Inc 2000PV [Stingray] (prog-if 00 
[VGA controller])
+   Flags: medium devsel
+   Memory at e500 (32-bit, prefetchable) [size=4M]
+   [virtual] Expansion ROM at 1c00 [disabled] [size=64K]
+
+Reviewed-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ark.h b/src/ark.h
+index de301dc..077f93b 100644
+--- a/src/ark.h
 b/src/ark.h
+@@ -34,7 +34,6 @@ typedef struct _ARKRec {
+ #endif
+   EntityInfoPtr   pEnt;
+   CARD32  IOAddress;
+-  CARD32  FBAddress;
+   unsigned char * FBBase;
+   unsigned char * MMIOBase;
+   unsigned long   videoRam;
+diff --git a/src/ark_driver.c b/src/ark_driver.c
+index 5de3b9a..fec3e1a 100644
+--- a/src/ark_driver.c
 b/src/ark_driver.c
+@@ -363,14 +363,14 @@ static Bool ARKPreInit(ScrnInfoPtr pScrn, int flags)
+   outb(hwp-PIOOffset + hwp-IOBase + 5, tmp  0x7f);
+   modinx(hwp-PIOOffset + 0x3c4, 0x1d, 0x01, 0x01);
+ 
+-  /* use membase's later on ??? */
+-  pARK-FBAddress = (rdinx(hwp-PIOOffset + 0x3c4, 0x13)  16) +
+-(rdinx(hwp-PIOOffset + 0x3c4, 0x14)  24);
+-
+-  pScrn-memPhysBase = pARK-FBAddress;
++#ifndef XSERVER_LIBPCIACCESS
++  pScrn-memPhysBase = pARK-PciInfo-memBase[0];
++#else
++  pScrn-memPhysBase = pARK-PciInfo-regions[0].base_addr;
++#endif
+ 
+   xf86DrvMsg(pScrn-scrnIndex, X_PROBED, Framebuffer @ 0x%lx\n,
+- (unsigned long)pARK-FBAddress);
++ (unsigned long)pScrn-memPhysBase);
+ 
+   if (!xf86SetGamma(pScrn, gzeros))
+   return FALSE;
+@@ -748,8 +748,13 @@ static Bool ARKModeInit(ScrnInfoPtr pScrn, DisplayModePtr 
mode)
+   new-sr10 = rdinx(isaIOBase 

[arch-commits] Commit in xf86-video-apm/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:50
  Author: jgc
Revision: 136552

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-apm/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-apm/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:50 UTC (rev 136552)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.3
+pkgrel=4
+pkgdesc=X.org Alliance ProMotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1fa7180cf985a74132f8d5b39a0bf9df08713fac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-apm/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:52
  Author: jgc
Revision: 136553

db-move: moved xf86-video-apm from [staging] to [testing] (x86_64)

Added:
  xf86-video-apm/repos/testing-x86_64/
  xf86-video-apm/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-apm/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-apm/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-apm/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-apm/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:52 UTC (rev 136553)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-apm
+pkgver=1.2.3
+pkgrel=4
+pkgdesc=X.org Alliance ProMotion video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1fa7180cf985a74132f8d5b39a0bf9df08713fac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:54
  Author: jgc
Revision: 136554

db-move: moved xf86-input-wacom from [staging] to [testing] (i686)

Added:
  xf86-input-wacom/repos/testing-i686/
  xf86-input-wacom/repos/testing-i686/70-wacom.rules
(from rev 136477, xf86-input-wacom/repos/staging-i686/70-wacom.rules)
  xf86-input-wacom/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-wacom/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/staging-i686/

+
 70-wacom.rules |   12 
 PKGBUILD   |   35 +++
 2 files changed, 47 insertions(+)

Copied: xf86-input-wacom/repos/testing-i686/70-wacom.rules (from rev 136477, 
xf86-input-wacom/repos/staging-i686/70-wacom.rules)
===
--- testing-i686/70-wacom.rules (rev 0)
+++ testing-i686/70-wacom.rules 2011-08-30 08:45:54 UTC (rev 136554)
@@ -0,0 +1,12 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+
+LABEL=wacom_end
+

Copied: xf86-input-wacom/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-wacom/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:54 UTC (rev 136554)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.11.1
+pkgrel=3
+pkgdesc=X.Org Wacom tablet driver
+arch=('i686' 'x86_64')
+url=http://linuxwacom.sourceforge.net/;
+license=('GPL')
+backup=('etc/X11/xorg.conf.d/50-wacom.conf')
+depends=('libxi' 'libxrandr')
+makedepends=('xorg-server-devel=1.10.99.902' 'libxext' 'libxi')
+conflicts=('xorg-server1.10.99.902')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+70-wacom.rules)
+md5sums=('0aec4a338cc583ed497b6af68d6d80ab'
+ '10db4f8272286690255c1bcc18bfdd92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/lib/udev/rules.d
+  install -m644 ${srcdir}/70-wacom.rules  ${pkgdir}/lib/udev/rules.d/
+}



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

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:48
  Author: jgc
Revision: 136551

db-move: moved xf86-video-ark from [staging] to [testing] (x86_64)

Added:
  xf86-video-ark/repos/testing-x86_64/
  xf86-video-ark/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-video-ark/repos/staging-x86_64/PKGBUILD)
  xf86-video-ark/repos/testing-x86_64/git-fixes.patch
(from rev 136477, xf86-video-ark/repos/staging-x86_64/git-fixes.patch)
Deleted:
  xf86-video-ark/repos/staging-x86_64/

-+
 PKGBUILD|   30 +
 git-fixes.patch |  118 ++
 2 files changed, 148 insertions(+)

Copied: xf86-video-ark/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-video-ark/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:48 UTC (rev 136551)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ark
+pkgver=0.7.3
+pkgrel=4
+pkgdesc=X.org ark video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+git-fixes.patch)
+sha1sums=('56901ec6097a83433689f208268281f9c98c238b'
+  'f62cdc7995e9b64c9105382ccfa842732fa81309')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ark/repos/testing-x86_64/git-fixes.patch (from rev 136477, 
xf86-video-ark/repos/staging-x86_64/git-fixes.patch)
===
--- testing-x86_64/git-fixes.patch  (rev 0)
+++ testing-x86_64/git-fixes.patch  2011-08-30 08:45:48 UTC (rev 136551)
@@ -0,0 +1,118 @@
+From 9d3769bed020e9796e51411c63de337da5073bb4 Mon Sep 17 00:00:00 2001
+From: Ondrej Zary li...@rainbow-software.org
+Date: Sat, 04 Dec 2010 00:23:51 +
+Subject: Don't assume that FB address registers are initialized properly
+
+https://bugs.freedesktop.org/show_bug.cgi?id=28249
+
+ark driver does not work with Hercules Stingray 64 card (ark2000pv).
+X fails to start with:
+
+[...]
+(II) ark(0): vgaHWGetIOBase: hwp-IOBase is 0x03d0, hwp-PIOOffset is
+0x
+(II) ark(0): Creating default Display subsection in Screen section
+Default Screen Section for depth/fbbpp 24/32
+(==) ark(0): Depth 24, (--) framebuffer bpp 32
+(==) ark(0): RGB weight 888
+(==) ark(0): Default visual is TrueColor
+(**) ark(0): Chipset: ark2000pv
+(--) ark(0): Framebuffer @ 0xe5e5
+(==) ark(0): Using gamma correction (1.0, 1.0, 1.0)
+(--) ark(0): Detected 2048 bytes video ram
+[...]
+Fatal server error:
+AddScreen/ScreenInit failed for driver 0
+
+Comparing with lspci, the framebuffer address is wrong:
+00:0f.0 VGA compatible controller: ARK Logic Inc 2000PV [Stingray] (prog-if 00 
[VGA controller])
+   Flags: medium devsel
+   Memory at e500 (32-bit, prefetchable) [size=4M]
+   [virtual] Expansion ROM at 1c00 [disabled] [size=64K]
+
+Reviewed-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ark.h b/src/ark.h
+index de301dc..077f93b 100644
+--- a/src/ark.h
 b/src/ark.h
+@@ -34,7 +34,6 @@ typedef struct _ARKRec {
+ #endif
+   EntityInfoPtr   pEnt;
+   CARD32  IOAddress;
+-  CARD32  FBAddress;
+   unsigned char * FBBase;
+   unsigned char * MMIOBase;
+   unsigned long   videoRam;
+diff --git a/src/ark_driver.c b/src/ark_driver.c
+index 5de3b9a..fec3e1a 100644
+--- a/src/ark_driver.c
 b/src/ark_driver.c
+@@ -363,14 +363,14 @@ static Bool ARKPreInit(ScrnInfoPtr pScrn, int flags)
+   outb(hwp-PIOOffset + hwp-IOBase + 5, tmp  0x7f);
+   modinx(hwp-PIOOffset + 0x3c4, 0x1d, 0x01, 0x01);
+ 
+-  /* use membase's later on ??? */
+-  pARK-FBAddress = (rdinx(hwp-PIOOffset + 0x3c4, 0x13)  16) +
+-(rdinx(hwp-PIOOffset + 0x3c4, 0x14)  24);
+-
+-  pScrn-memPhysBase = pARK-FBAddress;
++#ifndef XSERVER_LIBPCIACCESS
++  pScrn-memPhysBase = pARK-PciInfo-memBase[0];
++#else
++  pScrn-memPhysBase = pARK-PciInfo-regions[0].base_addr;
++#endif
+ 
+   xf86DrvMsg(pScrn-scrnIndex, X_PROBED, Framebuffer @ 0x%lx\n,
+- (unsigned long)pARK-FBAddress);
++ (unsigned long)pScrn-memPhysBase);
+ 
+   if (!xf86SetGamma(pScrn, gzeros))
+   return FALSE;
+@@ -748,8 +748,13 @@ static Bool ARKModeInit(ScrnInfoPtr pScrn, DisplayModePtr 
mode)
+   

[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:56
  Author: jgc
Revision: 136555

db-move: moved xf86-input-wacom from [staging] to [testing] (x86_64)

Added:
  xf86-input-wacom/repos/testing-x86_64/
  xf86-input-wacom/repos/testing-x86_64/70-wacom.rules
(from rev 136477, xf86-input-wacom/repos/staging-x86_64/70-wacom.rules)
  xf86-input-wacom/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-wacom/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/staging-x86_64/

+
 70-wacom.rules |   12 
 PKGBUILD   |   35 +++
 2 files changed, 47 insertions(+)

Copied: xf86-input-wacom/repos/testing-x86_64/70-wacom.rules (from rev 136477, 
xf86-input-wacom/repos/staging-x86_64/70-wacom.rules)
===
--- testing-x86_64/70-wacom.rules   (rev 0)
+++ testing-x86_64/70-wacom.rules   2011-08-30 08:45:56 UTC (rev 136555)
@@ -0,0 +1,12 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+
+LABEL=wacom_end
+

Copied: xf86-input-wacom/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-wacom/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:56 UTC (rev 136555)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.11.1
+pkgrel=3
+pkgdesc=X.Org Wacom tablet driver
+arch=('i686' 'x86_64')
+url=http://linuxwacom.sourceforge.net/;
+license=('GPL')
+backup=('etc/X11/xorg.conf.d/50-wacom.conf')
+depends=('libxi' 'libxrandr')
+makedepends=('xorg-server-devel=1.10.99.902' 'libxext' 'libxi')
+conflicts=('xorg-server1.10.99.902')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+70-wacom.rules)
+md5sums=('0aec4a338cc583ed497b6af68d6d80ab'
+ '10db4f8272286690255c1bcc18bfdd92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/lib/udev/rules.d
+  install -m644 ${srcdir}/70-wacom.rules  ${pkgdir}/lib/udev/rules.d/
+}



[arch-commits] Commit in xf86-input-void/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:57
  Author: jgc
Revision: 136557

db-move: moved xf86-input-void from [staging] to [testing] (x86_64)

Added:
  xf86-input-void/repos/testing-x86_64/
  xf86-input-void/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-void/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-void/repos/staging-x86_64/

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: xf86-input-void/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-void/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:45:57 UTC (rev 136557)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-void
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=X.org void input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-vmmouse/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:58
  Author: jgc
Revision: 136558

db-move: moved xf86-input-vmmouse from [staging] to [testing] (i686)

Added:
  xf86-input-vmmouse/repos/testing-i686/
  xf86-input-vmmouse/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-vmmouse/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-vmmouse/repos/staging-i686/

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: xf86-input-vmmouse/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-vmmouse/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:58 UTC (rev 136558)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-vmmouse
+pkgver=12.7.0
+pkgrel=3
+pkgdesc=X.org VMWare Mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'sh')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('6618f84a037c8f4817e1a2822d6a5a795814e544')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -rf ${pkgdir}/usr/share/hal
+}



[arch-commits] Commit in xf86-input-keyboard/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:04
  Author: jgc
Revision: 136565

db-move: moved xf86-input-keyboard from [staging] to [testing] (x86_64)

Added:
  xf86-input-keyboard/repos/testing-x86_64/
  xf86-input-keyboard/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-keyboard/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-keyboard/repos/staging-x86_64/

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-input-keyboard/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-keyboard/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:46:04 UTC (rev 136565)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('8e845086749f8c4b64fdfa852b4b26cf7bb62dc9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-void/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:57
  Author: jgc
Revision: 136556

db-move: moved xf86-input-void from [staging] to [testing] (i686)

Added:
  xf86-input-void/repos/testing-i686/
  xf86-input-void/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-void/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-void/repos/staging-i686/

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: xf86-input-void/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-void/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:57 UTC (rev 136556)
@@ -0,0 +1,33 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-void
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=X.org void input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('49b462d3acb16337eaf78202d4074f19d5e20b29')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-ast/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:45:42
  Author: jgc
Revision: 136548

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

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: xf86-video-ast/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-video-ast/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:45:42 UTC (rev 136548)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.93.9
+pkgrel=1
+pkgdesc=X.org ASPEED AST Graphics video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.0')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('424cc93d0300e49a882199c0546425f223b3b4bd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-joystick/repos (4 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:05
  Author: jgc
Revision: 136566

db-move: moved xf86-input-joystick from [staging] to [testing] (i686)

Added:
  xf86-input-joystick/repos/testing-i686/
  xf86-input-joystick/repos/testing-i686/50-joystick.conf
(from rev 136477, xf86-input-joystick/repos/staging-i686/50-joystick.conf)
  xf86-input-joystick/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-joystick/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-joystick/repos/staging-i686/

--+
 50-joystick.conf |6 ++
 PKGBUILD |   37 +
 2 files changed, 43 insertions(+)

Copied: xf86-input-joystick/repos/testing-i686/50-joystick.conf (from rev 
136477, xf86-input-joystick/repos/staging-i686/50-joystick.conf)
===
--- testing-i686/50-joystick.conf   (rev 0)
+++ testing-i686/50-joystick.conf   2011-08-30 08:46:05 UTC (rev 136566)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-joystick/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:46:05 UTC (rev 136566)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.0
+pkgrel=2
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/50-joystick.conf ${pkgdir}/etc/X11/xorg.conf.d/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-joystick/repos (4 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:06
  Author: jgc
Revision: 136567

db-move: moved xf86-input-joystick from [staging] to [testing] (x86_64)

Added:
  xf86-input-joystick/repos/testing-x86_64/
  xf86-input-joystick/repos/testing-x86_64/50-joystick.conf
(from rev 136477, xf86-input-joystick/repos/staging-x86_64/50-joystick.conf)
  xf86-input-joystick/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-joystick/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-joystick/repos/staging-x86_64/

--+
 50-joystick.conf |6 ++
 PKGBUILD |   37 +
 2 files changed, 43 insertions(+)

Copied: xf86-input-joystick/repos/testing-x86_64/50-joystick.conf (from rev 
136477, xf86-input-joystick/repos/staging-x86_64/50-joystick.conf)
===
--- testing-x86_64/50-joystick.conf (rev 0)
+++ testing-x86_64/50-joystick.conf 2011-08-30 08:46:06 UTC (rev 136567)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-joystick/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:46:06 UTC (rev 136567)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.0
+pkgrel=2
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
+  install -m644 ${srcdir}/50-joystick.conf ${pkgdir}/etc/X11/xorg.conf.d/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-evdev/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:07
  Author: jgc
Revision: 136568

db-move: moved xf86-input-evdev from [staging] to [testing] (i686)

Added:
  xf86-input-evdev/repos/testing-i686/
  xf86-input-evdev/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-evdev/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-evdev/repos/staging-i686/

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-input-evdev/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-evdev/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:46:07 UTC (rev 136568)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.6.0
+pkgrel=4
+pkgdesc=X.org evdev input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fb6f7a6f5168ae07efe890e4ace9fb8af1d4e1e0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-evdev/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:08
  Author: jgc
Revision: 136569

db-move: moved xf86-input-evdev from [staging] to [testing] (x86_64)

Added:
  xf86-input-evdev/repos/testing-x86_64/
  xf86-input-evdev/repos/testing-x86_64/PKGBUILD
(from rev 136477, xf86-input-evdev/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-evdev/repos/staging-x86_64/

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: xf86-input-evdev/repos/testing-x86_64/PKGBUILD (from rev 136477, 
xf86-input-evdev/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-30 08:46:08 UTC (rev 136569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-evdev
+pkgver=2.6.0
+pkgrel=4
+pkgdesc=X.org evdev input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fb6f7a6f5168ae07efe890e4ace9fb8af1d4e1e0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-input-aiptek/repos (3 files)

2011-08-30 Thread Jan de Groot
Date: Tuesday, August 30, 2011 @ 04:46:08
  Author: jgc
Revision: 136570

db-move: moved xf86-input-aiptek from [staging] to [testing] (i686)

Added:
  xf86-input-aiptek/repos/testing-i686/
  xf86-input-aiptek/repos/testing-i686/PKGBUILD
(from rev 136477, xf86-input-aiptek/repos/staging-i686/PKGBUILD)
Deleted:
  xf86-input-aiptek/repos/staging-i686/

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: xf86-input-aiptek/repos/testing-i686/PKGBUILD (from rev 136477, 
xf86-input-aiptek/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-30 08:46:08 UTC (rev 136570)
@@ -0,0 +1,32 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-aiptek
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=X.Org Aiptek USB Digital Tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('55ea7d12d3e24fd72eacc966a59262864dce7769')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



  1   2   >