[arch-commits] Commit in rox/trunk (PKGBUILD right-click.diff)

2011-10-11 Thread Eric Bélanger
Date: Tuesday, October 11, 2011 @ 03:45:43
  Author: eric
Revision: 140262

upgpkg: rox 2.11-1

Upstream update, Correct license, Change libglade depends to gtk2

Modified:
  rox/trunk/PKGBUILD
Deleted:
  rox/trunk/right-click.diff

--+
 PKGBUILD |   20 +---
 right-click.diff |   32 
 2 files changed, 9 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-11 04:48:20 UTC (rev 140261)
+++ PKGBUILD2011-10-11 07:45:43 UTC (rev 140262)
@@ -3,26 +3,24 @@
 # Contributor: Jochem Kossen j.kos...@home.nl
 
 pkgname=rox
-pkgver=2.10
-pkgrel=2
+pkgver=2.11
+pkgrel=1
 pkgdesc=A small and fast file manager which can optionally manage the desktop 
background and panels
 arch=('i686' 'x86_64')
-license=('GPL2')
+license=('GPL')
 url=http://roscidus.com/desktop/;
-depends=('sh' 'libsm' 'libglade')
+depends=('sh' 'libsm' 'gtk2')
 makedepends=('librsvg' 'python2')
 
source=(http://downloads.sourceforge.net/${pkgname}/rox-filer-${pkgver}.tar.bz2;
-'rox.desktop' 'rox.svg' 'rox.sh' 'right-click.diff')
-md5sums=('28e8494c9af783258ff86c830f8f0062'
+'rox.desktop' 'rox.svg' 'rox.sh')
+md5sums=('0eebf05a67f7932367750ebf9faf215d'
  'de05c906395abd4402b0470c1bc2ae6e'
  '658c8648b51e215558e13e6afb2b5c76'
- '31578a90b241f0a8d09c9f8587608d00'
- '2b2105a33070ac09a6352c29a5a17e4e')
+ '31578a90b241f0a8d09c9f8587608d00')
 
 build() {
-  cd ${srcdir}/rox-filer-${pkgver}/ROX-Filer
-  patch -p2 -i ${srcdir}/right-click.diff
-  ./AppRun --compile
+  cd ${srcdir}/rox-filer-${pkgver}
+  ./ROX-Filer/AppRun --compile
 # finally we render a png as fallback for svg unaware menu applications
 # Attention: always make sure you check the dimensions of the source-svg,
 # you can read the dimensions via inkscape's export function

Deleted: right-click.diff
===
--- right-click.diff2011-10-11 04:48:20 UTC (rev 140261)
+++ right-click.diff2011-10-11 07:45:43 UTC (rev 140262)
@@ -1,32 +0,0 @@
-From c2232d5075342347a8ff814ced5ce8b9e1cf64b9 Mon Sep 17 00:00:00 2001
-From: Thomas Leonard tal...@gmail.com
-Date: Wed, 7 Apr 2010 15:44:57 +0100
-Subject: [PATCH] Bugfix: unselect item when menu is closed
-
-We used to listen for unmap_event, but this is no longer emitted in recent
-versions of GTK. Switched to using selection-done instead.
-
-Closes #2925212 (reported by Barry Kauler).

- ROX-Filer/src/menu.c |4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/ROX-Filer/src/menu.c b/ROX-Filer/src/menu.c
-index 611918d..bf4bae3 100644
 a/ROX-Filer/src/menu.c
-+++ b/ROX-Filer/src/menu.c
-@@ -322,9 +322,9 @@ gboolean ensure_filer_menu(void)
-   GET_SSMENU_ITEM(item, filer, Window, New Window);
-   filer_new_window = GTK_BIN(item)-child;
- 
--  g_signal_connect(filer_menu, unmap_event,
-+  g_signal_connect(filer_menu, selection-done,
-   G_CALLBACK(menu_closed), NULL);
--  g_signal_connect(filer_file_menu, unmap_event,
-+  g_signal_connect(filer_file_menu, selection-done,
-   G_CALLBACK(menu_closed), NULL);
- 
-   g_signal_connect(filer_keys, accel_changed,
--- 
-1.6.5.GIT
-



[arch-commits] Commit in rox/repos (18 files)

2011-10-11 Thread Eric Bélanger
Date: Tuesday, October 11, 2011 @ 03:46:57
  Author: eric
Revision: 140263

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

Added:
  rox/repos/extra-i686/PKGBUILD
(from rev 140262, rox/trunk/PKGBUILD)
  rox/repos/extra-i686/rox.desktop
(from rev 140262, rox/trunk/rox.desktop)
  rox/repos/extra-i686/rox.sh
(from rev 140262, rox/trunk/rox.sh)
  rox/repos/extra-i686/rox.svg
(from rev 140262, rox/trunk/rox.svg)
  rox/repos/extra-x86_64/PKGBUILD
(from rev 140262, rox/trunk/PKGBUILD)
  rox/repos/extra-x86_64/rox.desktop
(from rev 140262, rox/trunk/rox.desktop)
  rox/repos/extra-x86_64/rox.sh
(from rev 140262, rox/trunk/rox.sh)
  rox/repos/extra-x86_64/rox.svg
(from rev 140262, rox/trunk/rox.svg)
Deleted:
  rox/repos/extra-i686/PKGBUILD
  rox/repos/extra-i686/right-click.diff
  rox/repos/extra-i686/rox.desktop
  rox/repos/extra-i686/rox.sh
  rox/repos/extra-i686/rox.svg
  rox/repos/extra-x86_64/PKGBUILD
  rox/repos/extra-x86_64/right-click.diff
  rox/repos/extra-x86_64/rox.desktop
  rox/repos/extra-x86_64/rox.sh
  rox/repos/extra-x86_64/rox.svg

---+
 extra-i686/PKGBUILD   |   90 +--
 extra-i686/right-click.diff   |   32 -
 extra-i686/rox.desktop|   17 
 extra-i686/rox.sh |4 
 extra-i686/rox.svg|  986 
 extra-x86_64/PKGBUILD |   90 +--
 extra-x86_64/right-click.diff |   32 -
 extra-x86_64/rox.desktop  |   17 
 extra-x86_64/rox.sh   |4 
 extra-x86_64/rox.svg  |  986 
 10 files changed, 1092 insertions(+), 1166 deletions(-)

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


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

2011-10-11 Thread Ionut Biru
Date: Tuesday, October 11, 2011 @ 10:01:26
  Author: ibiru
Revision: 140264

update to 0.0.31

Modified:
  farsight2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-11 07:46:57 UTC (rev 140263)
+++ PKGBUILD2011-10-11 14:01:26 UTC (rev 140264)
@@ -3,7 +3,7 @@
 # Contributor: William Díaz wd...@archlinux.us
 
 pkgname=farsight2
-pkgver=0.0.29
+pkgver=0.0.31
 pkgrel=1
 pkgdesc=Audio/Video conference software for Instant Messengers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
 options=('!libtool' '!emptydirs')
 
source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('276076f65b70236d981c288413572168')
+md5sums=('3771d8268f025b28261cc1e977fab27f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-10-11 Thread Ionut Biru
Date: Tuesday, October 11, 2011 @ 10:15:08
  Author: ibiru
Revision: 140265

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

Added:
  farsight2/repos/extra-i686/PKGBUILD
(from rev 140264, farsight2/trunk/PKGBUILD)
  farsight2/repos/extra-x86_64/PKGBUILD
(from rev 140264, farsight2/trunk/PKGBUILD)
Deleted:
  farsight2/repos/extra-i686/PKGBUILD
  farsight2/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   64 
 extra-x86_64/PKGBUILD |   64 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 14:01:26 UTC (rev 140264)
+++ extra-i686/PKGBUILD 2011-10-11 14:15:08 UTC (rev 140265)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: William Díaz wd...@archlinux.us
-
-pkgname=farsight2
-pkgver=0.0.29
-pkgrel=1
-pkgdesc=Audio/Video conference software for Instant Messengers
-arch=('i686' 'x86_64')
-url=http://farsight.freedesktop.org;
-license=('LGPL')
-depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 
'gstreamer0.10-bad' 'gstreamer0.10-python' 'pygobject')
-optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
-options=('!libtool' '!emptydirs')
-source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('276076f65b70236d981c288413572168')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-package-name='Arch Linux farsight2 package' \
-  --with-package-origin='http://archlinux.org' \
-  --disable-static \
-  --disable-valgrind \
-  --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: farsight2/repos/extra-i686/PKGBUILD (from rev 140264, 
farsight2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 14:15:08 UTC (rev 140265)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: William Díaz wd...@archlinux.us
+
+pkgname=farsight2
+pkgver=0.0.31
+pkgrel=1
+pkgdesc=Audio/Video conference software for Instant Messengers
+arch=('i686' 'x86_64')
+url=http://farsight.freedesktop.org;
+license=('LGPL')
+depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 
'gstreamer0.10-bad' 'gstreamer0.10-python' 'pygobject')
+optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
+options=('!libtool' '!emptydirs')
+source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3771d8268f025b28261cc1e977fab27f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-package-name='Arch Linux farsight2 package' \
+  --with-package-origin='http://archlinux.org' \
+  --disable-static \
+  --disable-valgrind \
+  --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 14:01:26 UTC (rev 140264)
+++ extra-x86_64/PKGBUILD   2011-10-11 14:15:08 UTC (rev 140265)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: William Díaz wd...@archlinux.us
-
-pkgname=farsight2
-pkgver=0.0.29
-pkgrel=1
-pkgdesc=Audio/Video conference software for Instant Messengers
-arch=('i686' 'x86_64')
-url=http://farsight.freedesktop.org;
-license=('LGPL')
-depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 
'gstreamer0.10-bad' 'gstreamer0.10-python' 'pygobject')
-optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
-options=('!libtool' '!emptydirs')
-source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('276076f65b70236d981c288413572168')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-package-name='Arch Linux farsight2 package' \
-  --with-package-origin='http://archlinux.org' \
-  --disable-static \
-  --disable-valgrind \
-  --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: farsight2/repos/extra-x86_64/PKGBUILD (from rev 140264, 
farsight2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 14:15:08 UTC (rev 140265)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: William Díaz wd...@archlinux.us
+
+pkgname=farsight2
+pkgver=0.0.31
+pkgrel=1
+pkgdesc=Audio/Video conference software for Instant Messengers

[arch-commits] Commit in syslog-ng/trunk (5 files)

2011-10-11 Thread Dave Reisner
Date: Tuesday, October 11, 2011 @ 11:31:29
  Author: dreisner
Revision: 140266

upgpkg: syslog-ng 3.3.1-1

upstream release 3.3.1

- remove patches
- fixup error in rc.d script
- move PID file to /run
- update config for 3.3 syntax
  - remove log_fifo_size (defaults to 1 now)
  - long_hostnames(off) = chain_hostnames(off)
- distribute systemd service file via buildsys

Modified:
  syslog-ng/trunk/PKGBUILD
  syslog-ng/trunk/syslog-ng.conf
  syslog-ng/trunk/syslog-ng.rc
Deleted:
  syslog-ng/trunk/cap_syslog.patch
  syslog-ng/trunk/non-blocking-systemd-fds.patch

+
 PKGBUILD   |   63 +
 cap_syslog.patch   |  178 ---
 non-blocking-systemd-fds.patch |   32 ---
 syslog-ng.conf |6 -
 syslog-ng.rc   |5 -
 5 files changed, 31 insertions(+), 253 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-11 14:15:08 UTC (rev 140265)
+++ PKGBUILD2011-10-11 15:31:29 UTC (rev 140266)
@@ -4,8 +4,8 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=syslog-ng
-pkgver=3.2.4
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -18,49 +18,38 @@
 options=('!libtool')
 backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' \
 'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/${pkgver}/source/${pkgname}_${pkgver}.tar.gz
-non-blocking-systemd-fds.patch
-syslog-ng.conf syslog-ng.logrotate syslog-ng.rc cap_syslog.patch)
-md5sums=('5995f7dad0053a478b60a63f6f754203'
- '25e43afe51eb2223c25168e3c3e7aaf6'
- '344dddfff946300f5576b13a7e8ea19f'
- '735636090be4582885974542d2a75855'
- '39f41dc7cee7efc6250adc5e970ca7a7'
- 'bd317a7fb2339a39b8adcf8fdcd20396')
-sha1sums=('ff732f7223bd2bd0424d4b9028b523cf62133af1'
-  '73b83deae9a8b945dfb13adf331e6bf6f119b83e'
-  'b9eb8c61f7cccda543fc5c97fe1d40a8d15e713f'
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
+syslog-ng.conf
+syslog-ng.logrotate
+syslog-ng.rc)
+sha1sums=('f084d66754c7fa1eada56946f77ef3066faa27a1'
+  '98074e0facfc6ef036202662cc86d04b38a2c142'
   'ac997b25d7d8e69e66782d3771a0e12aff55ae7f'
-  'a1b59b2bde30dfb00907d1c77f3071b910a40401'
-  '20991412f2e82e12cbf272a414974ff135fb1981')
+  'a6ad26912b5bcbe1b47b003309945d733613b98f')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
-  # fix #22555 for kernels =2.6.38
-  patch -p1 -i ../cap_syslog.patch
-
-  # fix systemd blocking FD bug
-  # https://bugzilla.balabit.com/show_bug.cgi?id=125
-  patch -Np1  $srcdir/non-blocking-systemd-fds.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib --localstatedir=/var/lib/syslog-ng \
---enable-tcp-wrapper \
---with-pidfile-dir=/var/run \
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/syslog-ng \
+--libexecdir=/usr/lib \
+--localstatedir=/var/lib/syslog-ng \
+--with-pidfile-dir=/run \
 --disable-spoof-source \
---disable-tcp-wrapper \
---enable-systemd
+--enable-systemd \
+--with-systemdsystemunitdir=/lib/systemd/system
 
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -dm755 ${pkgdir}/var/lib/syslog-ng 
${pkgdir}/etc/syslog-ng/patterndb.d
-  install -Dm644 ${srcdir}/syslog-ng.conf 
${pkgdir}/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 ${srcdir}/syslog-ng.logrotate 
${pkgdir}/etc/logrotate.d/syslog-ng
-  install -Dm755 ${srcdir}/syslog-ng.rc ${pkgdir}/etc/rc.d/syslog-ng
-  install -Dm644 doc/examples/syslog-ng.service 
$pkgdir/lib/systemd/system/syslog-ng.service
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
+  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
+  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
+  install -Dm755 $srcdir/syslog-ng.rc $pkgdir/etc/rc.d/syslog-ng
 }

Deleted: cap_syslog.patch
===
--- cap_syslog.patch2011-10-11 14:15:08 UTC (rev 140265)
+++ cap_syslog.patch2011-10-11 15:31:29 UTC (rev 140266)
@@ -1,178 +0,0 @@
-From ae0ff59d9a761c2fda8a19b0c05e0e05c59bae57 Mon Sep 17 00:00:00 2001
-From: Balazs Scheidler ba...@balabit.hu
-Date: Thu, 12 May 2011 13:11:58 +0200
-Subject: [PATCH] Use CAP_SYSLOG instead of CAP_SYS_ADMIN, if available.
-
-If cap_syslog exists, the kernel will complain (once) that we only
-have cap_sys_admin.  Additionally, 

[arch-commits] Commit in syslog-ng/repos (10 files)

2011-10-11 Thread Dave Reisner
Date: Tuesday, October 11, 2011 @ 11:32:57
  Author: dreisner
Revision: 140267

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

Added:
  syslog-ng/repos/testing-i686/
  syslog-ng/repos/testing-i686/PKGBUILD
(from rev 140266, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-i686/syslog-ng.conf
(from rev 140266, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-i686/syslog-ng.logrotate
(from rev 140266, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/testing-i686/syslog-ng.rc
(from rev 140266, syslog-ng/trunk/syslog-ng.rc)
  syslog-ng/repos/testing-x86_64/
  syslog-ng/repos/testing-x86_64/PKGBUILD
(from rev 140266, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
(from rev 140266, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate
(from rev 140266, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/testing-x86_64/syslog-ng.rc
(from rev 140266, syslog-ng/trunk/syslog-ng.rc)

+
 testing-i686/PKGBUILD  |   55 
 testing-i686/syslog-ng.conf|   92 +++
 testing-i686/syslog-ng.logrotate   |7 ++
 testing-i686/syslog-ng.rc  |   66 +
 testing-x86_64/PKGBUILD|   55 
 testing-x86_64/syslog-ng.conf  |   92 +++
 testing-x86_64/syslog-ng.logrotate |7 ++
 testing-x86_64/syslog-ng.rc|   66 +
 8 files changed, 440 insertions(+)

Copied: syslog-ng/repos/testing-i686/PKGBUILD (from rev 140266, 
syslog-ng/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-11 15:32:57 UTC (rev 140267)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+groups=('base')
+url=http://www.balabit.com/network-security/syslog-ng/;
+depends=('glib2' 'eventlog' 'openssl' 'libcap' 'awk')
+makedepends=('flex' 'pkg-config')
+optdepends=('logrotate: for rotating log files')
+provides=('logger')
+options=('!libtool')
+backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' \
+'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
+syslog-ng.conf
+syslog-ng.logrotate
+syslog-ng.rc)
+sha1sums=('f084d66754c7fa1eada56946f77ef3066faa27a1'
+  '98074e0facfc6ef036202662cc86d04b38a2c142'
+  'ac997b25d7d8e69e66782d3771a0e12aff55ae7f'
+  'a6ad26912b5bcbe1b47b003309945d733613b98f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/syslog-ng \
+--libexecdir=/usr/lib \
+--localstatedir=/var/lib/syslog-ng \
+--with-pidfile-dir=/run \
+--disable-spoof-source \
+--enable-systemd \
+--with-systemdsystemunitdir=/lib/systemd/system
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
+  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
+  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
+  install -Dm755 $srcdir/syslog-ng.rc $pkgdir/etc/rc.d/syslog-ng
+}

Copied: syslog-ng/repos/testing-i686/syslog-ng.conf (from rev 140266, 
syslog-ng/trunk/syslog-ng.conf)
===
--- testing-i686/syslog-ng.conf (rev 0)
+++ testing-i686/syslog-ng.conf 2011-10-11 15:32:57 UTC (rev 140267)
@@ -0,0 +1,92 @@
+@version: 3.3
+#
+# /etc/syslog-ng/syslog-ng.conf
+#
+
+options {
+  stats_freq (0);
+  flush_lines (0);
+  time_reopen (10);
+  log_fifo_size (1);
+  chain_hostnames (off);
+  use_dns (no);
+  use_fqdn (no);
+  create_dirs (no);
+  keep_hostname (yes);
+  perm(0640);
+  group(log);
+};
+
+source src {
+  unix-dgram(/dev/log);
+  internal();
+  file(/proc/kmsg);
+};
+
+destination d_authlog { file(/var/log/auth.log); };
+destination d_syslog { file(/var/log/syslog.log); };
+destination d_cron { file(/var/log/crond.log); };
+destination d_daemon { file(/var/log/daemon.log); };
+destination d_kernel { file(/var/log/kernel.log); };
+destination d_lpr { file(/var/log/lpr.log); };
+destination d_user { file(/var/log/user.log); };
+destination d_uucp { file(/var/log/uucp.log); };
+destination d_mail { file(/var/log/mail.log); };
+destination d_news { file(/var/log/news.log); };
+destination d_ppp { 

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

2011-10-11 Thread Dieter Plaetinck
Date: Tuesday, October 11, 2011 @ 13:55:32
  Author: dieter
Revision: 140268

upgpkg: libui-sh 2011.10.09-1

bump version to 2011.10.09

Modified:
  libui-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-11 15:32:57 UTC (rev 140267)
+++ PKGBUILD2011-10-11 17:55:32 UTC (rev 140268)
@@ -2,7 +2,7 @@
 # Maintainer: Dieter Plaetinck die...@plaetinck.be
 
 pkgname=libui-sh
-pkgver=2011.08.04
+pkgver=2011.10.09
 pkgrel=1
 pkgdesc=a shell library providing useful UI functions
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('bash')
 optdepends=('dialog: for ncurses support')
 source=(ftp://ftp.archlinux.org/other/libui-sh/libui-sh-$pkgver.tar.gz)
-md5sums=('b5db0a8039db1a50f552d2338d1ce705')
+md5sums=('6f855b407d791ab66b78f839835ed915')
 
 build() {
 



[arch-commits] Commit in libui-sh/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-11 Thread Dieter Plaetinck
Date: Tuesday, October 11, 2011 @ 13:55:49
  Author: dieter
Revision: 140269

archrelease: copy trunk to extra-any

Added:
  libui-sh/repos/extra-any/PKGBUILD
(from rev 140268, libui-sh/trunk/PKGBUILD)
Deleted:
  libui-sh/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-11 17:55:32 UTC (rev 140268)
+++ PKGBUILD2011-10-11 17:55:49 UTC (rev 140269)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Dieter Plaetinck die...@plaetinck.be
-
-pkgname=libui-sh
-pkgver=2011.08.04
-pkgrel=1
-pkgdesc=a shell library providing useful UI functions
-arch=('any')
-url=http://github.com/Dieterbe/libui-sh/;
-license=('GPL3')
-depends=('bash')
-optdepends=('dialog: for ncurses support')
-source=(ftp://ftp.archlinux.org/other/libui-sh/libui-sh-$pkgver.tar.gz)
-md5sums=('b5db0a8039db1a50f552d2338d1ce705')
-
-build() {
-
-  cd $srcdir/libui-sh-$pkgver/
-  
-  make DESTDIR=$pkgdir/ install
-
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: libui-sh/repos/extra-any/PKGBUILD (from rev 140268, 
libui-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-11 17:55:49 UTC (rev 140269)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Dieter Plaetinck die...@plaetinck.be
+
+pkgname=libui-sh
+pkgver=2011.10.09
+pkgrel=1
+pkgdesc=a shell library providing useful UI functions
+arch=('any')
+url=http://github.com/Dieterbe/libui-sh/;
+license=('GPL3')
+depends=('bash')
+optdepends=('dialog: for ncurses support')
+source=(ftp://ftp.archlinux.org/other/libui-sh/libui-sh-$pkgver.tar.gz)
+md5sums=('6f855b407d791ab66b78f839835ed915')
+
+build() {
+
+  cd $srcdir/libui-sh-$pkgver/
+  
+  make DESTDIR=$pkgdir/ install
+
+}
+
+# vim:set ts=2 sw=2 et:
+



[arch-commits] Commit in libsasl/repos (43 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:27:36
  Author: jgc
Revision: 140270

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

Added:
  libsasl/repos/core-i686/0003_saslauthd_mdoc.patch
(from rev 140269, libsasl/repos/testing-i686/0003_saslauthd_mdoc.patch)
  libsasl/repos/core-i686/0010_maintainer_mode.patch
(from rev 140269, libsasl/repos/testing-i686/0010_maintainer_mode.patch)
  libsasl/repos/core-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 140269, 
libsasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/core-i686/0012_xopen_crypt_prototype.patch
(from rev 140269, 
libsasl/repos/testing-i686/0012_xopen_crypt_prototype.patch)
  libsasl/repos/core-i686/0016_pid_file_lock_creation_mask.patch
(from rev 140269, 
libsasl/repos/testing-i686/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/core-i686/0018_auth_rimap_quotes.patch
(from rev 140269, libsasl/repos/testing-i686/0018_auth_rimap_quotes.patch)
  libsasl/repos/core-i686/0019_ldap_deprecated.patch
(from rev 140269, libsasl/repos/testing-i686/0019_ldap_deprecated.patch)
  libsasl/repos/core-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 140269, 
libsasl/repos/testing-i686/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/core-i686/0025_ld_as_needed.patch
(from rev 140269, libsasl/repos/testing-i686/0025_ld_as_needed.patch)
  libsasl/repos/core-i686/0026_drop_krb5support_dependency.patch
(from rev 140269, 
libsasl/repos/testing-i686/0026_drop_krb5support_dependency.patch)
  libsasl/repos/core-i686/0027_db5_support.patch
(from rev 140269, libsasl/repos/testing-i686/0027_db5_support.patch)
  libsasl/repos/core-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 140269, 
libsasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/core-i686/PKGBUILD
(from rev 140269, libsasl/repos/testing-i686/PKGBUILD)
  libsasl/repos/core-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 140269, 
libsasl/repos/testing-i686/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 140269, 
libsasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 140269, 
libsasl/repos/testing-i686/cyrus-sasl-2.1.22-automake-1.10.patch)
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 140269, libsasl/repos/testing-i686/cyrus-sasl-2.1.22-crypt.patch)
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 140269, libsasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/core-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 140269, 
libsasl/repos/testing-i686/cyrus-sasl-2.1.23-authd-fix.patch)
  libsasl/repos/core-i686/saslauthd
(from rev 140269, libsasl/repos/testing-i686/saslauthd)
  libsasl/repos/core-i686/saslauthd.conf.d
(from rev 140269, libsasl/repos/testing-i686/saslauthd.conf.d)
Deleted:
  libsasl/repos/core-i686/0003_saslauthd_mdoc.patch
  libsasl/repos/core-i686/0010_maintainer_mode.patch
  libsasl/repos/core-i686/0011_saslauthd_ac_prog_libtool.patch
  libsasl/repos/core-i686/0012_xopen_crypt_prototype.patch
  libsasl/repos/core-i686/0016_pid_file_lock_creation_mask.patch
  libsasl/repos/core-i686/0018_auth_rimap_quotes.patch
  libsasl/repos/core-i686/0019_ldap_deprecated.patch
  libsasl/repos/core-i686/0022_gcc4.4_preprocessor_syntax.patch
  libsasl/repos/core-i686/0025_ld_as_needed.patch
  libsasl/repos/core-i686/0026_drop_krb5support_dependency.patch
  libsasl/repos/core-i686/0027_db5_support.patch
  libsasl/repos/core-i686/0030-dont_use_la_files_for_opening_plugins.patch
  libsasl/repos/core-i686/PKGBUILD
  libsasl/repos/core-i686/cyrus-sasl-2.1.19-checkpw.c.patch
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-as-needed.patch
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-automake-1.10.patch
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-crypt.patch
  libsasl/repos/core-i686/cyrus-sasl-2.1.22-qa.patch
  libsasl/repos/core-i686/cyrus-sasl-2.1.23-authd-fix.patch
  libsasl/repos/core-i686/saslauthd
  libsasl/repos/core-i686/saslauthd.conf.d
  libsasl/repos/testing-i686/

--+
 0003_saslauthd_mdoc.patch|   70 +--
 0010_maintainer_mode.patch   |   38 -
 0011_saslauthd_ac_prog_libtool.patch |   30 -
 0012_xopen_crypt_prototype.patch |   40 +-
 0016_pid_file_lock_creation_mask.patch   |   54 +-
 0018_auth_rimap_quotes.patch |   70 +--
 0019_ldap_deprecated.patch   |   44 +-
 0022_gcc4.4_preprocessor_syntax.patch|   52 +-
 0025_ld_as_needed.patch  |   54 +-
 0026_drop_krb5support_dependency.patch   |   28 -
 0027_db5_support.patch   |   48 +-
 0030-dont_use_la_files_for_opening_plugins.patch |  268 ++---
 PKGBUILD  

[arch-commits] Commit in libsasl/repos (43 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:27:38
  Author: jgc
Revision: 140271

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

Added:
  libsasl/repos/core-x86_64/0003_saslauthd_mdoc.patch
(from rev 140269, libsasl/repos/testing-x86_64/0003_saslauthd_mdoc.patch)
  libsasl/repos/core-x86_64/0010_maintainer_mode.patch
(from rev 140269, libsasl/repos/testing-x86_64/0010_maintainer_mode.patch)
  libsasl/repos/core-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/core-x86_64/0012_xopen_crypt_prototype.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/0012_xopen_crypt_prototype.patch)
  libsasl/repos/core-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/core-x86_64/0018_auth_rimap_quotes.patch
(from rev 140269, libsasl/repos/testing-x86_64/0018_auth_rimap_quotes.patch)
  libsasl/repos/core-x86_64/0019_ldap_deprecated.patch
(from rev 140269, libsasl/repos/testing-x86_64/0019_ldap_deprecated.patch)
  libsasl/repos/core-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/core-x86_64/0025_ld_as_needed.patch
(from rev 140269, libsasl/repos/testing-x86_64/0025_ld_as_needed.patch)
  libsasl/repos/core-x86_64/0026_drop_krb5support_dependency.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch)
  libsasl/repos/core-x86_64/0027_db5_support.patch
(from rev 140269, libsasl/repos/testing-x86_64/0027_db5_support.patch)
  libsasl/repos/core-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/core-x86_64/PKGBUILD
(from rev 140269, libsasl/repos/testing-x86_64/PKGBUILD)
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch)
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-crypt.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-crypt.patch)
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 140269, libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 140269, 
libsasl/repos/testing-x86_64/cyrus-sasl-2.1.23-authd-fix.patch)
  libsasl/repos/core-x86_64/saslauthd
(from rev 140269, libsasl/repos/testing-x86_64/saslauthd)
  libsasl/repos/core-x86_64/saslauthd.conf.d
(from rev 140269, libsasl/repos/testing-x86_64/saslauthd.conf.d)
Deleted:
  libsasl/repos/core-x86_64/0003_saslauthd_mdoc.patch
  libsasl/repos/core-x86_64/0010_maintainer_mode.patch
  libsasl/repos/core-x86_64/0011_saslauthd_ac_prog_libtool.patch
  libsasl/repos/core-x86_64/0012_xopen_crypt_prototype.patch
  libsasl/repos/core-x86_64/0016_pid_file_lock_creation_mask.patch
  libsasl/repos/core-x86_64/0018_auth_rimap_quotes.patch
  libsasl/repos/core-x86_64/0019_ldap_deprecated.patch
  libsasl/repos/core-x86_64/0022_gcc4.4_preprocessor_syntax.patch
  libsasl/repos/core-x86_64/0025_ld_as_needed.patch
  libsasl/repos/core-x86_64/0026_drop_krb5support_dependency.patch
  libsasl/repos/core-x86_64/0027_db5_support.patch
  libsasl/repos/core-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
  libsasl/repos/core-x86_64/PKGBUILD
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-as-needed.patch
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-crypt.patch
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.22-qa.patch
  libsasl/repos/core-x86_64/cyrus-sasl-2.1.23-authd-fix.patch
  libsasl/repos/core-x86_64/saslauthd
  libsasl/repos/core-x86_64/saslauthd.conf.d
  libsasl/repos/testing-x86_64/

--+
 0003_saslauthd_mdoc.patch|   70 +--
 0010_maintainer_mode.patch   |   38 -
 0011_saslauthd_ac_prog_libtool.patch |   30 -
 0012_xopen_crypt_prototype.patch |   40 +-
 0016_pid_file_lock_creation_mask.patch   |   54 +-
 0018_auth_rimap_quotes.patch |   70 +--
 0019_ldap_deprecated.patch   |   44 +-
 0022_gcc4.4_preprocessor_syntax.patch|   52 +-
 0025_ld_as_needed.patch  |   54 +-
 0026_drop_krb5support_dependency.patch   |   28 -
 

[arch-commits] Commit in xorg-xinit/repos (11 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:27:56
  Author: jgc
Revision: 140272

db-move: moved xorg-xinit from [testing] to [extra] (i686)

Added:
  xorg-xinit/repos/extra-i686/06_move_serverauthfile_into_tmp.diff
(from rev 140271, 
xorg-xinit/repos/testing-i686/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/extra-i686/PKGBUILD
(from rev 140271, xorg-xinit/repos/testing-i686/PKGBUILD)
  xorg-xinit/repos/extra-i686/xinitrc
(from rev 140271, xorg-xinit/repos/testing-i686/xinitrc)
  xorg-xinit/repos/extra-i686/xserverrc
(from rev 140271, xorg-xinit/repos/testing-i686/xserverrc)
  xorg-xinit/repos/extra-i686/xsession
(from rev 140271, xorg-xinit/repos/testing-i686/xsession)
Deleted:
  xorg-xinit/repos/extra-i686/06_move_serverauthfile_into_tmp.diff
  xorg-xinit/repos/extra-i686/PKGBUILD
  xorg-xinit/repos/extra-i686/xinitrc
  xorg-xinit/repos/extra-i686/xserverrc
  xorg-xinit/repos/extra-i686/xsession
  xorg-xinit/repos/testing-i686/

--+
 06_move_serverauthfile_into_tmp.diff |   40 ++---
 PKGBUILD |   98 -
 xinitrc  |   34 +--
 xserverrc|2 
 xsession |   20 +++---
 5 files changed, 97 insertions(+), 97 deletions(-)

Deleted: extra-i686/06_move_serverauthfile_into_tmp.diff
===
--- extra-i686/06_move_serverauthfile_into_tmp.diff 2011-10-11 21:27:38 UTC 
(rev 140271)
+++ extra-i686/06_move_serverauthfile_into_tmp.diff 2011-10-11 21:27:56 UTC 
(rev 140272)
@@ -1,20 +0,0 @@
-Move startx auth files in /tmp so they are removed on reboot.
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
-The trap patch didn't seem to work on reboot.

- startx.cpp |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: xinit/startx.cpp
-===
 xinit.orig/startx.cpp
-+++ xinit/startx.cpp
-@@ -273,7 +273,7 @@
- dummy=0
- 
- XCOMM create a file with auth information for the server. ':0' is a dummy.
--xserverauthfile=$HOME/.serverauth.$$
-+xserverauthfile=`mktemp -p /tmp serverauth.XX`
- trap rm -f '$xserverauthfile' HUP INT QUIT ILL TRAP KILL BUS TERM
- xauth -q -f $xserverauthfile  EOF
- add :$dummy . $mcookie

Copied: xorg-xinit/repos/extra-i686/06_move_serverauthfile_into_tmp.diff (from 
rev 140271, xorg-xinit/repos/testing-i686/06_move_serverauthfile_into_tmp.diff)
===
--- extra-i686/06_move_serverauthfile_into_tmp.diff 
(rev 0)
+++ extra-i686/06_move_serverauthfile_into_tmp.diff 2011-10-11 21:27:56 UTC 
(rev 140272)
@@ -0,0 +1,20 @@
+Move startx auth files in /tmp so they are removed on reboot.
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
+The trap patch didn't seem to work on reboot.
+---
+ startx.cpp |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: xinit/startx.cpp
+===
+--- xinit.orig/startx.cpp
 xinit/startx.cpp
+@@ -273,7 +273,7 @@
+ dummy=0
+ 
+ XCOMM create a file with auth information for the server. ':0' is a dummy.
+-xserverauthfile=$HOME/.serverauth.$$
++xserverauthfile=`mktemp -p /tmp serverauth.XX`
+ trap rm -f '$xserverauthfile' HUP INT QUIT ILL TRAP KILL BUS TERM
+ xauth -q -f $xserverauthfile  EOF
+ add :$dummy . $mcookie

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:27:38 UTC (rev 140271)
+++ extra-i686/PKGBUILD 2011-10-11 21:27:56 UTC (rev 140272)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xorg-xinit
-pkgver=1.3.0
-pkgrel=3
-pkgdesc=X.Org initialisation program 
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libx11' 'xorg-xauth')
-makedepends=('xorg-util-macros')
-optdepends=('xorg-twm' 'xterm')
-backup=('etc/skel/.xinitrc'
-'etc/skel/.xsession'
-'etc/X11/xinit/xserverrc'
-'etc/X11/xinit/xinitrc')
-source=(${url}/releases/individual/app/xinit-${pkgver}.tar.bz2
-06_move_serverauthfile_into_tmp.diff
-xinitrc
-xsession
-xserverrc)
-options=(!emptydirs)
-md5sums=('bc4e8b7d1919597cc37a0d24aa149dda'
- 'abd072ec435ce084cf4e89c58f83d45c'
- 'c7b406c3c5c1e8011b3ac7d6b29c1a2c'
- '7873d97db30d6c279ed37e3559e7c59d'
- 'c5baef10fdb7239594daee72a94ddab3')
-
-build() {
-  cd ${srcdir}/xinit-${pkgver}
-  patch -Np1 -i ${srcdir}/06_move_serverauthfile_into_tmp.diff
-  sed -i -e 's/XSLASHGLOB.sh/XSLASHGLOB/' xinitrc.cpp
-  ./configure --prefix=/usr --with-xinitdir=/etc/X11/xinit
-  make

[arch-commits] Commit in xorg-xdm/repos (12 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:00
  Author: jgc
Revision: 140275

db-move: moved xorg-xdm from [testing] to [extra] (x86_64)

Added:
  xorg-xdm/repos/extra-x86_64/LICENSE
(from rev 140271, xorg-xdm/repos/testing-x86_64/LICENSE)
  xorg-xdm/repos/extra-x86_64/PKGBUILD
(from rev 140271, xorg-xdm/repos/testing-x86_64/PKGBUILD)
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
(from rev 140271, xorg-xdm/repos/testing-x86_64/Xsession-loginshell.patch)
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
(from rev 140271, xorg-xdm/repos/testing-x86_64/Xsession-xsm.patch)
  xorg-xdm/repos/extra-x86_64/xdm-consolekit.patch
(from rev 140271, xorg-xdm/repos/testing-x86_64/xdm-consolekit.patch)
  xorg-xdm/repos/extra-x86_64/xdm.pam
(from rev 140271, xorg-xdm/repos/testing-x86_64/xdm.pam)
Deleted:
  xorg-xdm/repos/extra-x86_64/LICENSE
  xorg-xdm/repos/extra-x86_64/PKGBUILD
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
  xorg-xdm/repos/extra-x86_64/xdm.pam
  xorg-xdm/repos/testing-x86_64/

---+
 LICENSE   |  264 ++--
 PKGBUILD  |   96 
 Xsession-loginshell.patch |   30 ++---
 Xsession-xsm.patch|   44 +++
 xdm-consolekit.patch  |  225 +
 xdm.pam   |   16 +-
 6 files changed, 455 insertions(+), 220 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:27:58 UTC (rev 140274)
+++ extra-x86_64/LICENSE2011-10-11 21:28:00 UTC (rev 140275)
@@ -1,132 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/app/
-
-Copyright 1988, 1989, 1990, 1991, 1994, 1998  
-The Open Group
-Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
-
-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.
-
-The above copyright notice and this permission notice 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 NONINFRINGEMENT.
-IN NO EVENT SHALL THE OPEN GROUP 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.
-
-Except as contained in this notice, the name of The Open Group shall
-not be used in advertising or otherwise to promote the sale, use or
-other dealings in this Software without prior written authorization
-from The Open Group.
-
-prngc.c:
-Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.
-Copyright (c) 2001-2002 Damien Miller.  All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-dm_socket.h, dm_error.h, dm_auth.h
-Copyright 1998 by Thomas E. Dickey dic...@clark.net
-
-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, 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 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:01
  Author: jgc
Revision: 140276

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 140271, xorg-server/repos/testing-i686/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 140271, xorg-server/repos/testing-i686/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 140271, xorg-server/repos/testing-i686/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 140271, xorg-server/repos/testing-i686/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/git-fixes.patch
(from rev 140271, xorg-server/repos/testing-i686/git-fixes.patch)
  xorg-server/repos/extra-i686/revert-trapezoids.patch
(from rev 140271, xorg-server/repos/testing-i686/revert-trapezoids.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 140271, xorg-server/repos/testing-i686/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 140271, xorg-server/repos/testing-i686/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/bg-none-revert.patch
  xorg-server/repos/extra-i686/xserver-1.10-pointer-barriers.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/testing-i686/

-+
 10-quirks.conf  |   20 
 PKGBUILD|  382 ++--
 autoconfig-nvidia.patch |  133 
 autoconfig-sis.patch|   19 
 bg-none-revert.patch|   58 -
 git-fixes.patch |  288 +
 revert-trapezoids.patch |  179 +
 xserver-1.10-pointer-barriers.patch | 1054 --
 xvfb-run|  360 +--
 xvfb-run.1  |  564 +-
 10 files changed, 1180 insertions(+), 1877 deletions(-)

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


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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:05
  Author: jgc
Revision: 140278

db-move: moved xkeyboard-config from [testing] to [extra] (any)

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 140271, xkeyboard-config/repos/testing-any/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD
  xkeyboard-config/repos/testing-any/

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

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2011-10-11 21:28:03 UTC (rev 140277)
+++ extra-any/PKGBUILD  2011-10-11 21:28:05 UTC (rev 140278)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=xkeyboard-config
-pkgver=2.2.1
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-depends=('xorg-xkbcomp')
-makedepends=('intltool')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/releases/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3962f1e92e9defb0382ce46ec0cc86cc30ff897f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 140271, 
xkeyboard-config/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2011-10-11 21:28:05 UTC (rev 140278)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=xkeyboard-config
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+depends=('xorg-xkbcomp')
+makedepends=('intltool')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/releases/individual/data/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f048bdd6e3d71c621b5a47a7ee72d691eda1922e0e07808b157b292e0c857a0a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:08
  Author: jgc
Revision: 140279

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:05 UTC (rev 140278)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:08 UTC (rev 140279)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-xgi
-pkgver=1.6.0
-pkgrel=3
-pkgdesc=X.org XGI video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto' 'glproto' 'mesa' 
'xf86dgaproto')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('826f14d6ba799cd2aae9f0c818f84cf8b75f1ddb')
-
-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}/
-}

Copied: xf86-video-xgi/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-xgi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:08 UTC (rev 140279)
@@ -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/extra-i686/git-fixes.patch (from rev 140271, 
xf86-video-xgi/repos/testing-i686/git-fixes.patch)
===
--- extra-i686/git-fixes.patch  (rev 0)
+++ extra-i686/git-fixes.patch  2011-10-11 21:28:08 UTC (rev 140279)
@@ -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 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:09
  Author: jgc
Revision: 140280

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:08 UTC (rev 140279)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:09 UTC (rev 140280)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-xgi
-pkgver=1.6.0
-pkgrel=3
-pkgdesc=X.org XGI video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto' 'glproto' 'mesa' 
'xf86dgaproto')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('826f14d6ba799cd2aae9f0c818f84cf8b75f1ddb')
-
-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}/
-}

Copied: xf86-video-xgi/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-xgi/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:09 UTC (rev 140280)
@@ -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/extra-x86_64/git-fixes.patch (from rev 140271, 
xf86-video-xgi/repos/testing-x86_64/git-fixes.patch)
===
--- extra-x86_64/git-fixes.patch(rev 0)
+++ extra-x86_64/git-fixes.patch2011-10-11 21:28:09 UTC (rev 140280)
@@ -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 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:10
  Author: jgc
Revision: 140281

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:09 UTC (rev 140280)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:10 UTC (rev 140281)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-xgixp
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=X.org XGIXP video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto' 'mesa')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('67caeaa4c746572160208fe23c7257f62cb442a3')
-
-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}/
-}

Copied: xf86-video-xgixp/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-xgixp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:10 UTC (rev 140281)
@@ -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/extra-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch 
(from rev 140271, 
xf86-video-xgixp/repos/testing-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch)
===
--- extra-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch 
(rev 0)
+++ extra-i686/api-compat-fix-for-DRAWABLE_BUFFER.patch 2011-10-11 21:28:10 UTC 
(rev 140281)
@@ -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 xorg-server/repos (16 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:03
  Author: jgc
Revision: 140277

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

Added:
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 140271, xorg-server/repos/testing-x86_64/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 140271, xorg-server/repos/testing-x86_64/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 140271, xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 140271, xorg-server/repos/testing-x86_64/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/git-fixes.patch
(from rev 140271, xorg-server/repos/testing-x86_64/git-fixes.patch)
  xorg-server/repos/extra-x86_64/revert-trapezoids.patch
(from rev 140271, xorg-server/repos/testing-x86_64/revert-trapezoids.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 140271, xorg-server/repos/testing-x86_64/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 140271, xorg-server/repos/testing-x86_64/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/bg-none-revert.patch
  xorg-server/repos/extra-x86_64/xserver-1.10-pointer-barriers.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1
  xorg-server/repos/testing-x86_64/

-+
 10-quirks.conf  |   20 
 PKGBUILD|  382 ++--
 autoconfig-nvidia.patch |  133 
 autoconfig-sis.patch|   19 
 bg-none-revert.patch|   58 -
 git-fixes.patch |  288 +
 revert-trapezoids.patch |  179 +
 xserver-1.10-pointer-barriers.patch | 1054 --
 xvfb-run|  360 +--
 xvfb-run.1  |  564 +-
 10 files changed, 1180 insertions(+), 1877 deletions(-)

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


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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:12
  Author: jgc
Revision: 140282

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

Added:
  xf86-video-xgixp/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-xgixp/repos/testing-x86_64/PKGBUILD)
  xf86-video-xgixp/repos/extra-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch
(from rev 140271, 
xf86-video-xgixp/repos/testing-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch)
Deleted:
  xf86-video-xgixp/repos/extra-x86_64/PKGBUILD
  xf86-video-xgixp/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:10 UTC (rev 140281)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:12 UTC (rev 140282)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-xgixp
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=X.org XGIXP video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto' 'mesa')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('67caeaa4c746572160208fe23c7257f62cb442a3')
-
-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}/
-}

Copied: xf86-video-xgixp/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-xgixp/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:12 UTC (rev 140282)
@@ -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/extra-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch 
(from rev 140271, 
xf86-video-xgixp/repos/testing-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch)
===
--- extra-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch   
(rev 0)
+++ extra-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch   2011-10-11 
21:28:12 UTC (rev 140282)
@@ -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-voodoo/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:13
  Author: jgc
Revision: 140283

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:12 UTC (rev 140282)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:13 UTC (rev 140283)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-voodoo
-pkgver=1.2.4
-pkgrel=4
-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' 'xf86dgaproto')
-conflicts=('xorg-server1.10.0')
-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
-}

Copied: xf86-video-voodoo/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-voodoo/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:13 UTC (rev 140283)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:14
  Author: jgc
Revision: 140284

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:13 UTC (rev 140283)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:14 UTC (rev 140284)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-voodoo
-pkgver=1.2.4
-pkgrel=4
-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' 'xf86dgaproto')
-conflicts=('xorg-server1.10.0')
-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
-}

Copied: xf86-video-voodoo/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-voodoo/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:14 UTC (rev 140284)
@@ -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-vesa/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:18
  Author: jgc
Revision: 140288

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:17 UTC (rev 140287)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:18 UTC (rev 140288)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-vesa
-pkgver=2.3.0
-pkgrel=5
-pkgdesc=X.org vesa video driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4689b7c295d7a8d7326302dafecb812739617134')
-
-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}/
-}

Copied: xf86-video-vesa/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-vesa/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:18 UTC (rev 140288)
@@ -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 (5 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:21
  Author: jgc
Revision: 140290

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

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

--+
 LICENSE  | 1652 ++---
 PKGBUILD |   59 +-
 2 files changed, 858 insertions(+), 853 deletions(-)

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


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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:24
  Author: jgc
Revision: 140291

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

Added:
  xf86-video-unichrome/repos/extra-i686/LICENSE
(from rev 140271, xf86-video-unichrome/repos/testing-i686/LICENSE)
  xf86-video-unichrome/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-video-unichrome/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-unichrome/repos/extra-i686/LICENSE
  xf86-video-unichrome/repos/extra-i686/PKGBUILD
  xf86-video-unichrome/repos/extra-i686/drm-include.patch
  xf86-video-unichrome/repos/testing-i686/

---+
 LICENSE   |   46 -
 PKGBUILD  |   57 +++-
 drm-include.patch |   11 --
 3 files changed, 49 insertions(+), 65 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:28:21 UTC (rev 140290)
+++ extra-i686/LICENSE  2011-10-11 21:28:24 UTC (rev 140291)
@@ -1,23 +0,0 @@
-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/extra-i686/LICENSE (from rev 140271, 
xf86-video-unichrome/repos/testing-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2011-10-11 21:28:24 UTC (rev 140291)
@@ -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.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:21 UTC (rev 140290)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:24 UTC (rev 140291)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-unichrome
-pkgver=0.2.7
-pkgrel=5
-_gitversion=cd12cce88ff886031c23c743569fba97eccace4e
-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' 'libx11' 'libdrm' 'xf86driproto' 'mesa' 
'libxvmc')
-options=('!libtool')
-conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 
'xorg-server1.10.0')
-source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2
-drm-include.patch
-LICENSE)

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:27
  Author: jgc
Revision: 140292

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

Added:
  xf86-video-unichrome/repos/extra-x86_64/LICENSE
(from rev 140271, xf86-video-unichrome/repos/testing-x86_64/LICENSE)
  xf86-video-unichrome/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-unichrome/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-unichrome/repos/extra-x86_64/LICENSE
  xf86-video-unichrome/repos/extra-x86_64/PKGBUILD
  xf86-video-unichrome/repos/extra-x86_64/drm-include.patch
  xf86-video-unichrome/repos/testing-x86_64/

---+
 LICENSE   |   46 -
 PKGBUILD  |   57 +++-
 drm-include.patch |   11 --
 3 files changed, 49 insertions(+), 65 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:28:24 UTC (rev 140291)
+++ extra-x86_64/LICENSE2011-10-11 21:28:27 UTC (rev 140292)
@@ -1,23 +0,0 @@
-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/extra-x86_64/LICENSE (from rev 140271, 
xf86-video-unichrome/repos/testing-x86_64/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2011-10-11 21:28:27 UTC (rev 140292)
@@ -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.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:24 UTC (rev 140291)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:27 UTC (rev 140292)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-unichrome
-pkgver=0.2.7
-pkgrel=5
-_gitversion=cd12cce88ff886031c23c743569fba97eccace4e
-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' 'libx11' 'libdrm' 'xf86driproto' 'mesa' 
'libxvmc')
-options=('!libtool')
-conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 
'xorg-server1.10.0')

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:29
  Author: jgc
Revision: 140293

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:27 UTC (rev 140292)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:29 UTC (rev 140293)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-tseng
-pkgver=1.2.4
-pkgrel=4
-pkgdesc=X.org tseng video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1b45f55657b2c92f30abb0769cae57fca98d93b7')
-
-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}/
-}

Copied: xf86-video-tseng/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-tseng/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:29 UTC (rev 140293)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:32
  Author: jgc
Revision: 140295

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:31 UTC (rev 140294)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:32 UTC (rev 140295)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-trident
-pkgver=1.3.4
-pkgrel=4
-pkgdesc=X.org Trident video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'xf86dgaproto')
-conflicts=('xorg-server1.10.0')
-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}/ || return 1
-}

Copied: xf86-video-trident/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-trident/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:32 UTC (rev 140295)
@@ -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 (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:34
  Author: jgc
Revision: 140297

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

Added:
  xf86-video-tdfx/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-video-tdfx/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-tdfx/repos/extra-i686/LICENSE
  xf86-video-tdfx/repos/extra-i686/PKGBUILD
  xf86-video-tdfx/repos/testing-i686/

--+
 LICENSE  |  160 -
 PKGBUILD |   59 +++---
 2 files changed, 30 insertions(+), 189 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:28:33 UTC (rev 140296)
+++ extra-i686/LICENSE  2011-10-11 21:28:34 UTC (rev 140297)
@@ -1,160 +0,0 @@
-Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
-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 PRECISION INSIGHT AND/OR ITS SUPPLIERS 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 2000 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
- * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
- * VA LINUX SYSTEMS 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.
- */
-
-
-/*
- * GLX Hardware Device Driver for Intel i810
- * Copyright (C) 1999 Keith Whitwell
- *
- * 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:
- *
- * The above copyright notice and this permission notice 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 NONINFRINGEMENT.  IN NO EVENT SHALL
- * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS 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.
- *
- *
- */
- 
-
-/*
- * GLX Hardware Device Driver for Intel tdfx
- * Copyright (C) 1999 Keith Whitwell
- *
- * 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:
- *
- * The above copyright notice and 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:35
  Author: jgc
Revision: 140298

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

Added:
  xf86-video-tdfx/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-tdfx/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-tdfx/repos/extra-x86_64/LICENSE
  xf86-video-tdfx/repos/extra-x86_64/PKGBUILD
  xf86-video-tdfx/repos/testing-x86_64/

--+
 LICENSE  |  160 -
 PKGBUILD |   59 +++---
 2 files changed, 30 insertions(+), 189 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:28:34 UTC (rev 140297)
+++ extra-x86_64/LICENSE2011-10-11 21:28:35 UTC (rev 140298)
@@ -1,160 +0,0 @@
-Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
-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 PRECISION INSIGHT AND/OR ITS SUPPLIERS 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 2000 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
- * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
- * VA LINUX SYSTEMS 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.
- */
-
-
-/*
- * GLX Hardware Device Driver for Intel i810
- * Copyright (C) 1999 Keith Whitwell
- *
- * 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:
- *
- * The above copyright notice and this permission notice 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 NONINFRINGEMENT.  IN NO EVENT SHALL
- * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS 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.
- *
- *
- */
- 
-
-/*
- * GLX Hardware Device Driver for Intel tdfx
- * Copyright (C) 1999 Keith Whitwell
- *
- * 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:
- *
- * The 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:36
  Author: jgc
Revision: 140299

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:35 UTC (rev 140298)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:36 UTC (rev 140299)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-sisusb
-pkgver=0.9.4
-pkgrel=4
-pkgdesc=X.org SiS USB video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-sisusb/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-sisusb/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:36 UTC (rev 140299)
@@ -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-sisusb/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:37
  Author: jgc
Revision: 140300

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:36 UTC (rev 140299)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:37 UTC (rev 140300)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-sisusb
-pkgver=0.9.4
-pkgrel=4
-pkgdesc=X.org SiS USB video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-sisusb/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-sisusb/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:37 UTC (rev 140300)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:39
  Author: jgc
Revision: 140301

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:37 UTC (rev 140300)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:39 UTC (rev 140301)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-sis
-pkgver=0.10.3
-pkgrel=4
-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' 'xf86dgaproto' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-sis/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-sis/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:39 UTC (rev 140301)
@@ -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-sis/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:39
  Author: jgc
Revision: 140302

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:39 UTC (rev 140301)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:39 UTC (rev 140302)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-sis
-pkgver=0.10.3
-pkgrel=4
-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' 'xf86dgaproto' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-sis/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-sis/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:39 UTC (rev 140302)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:40
  Author: jgc
Revision: 140303

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:39 UTC (rev 140302)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:40 UTC (rev 140303)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-siliconmotion
-pkgver=1.7.5
-pkgrel=2
-pkgdesc=X.org siliconmotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-siliconmotion/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-siliconmotion/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:40 UTC (rev 140303)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:41
  Author: jgc
Revision: 140304

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:40 UTC (rev 140303)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:41 UTC (rev 140304)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-siliconmotion
-pkgver=1.7.5
-pkgrel=2
-pkgdesc=X.org siliconmotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-siliconmotion/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-siliconmotion/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:41 UTC (rev 140304)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:42
  Author: jgc
Revision: 140305

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:41 UTC (rev 140304)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:42 UTC (rev 140305)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-savage
-pkgver=2.3.2
-pkgrel=2
-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')
-conflicts=('xorg-server1.10.0')
-options=(!libtool !makeflags)
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d675693d0b29cb24f624ef57c1fe2f271f6bf6c3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./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}/
-}

Copied: xf86-video-savage/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-savage/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:42 UTC (rev 140305)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-savage
+pkgver=2.3.3
+pkgrel=1
+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)
+sha256sums=('d3854d375dbf7d83bf90e30d72837ce60d808119c6fa4bb98088e68e7cc7e7b2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:43
  Author: jgc
Revision: 140306

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:42 UTC (rev 140305)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:43 UTC (rev 140306)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-savage
-pkgver=2.3.2
-pkgrel=2
-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')
-conflicts=('xorg-server1.10.0')
-options=(!libtool !makeflags)
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d675693d0b29cb24f624ef57c1fe2f271f6bf6c3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./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}/
-}

Copied: xf86-video-savage/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-savage/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:43 UTC (rev 140306)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-savage
+pkgver=2.3.3
+pkgrel=1
+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)
+sha256sums=('d3854d375dbf7d83bf90e30d72837ce60d808119c6fa4bb98088e68e7cc7e7b2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./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-s3/repos (6 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:44
  Author: jgc
Revision: 140307

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

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

-+
 LICENSE |   50 ++---
 PKGBUILD|   60 +++
 git-fixes.patch |  458 ++
 3 files changed, 514 insertions(+), 54 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:28:43 UTC (rev 140306)
+++ extra-i686/LICENSE  2011-10-11 21:28:44 UTC (rev 140307)
@@ -1,25 +0,0 @@
-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/extra-i686/LICENSE (from rev 140271, 
xf86-video-s3/repos/testing-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2011-10-11 21:28:44 UTC (rev 140307)
@@ -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.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:43 UTC (rev 140306)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:44 UTC (rev 140307)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-s3
-pkgver=0.6.3
-pkgrel=5
-pkgdesc=X.org S3 video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-LICENSE)
-md5sums=('5eb06d88533fb327d067928faeb20860'
- '6b2bea29522da7cbb81cadde3235024d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: xf86-video-s3/repos/extra-i686/PKGBUILD (from rev 140271, 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:46
  Author: jgc
Revision: 140309

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

Added:
  xf86-video-s3virge/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-video-s3virge/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-s3virge/repos/extra-i686/LICENSE
  xf86-video-s3virge/repos/extra-i686/PKGBUILD
  xf86-video-s3virge/repos/testing-i686/

--+
 LICENSE  |   25 -
 PKGBUILD |   60 +++-
 2 files changed, 31 insertions(+), 54 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:28:45 UTC (rev 140308)
+++ extra-i686/LICENSE  2011-10-11 21:28:46 UTC (rev 140309)
@@ -1,25 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright (C) 1994-2000 The XFree86 Project, 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, 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 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, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-XFREE86 PROJECT 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.
-
-Except as contained in this notice, the name of the XFree86 Project shall not
-be used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from the XFree86 Project.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:45 UTC (rev 140308)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:46 UTC (rev 140309)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-s3virge
-pkgver=1.10.4
-pkgrel=5
-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')
-conflicts=('xorg-server1.10.0')
-options=(!libtool)
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-LICENSE)
-md5sums=('6517bbbf808c700502d51acdc44662f8' 'c0a38dfcd6288eff39322f7c584b8d1e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-s3virge/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-s3virge/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:46 UTC (rev 140309)
@@ -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 (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:47
  Author: jgc
Revision: 140310

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

Added:
  xf86-video-s3virge/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-s3virge/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-s3virge/repos/extra-x86_64/LICENSE
  xf86-video-s3virge/repos/extra-x86_64/PKGBUILD
  xf86-video-s3virge/repos/testing-x86_64/

--+
 LICENSE  |   25 -
 PKGBUILD |   60 +++-
 2 files changed, 31 insertions(+), 54 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:28:46 UTC (rev 140309)
+++ extra-x86_64/LICENSE2011-10-11 21:28:47 UTC (rev 140310)
@@ -1,25 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright (C) 1994-2000 The XFree86 Project, 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, 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 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, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-XFREE86 PROJECT 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.
-
-Except as contained in this notice, the name of the XFree86 Project shall not
-be used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from the XFree86 Project.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:46 UTC (rev 140309)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:47 UTC (rev 140310)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-s3virge
-pkgver=1.10.4
-pkgrel=5
-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')
-conflicts=('xorg-server1.10.0')
-options=(!libtool)
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-LICENSE)
-md5sums=('6517bbbf808c700502d51acdc44662f8' 'c0a38dfcd6288eff39322f7c584b8d1e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-s3virge/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-s3virge/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:47 UTC (rev 140310)
@@ -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 (6 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:45
  Author: jgc
Revision: 140308

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

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

-+
 LICENSE |   50 ++---
 PKGBUILD|   60 +++
 git-fixes.patch |  458 ++
 3 files changed, 514 insertions(+), 54 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:28:44 UTC (rev 140307)
+++ extra-x86_64/LICENSE2011-10-11 21:28:45 UTC (rev 140308)
@@ -1,25 +0,0 @@
-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/extra-x86_64/LICENSE (from rev 140271, 
xf86-video-s3/repos/testing-x86_64/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2011-10-11 21:28:45 UTC (rev 140308)
@@ -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.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:44 UTC (rev 140307)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:45 UTC (rev 140308)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-s3
-pkgver=0.6.3
-pkgrel=5
-pkgdesc=X.org S3 video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-LICENSE)
-md5sums=('5eb06d88533fb327d067928faeb20860'
- '6b2bea29522da7cbb81cadde3235024d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}


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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:48
  Author: jgc
Revision: 140311

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:47 UTC (rev 140310)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:48 UTC (rev 140311)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-rendition
-pkgver=4.2.4
-pkgrel=4
-pkgdesc=X.org Rendition video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.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
-}

Copied: xf86-video-rendition/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-rendition/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:48 UTC (rev 140311)
@@ -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 (5 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:50
  Author: jgc
Revision: 140313

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

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

-+
 LICENSE |  219 --
 PKGBUILD|   61 ++-
 git-fixes.patch |  842 ++
 3 files changed, 874 insertions(+), 248 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:28:49 UTC (rev 140312)
+++ extra-i686/LICENSE  2011-10-11 21:28:50 UTC (rev 140313)
@@ -1,219 +0,0 @@
-
-Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), 
t...@xfree86.org
-
-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 Marc Aurele La France not be used in advertising or
-publicity pertaining to distribution of the software without specific,
-written prior permission.  Marc Aurele La France makes no representations
-about the suitability of this software for any purpose.  It is provided
-as-is without express or implied warranty.
-
-MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO
-EVENT SHALL MARC AURELE LA FRANCE 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.
-
-Copyright 2000 Gareth Hughes
-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, 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 NONINFRINGEMENT.  IN NO EVENT SHALL
-GARETH HUGHES 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.
-
-(c) 2004 Adam Jackson.  Standard MIT license applies.
-
-Copyright 1999-2000 Precision Insight, Inc., Cedar Park, Texas.
-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, 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 NO EVENT SHALL
-PRECISION INSIGHT AND/OR ITS SUPPLIERS 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, 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:51
  Author: jgc
Revision: 140314

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

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

-+
 LICENSE |  219 --
 PKGBUILD|   61 ++-
 git-fixes.patch |  842 ++
 3 files changed, 874 insertions(+), 248 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:28:50 UTC (rev 140313)
+++ extra-x86_64/LICENSE2011-10-11 21:28:51 UTC (rev 140314)
@@ -1,219 +0,0 @@
-
-Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), 
t...@xfree86.org
-
-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 Marc Aurele La France not be used in advertising or
-publicity pertaining to distribution of the software without specific,
-written prior permission.  Marc Aurele La France makes no representations
-about the suitability of this software for any purpose.  It is provided
-as-is without express or implied warranty.
-
-MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO
-EVENT SHALL MARC AURELE LA FRANCE 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.
-
-Copyright 2000 Gareth Hughes
-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, 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 NONINFRINGEMENT.  IN NO EVENT SHALL
-GARETH HUGHES 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.
-
-(c) 2004 Adam Jackson.  Standard MIT license applies.
-
-Copyright 1999-2000 Precision Insight, Inc., Cedar Park, Texas.
-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, 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 NO EVENT SHALL
-PRECISION INSIGHT AND/OR ITS SUPPLIERS 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,

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:49
  Author: jgc
Revision: 140312

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:48 UTC (rev 140311)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:49 UTC (rev 140312)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-rendition
-pkgver=4.2.4
-pkgrel=4
-pkgdesc=X.org Rendition video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.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
-}

Copied: xf86-video-rendition/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-rendition/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:49 UTC (rev 140312)
@@ -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-openchrome/repos (6 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:53
  Author: jgc
Revision: 140316

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

Added:
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-openchrome/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-openchrome/repos/extra-x86_64/LICENSE.txt
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
  xf86-video-openchrome/repos/extra-x86_64/drm_stdint.patch
  xf86-video-openchrome/repos/extra-x86_64/svn-r839.patch
  xf86-video-openchrome/repos/testing-x86_64/

--+
 LICENSE.txt  |   26 
 PKGBUILD |   63 +-
 drm_stdint.patch |   10 
 svn-r839.patch   | 1447 -
 4 files changed, 28 insertions(+), 1518 deletions(-)

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


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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:00
  Author: jgc
Revision: 140322

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:59 UTC (rev 140321)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:00 UTC (rev 140322)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-neomagic
-pkgver=1.2.5
-pkgrel=4
-pkgdesc=X.org neomagic video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'xf86dgaproto')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-neomagic/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-neomagic/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:00 UTC (rev 140322)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:02
  Author: jgc
Revision: 140323

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:00 UTC (rev 140322)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:02 UTC (rev 140323)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-mga
-pkgver=1.4.13
-pkgrel=3
-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' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('55aa185cf381def4b5905c8b93694b8dfbd5c378')
-
-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}/
-}

Copied: xf86-video-mga/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-mga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:02 UTC (rev 140323)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:03
  Author: jgc
Revision: 140324

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:02 UTC (rev 140323)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:03 UTC (rev 140324)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-mga
-pkgver=1.4.13
-pkgrel=3
-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' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('55aa185cf381def4b5905c8b93694b8dfbd5c378')
-
-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}/
-}

Copied: xf86-video-mga/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-mga/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:03 UTC (rev 140324)
@@ -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 (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:05
  Author: jgc
Revision: 140325

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

Added:
  xf86-video-mach64/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-video-mach64/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-mach64/repos/extra-i686/PKGBUILD
  xf86-video-mach64/repos/extra-i686/mach64-fix-pixmap.patch
  xf86-video-mach64/repos/testing-i686/

-+
 PKGBUILD|   63 +-
 mach64-fix-pixmap.patch |   47 --
 2 files changed, 30 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:03 UTC (rev 140324)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:05 UTC (rev 140325)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-mach64
-pkgver=6.9.0
-pkgrel=1
-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' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-   mach64-fix-pixmap.patch)
-sha1sums=('95a7ec9761fe11dadbcd9078c55148198a91b2f1'
-  '9658d16b964c1c0a3f8aa68f6706bd643cef321e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-#  patch -Np1 -i ${srcdir}/mach64-fix-pixmap.patch
-  ./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}/
-}

Copied: xf86-video-mach64/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-mach64/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:05 UTC (rev 140325)
@@ -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}/
+}

Deleted: extra-i686/mach64-fix-pixmap.patch
===
--- extra-i686/mach64-fix-pixmap.patch  2011-10-11 21:29:03 UTC (rev 140324)
+++ extra-i686/mach64-fix-pixmap.patch  2011-10-11 21:29:05 UTC (rev 140325)
@@ -1,47 +0,0 @@
-diff --git a/src/aticonsole.c b/src/aticonsole.c
-index 1be147e..6e742d9 100644
 a/src/aticonsole.c
-+++ b/src/aticonsole.c
-@@ -28,6 +28,7 @@
- #include config.h
- #endif
- 
-+#include xorgVersion.h
- #include ati.h
- #include aticonsole.h
- #include atii2c.h
-@@ -689,7 +690,9 @@ ATIEnterVT
- ScreenPtr   pScreen = pScreenInfo-pScreen;
- ATIPtr  pATI= ATIPTR(pScreenInfo);
- PixmapPtr   pScreenPixmap;
-+#if (XORG_VERSION_CURRENT  XORG_VERSION_NUMERIC(1, 9, 99, 1, 0))
- DevUnionPixmapPrivate;
-+#endif
- BoolEntered;
- 
- if (!ATIEnterGraphics(NULL, pScreenInfo, pATI))
-@@ -714,19 +717,24 @@ ATIEnterVT
- }
- 
- pScreenPixmap = (*pScreen-GetScreenPixmap)(pScreen);
-+
-+#if (XORG_VERSION_CURRENT  XORG_VERSION_NUMERIC(1, 9, 99, 1, 0))
- PixmapPrivate = pScreenPixmap-devPrivate;
- if (!PixmapPrivate.ptr)
- pScreenPixmap-devPrivate = pScreenInfo-pixmapPrivate;
-+#endif
- 
- /* Tell framebuffer about remapped aperture */
- Entered = (*pScreen-ModifyPixmapHeader)(pScreenPixmap,
- -1, -1, -1, -1, -1, pATI-pMemory);
- 
-+#if (XORG_VERSION_CURRENT  XORG_VERSION_NUMERIC(1, 9, 99, 1, 0))
- if (!PixmapPrivate.ptr)
- {
- pScreenInfo-pixmapPrivate = pScreenPixmap-devPrivate;
- pScreenPixmap-devPrivate.ptr = NULL;
- }
-+#endif
- 
- #ifdef XF86DRI_DEVEL
- 



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:07
  Author: jgc
Revision: 140326

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

Added:
  xf86-video-mach64/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-mach64/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-mach64/repos/extra-x86_64/PKGBUILD
  xf86-video-mach64/repos/extra-x86_64/mach64-fix-pixmap.patch
  xf86-video-mach64/repos/testing-x86_64/

-+
 PKGBUILD|   63 +-
 mach64-fix-pixmap.patch |   47 --
 2 files changed, 30 insertions(+), 80 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:05 UTC (rev 140325)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:07 UTC (rev 140326)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-mach64
-pkgver=6.9.0
-pkgrel=1
-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' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-   mach64-fix-pixmap.patch)
-sha1sums=('95a7ec9761fe11dadbcd9078c55148198a91b2f1'
-  '9658d16b964c1c0a3f8aa68f6706bd643cef321e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-#  patch -Np1 -i ${srcdir}/mach64-fix-pixmap.patch
-  ./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}/
-}

Copied: xf86-video-mach64/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-mach64/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:07 UTC (rev 140326)
@@ -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}/
+}

Deleted: extra-x86_64/mach64-fix-pixmap.patch
===
--- extra-x86_64/mach64-fix-pixmap.patch2011-10-11 21:29:05 UTC (rev 
140325)
+++ extra-x86_64/mach64-fix-pixmap.patch2011-10-11 21:29:07 UTC (rev 
140326)
@@ -1,47 +0,0 @@
-diff --git a/src/aticonsole.c b/src/aticonsole.c
-index 1be147e..6e742d9 100644
 a/src/aticonsole.c
-+++ b/src/aticonsole.c
-@@ -28,6 +28,7 @@
- #include config.h
- #endif
- 
-+#include xorgVersion.h
- #include ati.h
- #include aticonsole.h
- #include atii2c.h
-@@ -689,7 +690,9 @@ ATIEnterVT
- ScreenPtr   pScreen = pScreenInfo-pScreen;
- ATIPtr  pATI= ATIPTR(pScreenInfo);
- PixmapPtr   pScreenPixmap;
-+#if (XORG_VERSION_CURRENT  XORG_VERSION_NUMERIC(1, 9, 99, 1, 0))
- DevUnionPixmapPrivate;
-+#endif
- BoolEntered;
- 
- if (!ATIEnterGraphics(NULL, pScreenInfo, pATI))
-@@ -714,19 +717,24 @@ ATIEnterVT
- }
- 
- pScreenPixmap = (*pScreen-GetScreenPixmap)(pScreen);
-+
-+#if (XORG_VERSION_CURRENT  XORG_VERSION_NUMERIC(1, 9, 99, 1, 0))
- PixmapPrivate = pScreenPixmap-devPrivate;
- if (!PixmapPrivate.ptr)
- pScreenPixmap-devPrivate = pScreenInfo-pixmapPrivate;
-+#endif
- 
- /* Tell framebuffer about remapped aperture */
- Entered = (*pScreen-ModifyPixmapHeader)(pScreenPixmap,
- -1, -1, -1, -1, -1, pATI-pMemory);
- 
-+#if (XORG_VERSION_CURRENT  XORG_VERSION_NUMERIC(1, 9, 99, 1, 0))
- if (!PixmapPrivate.ptr)
- {
- pScreenInfo-pixmapPrivate = pScreenPixmap-devPrivate;
- pScreenPixmap-devPrivate.ptr = NULL;
- }
-+#endif
- 
- #ifdef XF86DRI_DEVEL
- 



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:09
  Author: jgc
Revision: 140327

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-video-intel/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/git-fixes.patch
  xf86-video-intel/repos/testing-i686/

-+
 PKGBUILD|   66 +--
 git-fixes.patch | 1050 --
 2 files changed, 31 insertions(+), 1085 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:07 UTC (rev 140326)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:09 UTC (rev 140327)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.15.0
-pkgrel=2
-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' 'libx11' 'libdrm' 'xf86driproto' 'glproto' 
'mesa' 'libxvmc' 'xcb-util')
-conflicts=('xorg-server1.10.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-git-fixes.patch)
-sha1sums=('78ec39a4470cfc0bf13d269fb915f6c5a498ee62'
-  'd7a9102e58c1d6c1bcb99ff6836146bd54a18161')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
-
-  autoreconf
-  ./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}/
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-intel/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:09 UTC (rev 140327)
@@ -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}/
+}

Deleted: extra-i686/git-fixes.patch
===
--- extra-i686/git-fixes.patch  2011-10-11 21:29:07 UTC (rev 140326)
+++ extra-i686/git-fixes.patch  2011-10-11 21:29:09 UTC (rev 140327)
@@ -1,1050 +0,0 @@
-diff --git a/NEWS b/NEWS
-index ea92bcf..61866b0 100644
 a/NEWS
-+++ b/NEWS
-@@ -2,9 +2,9 @@ Release 2.15.0 (2011-04-14)
- ==
- We are pleased to announce this major release of the xf86-video-intel
- driver, roughly on schedule at 3 months since 2.14.0. With the many bug
--fixes in this release, we encourage everyone to upgrade to 2.14.
-+fixes in this release, we encourage everyone to upgrade to 2.15.
- 
--The priority for this quarter has been simply to unexciting and stabilise
-+The priority for this quarter has been simply to be unexciting and stabilise
- the driver further, seeking to capitalise upon the improvements elsewhere
- in the stack.
- 
-diff --git a/configure.ac b/configure.ac
-index fd5a3cf..9449e56 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -77,9 +77,7 @@ AC_ARG_WITH(xorg-module-dir,
- [moduledir=$libdir/xorg/modules])
- 
- AC_ARG_ENABLE(dri, AS_HELP_STRING([--disable-dri],
--  [Disable DRI support [[default=auto]]]),
--  [DRI=$enableval],
--  [DRI=auto])
-+  [Disable DRI support [[default=auto]]]))
- 
- AC_ARG_ENABLE(xvmc, AS_HELP_STRING([--disable-xvmc],
-   [Disable XvMC support [[default=yes]]]),
-@@ -106,40 +104,48 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
- # Obtain compiler/linker options 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:11
  Author: jgc
Revision: 140328

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

Added:
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-intel/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/git-fixes.patch
  xf86-video-intel/repos/testing-x86_64/

-+
 PKGBUILD|   66 +--
 git-fixes.patch | 1050 --
 2 files changed, 31 insertions(+), 1085 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:09 UTC (rev 140327)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:11 UTC (rev 140328)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.15.0
-pkgrel=2
-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' 'libx11' 'libdrm' 'xf86driproto' 'glproto' 
'mesa' 'libxvmc' 'xcb-util')
-conflicts=('xorg-server1.10.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-git-fixes.patch)
-sha1sums=('78ec39a4470cfc0bf13d269fb915f6c5a498ee62'
-  'd7a9102e58c1d6c1bcb99ff6836146bd54a18161')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
-
-  autoreconf
-  ./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}/
-}

Copied: xf86-video-intel/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-intel/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:11 UTC (rev 140328)
@@ -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}/
+}

Deleted: extra-x86_64/git-fixes.patch
===
--- extra-x86_64/git-fixes.patch2011-10-11 21:29:09 UTC (rev 140327)
+++ extra-x86_64/git-fixes.patch2011-10-11 21:29:11 UTC (rev 140328)
@@ -1,1050 +0,0 @@
-diff --git a/NEWS b/NEWS
-index ea92bcf..61866b0 100644
 a/NEWS
-+++ b/NEWS
-@@ -2,9 +2,9 @@ Release 2.15.0 (2011-04-14)
- ==
- We are pleased to announce this major release of the xf86-video-intel
- driver, roughly on schedule at 3 months since 2.14.0. With the many bug
--fixes in this release, we encourage everyone to upgrade to 2.14.
-+fixes in this release, we encourage everyone to upgrade to 2.15.
- 
--The priority for this quarter has been simply to unexciting and stabilise
-+The priority for this quarter has been simply to be unexciting and stabilise
- the driver further, seeking to capitalise upon the improvements elsewhere
- in the stack.
- 
-diff --git a/configure.ac b/configure.ac
-index fd5a3cf..9449e56 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -77,9 +77,7 @@ AC_ARG_WITH(xorg-module-dir,
- [moduledir=$libdir/xorg/modules])
- 
- AC_ARG_ENABLE(dri, AS_HELP_STRING([--disable-dri],
--  [Disable DRI support [[default=auto]]]),
--  [DRI=$enableval],
--  [DRI=auto])
-+  [Disable DRI support [[default=auto]]]))
- 
- AC_ARG_ENABLE(xvmc, AS_HELP_STRING([--disable-xvmc],
-   [Disable XvMC support [[default=yes]]]),
-@@ -106,40 +104,48 @@ 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:14
  Author: jgc
Revision: 140330

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:13 UTC (rev 140329)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:14 UTC (rev 140330)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-i740
-pkgver=1.3.2
-pkgrel=6
-pkgdesc=X.org Intel i740 video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-i740/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-i740/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:14 UTC (rev 140330)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:17
  Author: jgc
Revision: 140331

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:14 UTC (rev 140330)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:17 UTC (rev 140331)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-i128
-pkgver=1.3.4
-pkgrel=3
-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')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-i128/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-i128/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:17 UTC (rev 140331)
@@ -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-glint/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:20
  Author: jgc
Revision: 140333

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:18 UTC (rev 140332)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:20 UTC (rev 140333)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-glint
-pkgver=1.2.5
-pkgrel=2
-pkgdesc=X.org GLINT/Permedia video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'xf86dgaproto')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('28d54093c6485bf0055fa16be3d116f9107aaea7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-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-glint/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-glint/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:20 UTC (rev 140333)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-glint
+pkgver=1.2.6
+pkgrel=1
+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.11.0' 'xf86dgaproto')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d43350ed3c149576db1dbcacf5e9a30a3268a3f49742724c9151b6f1e4bd21a7')
+
+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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:18
  Author: jgc
Revision: 140332

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:17 UTC (rev 140331)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:18 UTC (rev 140332)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-i128
-pkgver=1.3.4
-pkgrel=3
-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')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-i128/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-i128/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:18 UTC (rev 140332)
@@ -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-nv/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:54
  Author: jgc
Revision: 140317

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:53 UTC (rev 140316)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:54 UTC (rev 140317)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-nv
-pkgver=2.1.18
-pkgrel=3
-pkgdesc=X.org nv video driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-nv/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-nv/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:54 UTC (rev 140317)
@@ -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-nv/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:55
  Author: jgc
Revision: 140318

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:54 UTC (rev 140317)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:55 UTC (rev 140318)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-nv
-pkgver=2.1.18
-pkgrel=3
-pkgdesc=X.org nv video driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-nv/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-nv/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:55 UTC (rev 140318)
@@ -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-nouveau/repos (5 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:56
  Author: jgc
Revision: 140319

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

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

+
 PKGBUILD   |   82 +--
 xf86-video-nouveau.install |   32 
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:55 UTC (rev 140318)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:56 UTC (rev 140319)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-_gitdate=20110726
-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.10.0')
-options=('!libtool')
-install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('8af188f6c2c90dfca3427809cd8fb76f')
-
-# source PKGBUILD  mksource
-mksource() {
-   mkdir /tmp/${pkgname}-${_gitdate}
-   pushd /tmp/${pkgname}-${_gitdate}
-   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
-   cd xf86-video-nouveau
-   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2
-   popd
-}
-
-build() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=${pkgdir} install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:56 UTC (rev 140319)
@@ -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
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2011-10-11 21:28:55 UTC (rev 
140318)
+++ extra-i686/xf86-video-nouveau.install   2011-10-11 21:28:56 UTC (rev 
140319)
@@ -1,16 +0,0 @@
-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 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:57
  Author: jgc
Revision: 140320

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

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

+
 PKGBUILD   |   82 +--
 xf86-video-nouveau.install |   32 
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:28:56 UTC (rev 140319)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:57 UTC (rev 140320)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-_gitdate=20110726
-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.10.0')
-options=('!libtool')
-install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('8af188f6c2c90dfca3427809cd8fb76f')
-
-# source PKGBUILD  mksource
-mksource() {
-   mkdir /tmp/${pkgname}-${_gitdate}
-   pushd /tmp/${pkgname}-${_gitdate}
-   git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
-   cd xf86-video-nouveau
-   git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2  /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2
-   popd
-}
-
-build() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=${pkgdir} install
-}

Copied: xf86-video-nouveau/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:28:57 UTC (rev 140320)
@@ -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
+}

Deleted: extra-x86_64/xf86-video-nouveau.install
===
--- extra-x86_64/xf86-video-nouveau.install 2011-10-11 21:28:56 UTC (rev 
140319)
+++ extra-x86_64/xf86-video-nouveau.install 2011-10-11 21:28:57 UTC (rev 
140320)
@@ -1,16 +0,0 @@
-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 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:13
  Author: jgc
Revision: 140329

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:11 UTC (rev 140328)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:13 UTC (rev 140329)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-i740
-pkgver=1.3.2
-pkgrel=6
-pkgdesc=X.org Intel i740 video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-i740/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-i740/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:13 UTC (rev 140329)
@@ -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-fbdev/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:23
  Author: jgc
Revision: 140335

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:22 UTC (rev 140334)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:23 UTC (rev 140335)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-fbdev
-pkgver=0.4.2
-pkgrel=4
-pkgdesc=X.org framebuffer video driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-fbdev/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-fbdev/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:23 UTC (rev 140335)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:25
  Author: jgc
Revision: 140336

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:23 UTC (rev 140335)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:25 UTC (rev 140336)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-fbdev
-pkgver=0.4.2
-pkgrel=4
-pkgdesc=X.org framebuffer video driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-fbdev/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-fbdev/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:25 UTC (rev 140336)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:27
  Author: jgc
Revision: 140338

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:26 UTC (rev 140337)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:27 UTC (rev 140338)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-dummy
-pkgver=0.3.4
-pkgrel=4
-pkgdesc=X.org dummy video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'xf86dgaproto')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-dummy/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-dummy/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:27 UTC (rev 140338)
@@ -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 (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:28
  Author: jgc
Revision: 140339

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

Added:
  xf86-video-cirrus/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-video-cirrus/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-cirrus/repos/extra-i686/LICENSE
  xf86-video-cirrus/repos/extra-i686/PKGBUILD
  xf86-video-cirrus/repos/testing-i686/

--+
 LICENSE  |   22 --
 PKGBUILD |   54 ++
 2 files changed, 26 insertions(+), 50 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:29:27 UTC (rev 140338)
+++ extra-i686/LICENSE  2011-10-11 21:29:28 UTC (rev 140339)
@@ -1,22 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 2000 by Egbert Eich
-
-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 Alan Hourihane not be used in
-advertising or publicity pertaining to distribution of the software without
-specific, written prior permission.  Alan Hourihane makes no representations
-about the suitability of this software for any purpose.  It is provided
-as is without express or implied warranty.
-
-EGBERT EICH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-EVENT SHALL ALAN HOURIHANE 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.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:27 UTC (rev 140338)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:28 UTC (rev 140339)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-cirrus
-pkgver=1.3.2
-pkgrel=6
-pkgdesc=X.org Cirrus Logic video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-LICENSE)
-md5sums=('8195d03ed0be0975c03441e66a9f53b3'
- 'b9b570ac5c03f1fbe3e0cee5fe884b82')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-cirrus/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-cirrus/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:28 UTC (rev 140339)
@@ -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-glint/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:22
  Author: jgc
Revision: 140334

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:20 UTC (rev 140333)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:22 UTC (rev 140334)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-glint
-pkgver=1.2.5
-pkgrel=2
-pkgdesc=X.org GLINT/Permedia video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'xf86dgaproto')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('28d54093c6485bf0055fa16be3d116f9107aaea7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-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-glint/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-glint/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:22 UTC (rev 140334)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-glint
+pkgver=1.2.6
+pkgrel=1
+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.11.0' 'xf86dgaproto')
+conflicts=('xorg-server1.11.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d43350ed3c149576db1dbcacf5e9a30a3268a3f49742724c9151b6f1e4bd21a7')
+
+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 (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:29
  Author: jgc
Revision: 140340

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

Added:
  xf86-video-cirrus/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-cirrus/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-cirrus/repos/extra-x86_64/LICENSE
  xf86-video-cirrus/repos/extra-x86_64/PKGBUILD
  xf86-video-cirrus/repos/testing-x86_64/

--+
 LICENSE  |   22 --
 PKGBUILD |   54 ++
 2 files changed, 26 insertions(+), 50 deletions(-)

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:29:28 UTC (rev 140339)
+++ extra-x86_64/LICENSE2011-10-11 21:29:29 UTC (rev 140340)
@@ -1,22 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 2000 by Egbert Eich
-
-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 Alan Hourihane not be used in
-advertising or publicity pertaining to distribution of the software without
-specific, written prior permission.  Alan Hourihane makes no representations
-about the suitability of this software for any purpose.  It is provided
-as is without express or implied warranty.
-
-EGBERT EICH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-EVENT SHALL ALAN HOURIHANE 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.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:28 UTC (rev 140339)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:29 UTC (rev 140340)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-cirrus
-pkgver=1.3.2
-pkgrel=6
-pkgdesc=X.org Cirrus Logic video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-LICENSE)
-md5sums=('8195d03ed0be0975c03441e66a9f53b3'
- 'b9b570ac5c03f1fbe3e0cee5fe884b82')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-cirrus/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-cirrus/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:29 UTC (rev 140340)
@@ -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-dummy/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:26
  Author: jgc
Revision: 140337

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:25 UTC (rev 140336)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:26 UTC (rev 140337)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-dummy
-pkgver=0.3.4
-pkgrel=4
-pkgdesc=X.org dummy video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'xf86dgaproto')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-video-dummy/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-dummy/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:26 UTC (rev 140337)
@@ -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-chips/repos (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:30
  Author: jgc
Revision: 140341

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:29 UTC (rev 140340)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:30 UTC (rev 140341)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-chips
-pkgver=1.2.4
-pkgrel=2
-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')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('71f474335d05f93b2451a7a0750c4409669641a4')
-
-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}/
-}

Copied: xf86-video-chips/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-chips/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:30 UTC (rev 140341)
@@ -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/extra-i686/gut-overlay-8-16-support-from-driver.patch 
(from rev 140271, 
xf86-video-chips/repos/testing-i686/gut-overlay-8-16-support-from-driver.patch)
===
--- extra-i686/gut-overlay-8-16-support-from-driver.patch   
(rev 0)
+++ extra-i686/gut-overlay-8-16-support-from-driver.patch   2011-10-11 
21:29:30 UTC (rev 140341)
@@ -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, 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:28:59
  Author: jgc
Revision: 140321

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:28:57 UTC (rev 140320)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:59 UTC (rev 140321)
@@ -1,26 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-neomagic
-pkgver=1.2.5
-pkgrel=4
-pkgdesc=X.org neomagic video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'xf86dgaproto')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-neomagic/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-neomagic/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:28:59 UTC (rev 140321)
@@ -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-ati/repos (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:32
  Author: jgc
Revision: 140343

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

Added:
  xf86-video-ati/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-video-ati/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-video-ati/repos/extra-i686/PKGBUILD
  xf86-video-ati/repos/extra-i686/ati-fix-build-1.10.patch
  xf86-video-ati/repos/testing-i686/

--+
 PKGBUILD |   62 ++---
 ati-fix-build-1.10.patch |   38 ---
 2 files changed, 31 insertions(+), 69 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:31 UTC (rev 140342)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:32 UTC (rev 140343)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-ati
-pkgver=6.14.2
-pkgrel=1
-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' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('111ec4aef32a4298df7e38afa8bef373')
-
-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}/
-}

Copied: xf86-video-ati/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-ati/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:32 UTC (rev 140343)
@@ -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}/
+}

Deleted: extra-i686/ati-fix-build-1.10.patch
===
--- extra-i686/ati-fix-build-1.10.patch 2011-10-11 21:29:31 UTC (rev 140342)
+++ extra-i686/ati-fix-build-1.10.patch 2011-10-11 21:29:32 UTC (rev 140343)
@@ -1,38 +0,0 @@
-From ecfdb209afe2aafc378baab8c511f5df7b000270 Mon Sep 17 00:00:00 2001
-From: Sedat Dilek sedat.di...@googlemail.com
-Date: Fri, 25 Feb 2011 21:48:14 +0100
-Subject: [PATCH] UMS: Fix build against xserver 1.10-rc3
-
-This issue was introduced due to last minute backout of RandR-1.4
-in xserver 1.10-rc3.
-
-Switch to #ifdef RANDR_14_INTERFACE as suggested by Keith Packard.
-See also http://lists.x.org/archives/xorg-devel/2011-February/019643.html.
-
-Note:
-The ddx needs a rebuild as the X video driver ABI changed to version 10.0.
-
-Reported-by: Alex Deucher alexdeuc...@gmail.com
-CC: Keith Packard kei...@keithp.com
-Signed-off-by: Sedat Dilek sedat.di...@gmail.com

- src/radeon_output.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/radeon_output.c b/src/radeon_output.c
-index 15cef06..ccde346 100644
 a/src/radeon_output.c
-+++ b/src/radeon_output.c
-@@ -1622,7 +1622,7 @@ radeon_set_mode_for_property(xf86OutputPtr output)
-   xf86CrtcPtr crtc = output-crtc;
- 
-   if (crtc-enabled) {
--#if XORG_VERSION_CURRENT = XORG_VERSION_NUMERIC(1,9,99,901,0)
-+#ifdef RANDR_14_INTERFACE
-   xf86CrtcSetRec crtc_set_rec;
- 
-   crtc_set_rec.flags = (XF86CrtcSetMode |
--- 
-1.7.1
-
-



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:34
  Author: jgc
Revision: 140345

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:33 UTC (rev 140344)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:34 UTC (rev 140345)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-ast
-pkgver=0.91.10
-pkgrel=3
-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')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a90624e63f33fdcb50ccefcdeebb34052f341ef3')
-
-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}/
-}

Copied: xf86-video-ast/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-ast/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:34 UTC (rev 140345)
@@ -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-ati/repos (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:33
  Author: jgc
Revision: 140344

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

Added:
  xf86-video-ati/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-video-ati/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-ati/repos/extra-x86_64/PKGBUILD
  xf86-video-ati/repos/extra-x86_64/ati-fix-build-1.10.patch
  xf86-video-ati/repos/testing-x86_64/

--+
 PKGBUILD |   62 ++---
 ati-fix-build-1.10.patch |   38 ---
 2 files changed, 31 insertions(+), 69 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:32 UTC (rev 140343)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:33 UTC (rev 140344)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-ati
-pkgver=6.14.2
-pkgrel=1
-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' 'libdrm' 'xf86driproto' 'mesa')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('111ec4aef32a4298df7e38afa8bef373')
-
-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}/
-}

Copied: xf86-video-ati/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-ati/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:33 UTC (rev 140344)
@@ -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}/
+}

Deleted: extra-x86_64/ati-fix-build-1.10.patch
===
--- extra-x86_64/ati-fix-build-1.10.patch   2011-10-11 21:29:32 UTC (rev 
140343)
+++ extra-x86_64/ati-fix-build-1.10.patch   2011-10-11 21:29:33 UTC (rev 
140344)
@@ -1,38 +0,0 @@
-From ecfdb209afe2aafc378baab8c511f5df7b000270 Mon Sep 17 00:00:00 2001
-From: Sedat Dilek sedat.di...@googlemail.com
-Date: Fri, 25 Feb 2011 21:48:14 +0100
-Subject: [PATCH] UMS: Fix build against xserver 1.10-rc3
-
-This issue was introduced due to last minute backout of RandR-1.4
-in xserver 1.10-rc3.
-
-Switch to #ifdef RANDR_14_INTERFACE as suggested by Keith Packard.
-See also http://lists.x.org/archives/xorg-devel/2011-February/019643.html.
-
-Note:
-The ddx needs a rebuild as the X video driver ABI changed to version 10.0.
-
-Reported-by: Alex Deucher alexdeuc...@gmail.com
-CC: Keith Packard kei...@keithp.com
-Signed-off-by: Sedat Dilek sedat.di...@gmail.com

- src/radeon_output.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/radeon_output.c b/src/radeon_output.c
-index 15cef06..ccde346 100644
 a/src/radeon_output.c
-+++ b/src/radeon_output.c
-@@ -1622,7 +1622,7 @@ radeon_set_mode_for_property(xf86OutputPtr output)
-   xf86CrtcPtr crtc = output-crtc;
- 
-   if (crtc-enabled) {
--#if XORG_VERSION_CURRENT = XORG_VERSION_NUMERIC(1,9,99,901,0)
-+#ifdef RANDR_14_INTERFACE
-   xf86CrtcSetRec crtc_set_rec;
- 
-   crtc_set_rec.flags = (XF86CrtcSetMode |
--- 
-1.7.1
-
-



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:36
  Author: jgc
Revision: 140346

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:34 UTC (rev 140345)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:36 UTC (rev 140346)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-ast
-pkgver=0.91.10
-pkgrel=3
-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')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a90624e63f33fdcb50ccefcdeebb34052f341ef3')
-
-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}/
-}

Copied: xf86-video-ast/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-ast/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:36 UTC (rev 140346)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:37
  Author: jgc
Revision: 140347

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:36 UTC (rev 140346)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:37 UTC (rev 140347)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-ark
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=X.org ark video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('56901ec6097a83433689f208268281f9c98c238b')
-
-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}/
-}

Copied: xf86-video-ark/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-ark/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:37 UTC (rev 140347)
@@ -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/extra-i686/git-fixes.patch (from rev 140271, 
xf86-video-ark/repos/testing-i686/git-fixes.patch)
===
--- extra-i686/git-fixes.patch  (rev 0)
+++ extra-i686/git-fixes.patch  2011-10-11 21:29:37 UTC (rev 140347)
@@ -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
 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:31
  Author: jgc
Revision: 140342

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:30 UTC (rev 140341)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:31 UTC (rev 140342)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-video-chips
-pkgver=1.2.4
-pkgrel=2
-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')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('71f474335d05f93b2451a7a0750c4409669641a4')
-
-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}/
-}

Copied: xf86-video-chips/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-chips/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:31 UTC (rev 140342)
@@ -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/extra-x86_64/gut-overlay-8-16-support-from-driver.patch 
(from rev 140271, 
xf86-video-chips/repos/testing-x86_64/gut-overlay-8-16-support-from-driver.patch)
===
--- extra-x86_64/gut-overlay-8-16-support-from-driver.patch 
(rev 0)
+++ extra-x86_64/gut-overlay-8-16-support-from-driver.patch 2011-10-11 
21:29:31 UTC (rev 140342)
@@ -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

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:38
  Author: jgc
Revision: 140348

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:37 UTC (rev 140347)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:38 UTC (rev 140348)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-ark
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=X.org ark video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('56901ec6097a83433689f208268281f9c98c238b')
-
-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}/
-}

Copied: xf86-video-ark/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-ark/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:38 UTC (rev 140348)
@@ -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/extra-x86_64/git-fixes.patch (from rev 140271, 
xf86-video-ark/repos/testing-x86_64/git-fixes.patch)
===
--- extra-x86_64/git-fixes.patch(rev 0)
+++ extra-x86_64/git-fixes.patch2011-10-11 21:29:38 UTC (rev 140348)
@@ -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 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:39
  Author: jgc
Revision: 140349

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:38 UTC (rev 140348)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:39 UTC (rev 140349)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-apm
-pkgver=1.2.3
-pkgrel=3
-pkgdesc=X.org Alliance ProMotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-apm/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-video-apm/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:39 UTC (rev 140349)
@@ -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-acecad/repos (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:40
  Author: jgc
Revision: 140351

db-move: moved xf86-input-acecad from [testing] to [extra] (i686)

Added:
  xf86-input-acecad/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-input-acecad/repos/testing-i686/PKGBUILD)
  xf86-input-acecad/repos/extra-i686/assign-local-private-after-allocating.patch
(from rev 140271, 
xf86-input-acecad/repos/testing-i686/assign-local-private-after-allocating.patch)
Deleted:
  xf86-input-acecad/repos/extra-i686/PKGBUILD
  xf86-input-acecad/repos/testing-i686/

-+
 PKGBUILD|   67 +-
 assign-local-private-after-allocating.patch |   24 +
 2 files changed, 59 insertions(+), 32 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:39 UTC (rev 140350)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:40 UTC (rev 140351)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-acecad
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=X.Org acecad tablet input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('sysfsutils')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1')
-
-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}/
-}

Copied: xf86-input-acecad/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-acecad/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:40 UTC (rev 140351)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=2
+pkgdesc=X.Org acecad tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+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
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
+  ./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}/
+}

Copied: 
xf86-input-acecad/repos/extra-i686/assign-local-private-after-allocating.patch 
(from rev 140271, 
xf86-input-acecad/repos/testing-i686/assign-local-private-after-allocating.patch)
===
--- extra-i686/assign-local-private-after-allocating.patch  
(rev 0)
+++ extra-i686/assign-local-private-after-allocating.patch  2011-10-11 
21:29:40 UTC (rev 140351)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Mon, 27 Jun 2011 03:13:54 +
+Subject: Assign local-private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
 b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+ return BadAlloc;
+ 
+ memset(priv, 0, sizeof(AceCadPrivateRec));
++local-private = priv;
+ 
+ local-device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:41
  Author: jgc
Revision: 140352

db-move: moved xf86-input-acecad from [testing] to [extra] (x86_64)

Added:
  xf86-input-acecad/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-input-acecad/repos/testing-x86_64/PKGBUILD)
  
xf86-input-acecad/repos/extra-x86_64/assign-local-private-after-allocating.patch
(from rev 140271, 
xf86-input-acecad/repos/testing-x86_64/assign-local-private-after-allocating.patch)
Deleted:
  xf86-input-acecad/repos/extra-x86_64/PKGBUILD
  xf86-input-acecad/repos/testing-x86_64/

-+
 PKGBUILD|   67 +-
 assign-local-private-after-allocating.patch |   24 +
 2 files changed, 59 insertions(+), 32 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:40 UTC (rev 140351)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:41 UTC (rev 140352)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-acecad
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=X.Org acecad tablet input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('sysfsutils')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1')
-
-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}/
-}

Copied: xf86-input-acecad/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-acecad/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:41 UTC (rev 140352)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-acecad
+pkgver=1.5.0
+pkgrel=2
+pkgdesc=X.Org acecad tablet input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('sysfsutils')
+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
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
+  ./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}/
+}

Copied: 
xf86-input-acecad/repos/extra-x86_64/assign-local-private-after-allocating.patch
 (from rev 140271, 
xf86-input-acecad/repos/testing-x86_64/assign-local-private-after-allocating.patch)
===
--- extra-x86_64/assign-local-private-after-allocating.patch
(rev 0)
+++ extra-x86_64/assign-local-private-after-allocating.patch2011-10-11 
21:29:41 UTC (rev 140352)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Mon, 27 Jun 2011 03:13:54 +
+Subject: Assign local-private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
 b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+ return BadAlloc;
+ 
+ memset(priv, 0, sizeof(AceCadPrivateRec));
++local-private = priv;
+ 
+ local-device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:42
  Author: jgc
Revision: 140353

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:41 UTC (rev 140352)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:42 UTC (rev 140353)
@@ -1,32 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-aiptek
-pkgver=1.4.1
-pkgrel=1
-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')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-aiptek/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-aiptek/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:42 UTC (rev 140353)
@@ -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}/
+}



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:43
  Author: jgc
Revision: 140354

db-move: moved xf86-input-aiptek from [testing] to [extra] (x86_64)

Added:
  xf86-input-aiptek/repos/extra-x86_64/PKGBUILD
(from rev 140271, xf86-input-aiptek/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-input-aiptek/repos/extra-x86_64/PKGBUILD
  xf86-input-aiptek/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:42 UTC (rev 140353)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:43 UTC (rev 140354)
@@ -1,32 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-aiptek
-pkgver=1.4.1
-pkgrel=1
-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')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-aiptek/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-aiptek/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:43 UTC (rev 140354)
@@ -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}/
+}



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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:39
  Author: jgc
Revision: 140350

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:39 UTC (rev 140349)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:39 UTC (rev 140350)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-apm
-pkgver=1.2.3
-pkgrel=3
-pkgdesc=X.org Alliance ProMotion video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.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}/
-}

Copied: xf86-video-apm/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-video-apm/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:39 UTC (rev 140350)
@@ -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-evdev/repos (3 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:44
  Author: jgc
Revision: 140355

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:43 UTC (rev 140354)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:44 UTC (rev 140355)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-evdev
-pkgver=2.6.0
-pkgrel=3
-pkgdesc=X.org evdev input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-evdev/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:44 UTC (rev 140355)
@@ -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-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:45
  Author: jgc
Revision: 140356

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:44 UTC (rev 140355)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:45 UTC (rev 140356)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-evdev
-pkgver=2.6.0
-pkgrel=3
-pkgdesc=X.org evdev input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-evdev/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-evdev/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:45 UTC (rev 140356)
@@ -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-joystick/repos (6 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:46
  Author: jgc
Revision: 140357

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

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

--+
 50-joystick.conf |   12 
 LICENSE  |   22 ---
 PKGBUILD |   76 +
 3 files changed, 43 insertions(+), 67 deletions(-)

Deleted: extra-i686/50-joystick.conf
===
--- extra-i686/50-joystick.conf 2011-10-11 21:29:45 UTC (rev 140356)
+++ extra-i686/50-joystick.conf 2011-10-11 21:29:46 UTC (rev 140357)
@@ -1,6 +0,0 @@
-Section InputClass
-   Identifier joystick catchall
-   MatchIsJoystick on
-   MatchDevicePath /dev/input/event*
-   Driver joystick
-EndSection

Copied: xf86-input-joystick/repos/extra-i686/50-joystick.conf (from rev 140271, 
xf86-input-joystick/repos/testing-i686/50-joystick.conf)
===
--- extra-i686/50-joystick.conf (rev 0)
+++ extra-i686/50-joystick.conf 2011-10-11 21:29:46 UTC (rev 140357)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:29:45 UTC (rev 140356)
+++ extra-i686/LICENSE  2011-10-11 21:29:46 UTC (rev 140357)
@@ -1,22 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 1995-1999 by Frederic Lepied, France. lep...@xfree86.org
-
-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  Frederic   Lepied not  be  used  in
-advertising or publicity pertaining to distribution of the software without
-specific,  written  prior  permission. Frederic  Lepied   makes  no
-representations about the suitability of this software for any purpose.  It
-is provided as is without express or implied warranty.
-
-FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
-INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
-EVENT  SHALL FREDERIC  LEPIED 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, ARISINGOUT OF OR   IN  CONNECTION  WITH THE USEOR
-PERFORMANCE OF THIS SOFTWARE.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:45 UTC (rev 140356)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:46 UTC (rev 140357)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-joystick
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=X.Org Joystick input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-50-joystick.conf
-LICENSE)
-sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
-  'e1ff3699a0470c6bb78a53f718df9d8521621e11'
-  'ee4c79491b36a680ed9d86f5fc41ae447f26353e')
-
-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 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-joystick/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-joystick/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:46 UTC (rev 140357)
@@ -0,0 +1,37 @@
+# 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:48
  Author: jgc
Revision: 140358

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

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

--+
 50-joystick.conf |   12 
 LICENSE  |   22 ---
 PKGBUILD |   76 +
 3 files changed, 43 insertions(+), 67 deletions(-)

Deleted: extra-x86_64/50-joystick.conf
===
--- extra-x86_64/50-joystick.conf   2011-10-11 21:29:46 UTC (rev 140357)
+++ extra-x86_64/50-joystick.conf   2011-10-11 21:29:48 UTC (rev 140358)
@@ -1,6 +0,0 @@
-Section InputClass
-   Identifier joystick catchall
-   MatchIsJoystick on
-   MatchDevicePath /dev/input/event*
-   Driver joystick
-EndSection

Copied: xf86-input-joystick/repos/extra-x86_64/50-joystick.conf (from rev 
140271, xf86-input-joystick/repos/testing-x86_64/50-joystick.conf)
===
--- extra-x86_64/50-joystick.conf   (rev 0)
+++ extra-x86_64/50-joystick.conf   2011-10-11 21:29:48 UTC (rev 140358)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:29:46 UTC (rev 140357)
+++ extra-x86_64/LICENSE2011-10-11 21:29:48 UTC (rev 140358)
@@ -1,22 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 1995-1999 by Frederic Lepied, France. lep...@xfree86.org
-
-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  Frederic   Lepied not  be  used  in
-advertising or publicity pertaining to distribution of the software without
-specific,  written  prior  permission. Frederic  Lepied   makes  no
-representations about the suitability of this software for any purpose.  It
-is provided as is without express or implied warranty.
-
-FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
-INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
-EVENT  SHALL FREDERIC  LEPIED 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, ARISINGOUT OF OR   IN  CONNECTION  WITH THE USEOR
-PERFORMANCE OF THIS SOFTWARE.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:46 UTC (rev 140357)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:48 UTC (rev 140358)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-joystick
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=X.Org Joystick input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-50-joystick.conf
-LICENSE)
-sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
-  'e1ff3699a0470c6bb78a53f718df9d8521621e11'
-  'ee4c79491b36a680ed9d86f5fc41ae447f26353e')
-
-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 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-joystick/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-joystick/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:51
  Author: jgc
Revision: 140360

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:49 UTC (rev 140359)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:51 UTC (rev 140360)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-keyboard
-pkgver=1.6.0
-pkgrel=2
-pkgdesc=X.Org keyboard input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-keyboard/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-keyboard/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:51 UTC (rev 140360)
@@ -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-wacom/repos (5 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:30:03
  Author: jgc
Revision: 140370

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

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

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

Deleted: extra-x86_64/70-wacom.rules
===
--- extra-x86_64/70-wacom.rules 2011-10-11 21:30:02 UTC (rev 140369)
+++ extra-x86_64/70-wacom.rules 2011-10-11 21:30:03 UTC (rev 140370)
@@ -1,12 +0,0 @@
-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/extra-x86_64/70-wacom.rules (from rev 140271, 
xf86-input-wacom/repos/testing-x86_64/70-wacom.rules)
===
--- extra-x86_64/70-wacom.rules (rev 0)
+++ extra-x86_64/70-wacom.rules 2011-10-11 21:30:03 UTC (rev 140370)
@@ -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
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:30:02 UTC (rev 140369)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:30:03 UTC (rev 140370)
@@ -1,35 +0,0 @@
-# $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=2
-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' 'libxext' 'libxi')
-conflicts=('xorg-server1.10.0')
-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/
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-wacom/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:30:03 UTC (rev 140370)
@@ -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')

[arch-commits] Commit in nvidia-utils/repos (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:30:04
  Author: jgc
Revision: 140371

db-move: moved nvidia-utils from [testing] to [extra] (i686)

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 140271, nvidia-utils/repos/testing-i686/PKGBUILD)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia.install
  nvidia-utils/repos/testing-i686/

+
 PKGBUILD   |  213 +++
 nvidia.install |5 -
 2 files changed, 105 insertions(+), 113 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:30:03 UTC (rev 140370)
+++ extra-i686/PKGBUILD 2011-10-11 21:30:04 UTC (rev 140371)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=280.13
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-install=nvidia.install
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('c3992c8cef02b7773a398640d8830e77')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('05e62b61feb34bf412f83ca1074e1917')
-fi
-
-create_links() {
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
-create_links
-}
-
-package_nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities and libraries.
-depends=('xorg-server' 'libxvmc' 'opencl-nvidia')
-optdepends=('gtk2: nvidia-settings' 'pkg-config: nvidia-xconfig')
-conflicts=('libgl')
-provides=('libgl')
-cd ${srcdir}/${_pkg}
-
-# X driver
-install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
-# GLX extension module for X
-install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so# X doesn't find glx 
otherwise
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
-
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
-
-# nvidia-xconfig
-install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
-install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
-# nvidia-settings
-install -D -m755 nvidia-settings ${pkgdir}/usr/bin/nvidia-settings
-install -D -m644 nvidia-settings.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-settings.1.gz
-install -D -m644 nvidia-settings.desktop 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
-install -D -m644 nvidia-settings.png 
${pkgdir}/usr/share/pixmaps/nvidia-settings.png
-sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
-# nvidia-bug-report
-install -D -m755 nvidia-bug-report.sh 
${pkgdir}/usr/bin/nvidia-bug-report.sh
-# nvidia-smi

[arch-commits] Commit in nvidia-utils/repos (4 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:30:05
  Author: jgc
Revision: 140372

db-move: moved nvidia-utils from [testing] to [extra] (x86_64)

Added:
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 140271, nvidia-utils/repos/testing-x86_64/PKGBUILD)
Deleted:
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia.install
  nvidia-utils/repos/testing-x86_64/

+
 PKGBUILD   |  213 +++
 nvidia.install |5 -
 2 files changed, 105 insertions(+), 113 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:30:04 UTC (rev 140371)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:30:05 UTC (rev 140372)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=280.13
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-install=nvidia.install
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('c3992c8cef02b7773a398640d8830e77')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('05e62b61feb34bf412f83ca1074e1917')
-fi
-
-create_links() {
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
-create_links
-}
-
-package_nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities and libraries.
-depends=('xorg-server' 'libxvmc' 'opencl-nvidia')
-optdepends=('gtk2: nvidia-settings' 'pkg-config: nvidia-xconfig')
-conflicts=('libgl')
-provides=('libgl')
-cd ${srcdir}/${_pkg}
-
-# X driver
-install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
-# GLX extension module for X
-install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so# X doesn't find glx 
otherwise
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
-
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
-
-# nvidia-xconfig
-install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
-install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
-# nvidia-settings
-install -D -m755 nvidia-settings ${pkgdir}/usr/bin/nvidia-settings
-install -D -m644 nvidia-settings.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-settings.1.gz
-install -D -m644 nvidia-settings.desktop 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
-install -D -m644 nvidia-settings.png 
${pkgdir}/usr/share/pixmaps/nvidia-settings.png
-sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
${pkgdir}/usr/share/applications/nvidia-settings.desktop
-# nvidia-bug-report
-install -D -m755 nvidia-bug-report.sh 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:49
  Author: jgc
Revision: 140359

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:48 UTC (rev 140358)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:49 UTC (rev 140359)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-keyboard
-pkgver=1.6.0
-pkgrel=2
-pkgdesc=X.Org keyboard input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-keyboard/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-keyboard/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:49 UTC (rev 140359)
@@ -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 nvidia/repos (5 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:30:06
  Author: jgc
Revision: 140373

db-move: moved nvidia from [testing] to [extra] (i686)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 140271, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 140271, nvidia/repos/testing-i686/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/testing-i686/

+
 PKGBUILD   |   88 +++
 nvidia.install |   32 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:30:05 UTC (rev 140372)
+++ extra-i686/PKGBUILD 2011-10-11 21:30:06 UTC (rev 140373)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=280.13
-_kernver='3.0-ARCH'
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.0' 'linux3.1' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.0' 'linux-headers3.1')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('c3992c8cef02b7773a398640d8830e77')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('05e62b61feb34bf412f83ca1074e1917')
-fi
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-install -d -m755 ${pkgdir}/etc/modprobe.d
-echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
-sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 140271, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:30:06 UTC (rev 140373)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=285.05.09
+_kernver='3.0-ARCH'
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.0' 'linux3.1' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.0' 'linux-headers3.1')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2d469a90abef50320f548cfa8085e3a0')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2f4a0e78f5560c07220b7ed6fc1e27aa')
+fi
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
+install -d -m755 ${pkgdir}/etc/modprobe.d
+echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
+sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
+}

Deleted: extra-i686/nvidia.install
===
--- extra-i686/nvidia.install   2011-10-11 21:30:05 UTC (rev 140372)
+++ extra-i686/nvidia.install   2011-10-11 21:30:06 UTC (rev 140373)
@@ -1,16 +0,0 @@
-post_install() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-echo 'In order to use nvidia module, reboot the system.'
-}
-
-post_upgrade() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
-}
-
-post_remove() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-}

Copied: nvidia/repos/extra-i686/nvidia.install (from rev 140271, 
nvidia/repos/testing-i686/nvidia.install)

[arch-commits] Commit in cyrus-sasl/repos (43 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:30:09
  Author: jgc
Revision: 140375

db-move: moved cyrus-sasl from [testing] to [extra] (i686)

Added:
  cyrus-sasl/repos/extra-i686/0003_saslauthd_mdoc.patch
(from rev 140271, cyrus-sasl/repos/testing-i686/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/extra-i686/0010_maintainer_mode.patch
(from rev 140271, cyrus-sasl/repos/testing-i686/0010_maintainer_mode.patch)
  cyrus-sasl/repos/extra-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/extra-i686/0012_xopen_crypt_prototype.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/extra-i686/0016_pid_file_lock_creation_mask.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/extra-i686/0018_auth_rimap_quotes.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/extra-i686/0019_ldap_deprecated.patch
(from rev 140271, cyrus-sasl/repos/testing-i686/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/extra-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/extra-i686/0025_ld_as_needed.patch
(from rev 140271, cyrus-sasl/repos/testing-i686/0025_ld_as_needed.patch)
  cyrus-sasl/repos/extra-i686/0026_drop_krb5support_dependency.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/extra-i686/0027_db5_support.patch
(from rev 140271, cyrus-sasl/repos/testing-i686/0027_db5_support.patch)
  cyrus-sasl/repos/extra-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/extra-i686/PKGBUILD
(from rev 140271, cyrus-sasl/repos/testing-i686/PKGBUILD)
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.19-checkpw.c.patch)
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-automake-1.10.patch)
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-crypt.patch)
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 140271, cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 140271, 
cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.23-authd-fix.patch)
  cyrus-sasl/repos/extra-i686/saslauthd
(from rev 140271, cyrus-sasl/repos/testing-i686/saslauthd)
  cyrus-sasl/repos/extra-i686/saslauthd.conf.d
(from rev 140271, cyrus-sasl/repos/testing-i686/saslauthd.conf.d)
Deleted:
  cyrus-sasl/repos/extra-i686/0003_saslauthd_mdoc.patch
  cyrus-sasl/repos/extra-i686/0010_maintainer_mode.patch
  cyrus-sasl/repos/extra-i686/0011_saslauthd_ac_prog_libtool.patch
  cyrus-sasl/repos/extra-i686/0012_xopen_crypt_prototype.patch
  cyrus-sasl/repos/extra-i686/0016_pid_file_lock_creation_mask.patch
  cyrus-sasl/repos/extra-i686/0018_auth_rimap_quotes.patch
  cyrus-sasl/repos/extra-i686/0019_ldap_deprecated.patch
  cyrus-sasl/repos/extra-i686/0022_gcc4.4_preprocessor_syntax.patch
  cyrus-sasl/repos/extra-i686/0025_ld_as_needed.patch
  cyrus-sasl/repos/extra-i686/0026_drop_krb5support_dependency.patch
  cyrus-sasl/repos/extra-i686/0027_db5_support.patch
  cyrus-sasl/repos/extra-i686/0030-dont_use_la_files_for_opening_plugins.patch
  cyrus-sasl/repos/extra-i686/PKGBUILD
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.19-checkpw.c.patch
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-as-needed.patch
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-automake-1.10.patch
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-crypt.patch
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.22-qa.patch
  cyrus-sasl/repos/extra-i686/cyrus-sasl-2.1.23-authd-fix.patch
  cyrus-sasl/repos/extra-i686/saslauthd
  cyrus-sasl/repos/extra-i686/saslauthd.conf.d
  cyrus-sasl/repos/testing-i686/

--+
 0003_saslauthd_mdoc.patch|   70 +--
 0010_maintainer_mode.patch   |   38 -
 0011_saslauthd_ac_prog_libtool.patch |   30 -
 0012_xopen_crypt_prototype.patch |   40 +-
 0016_pid_file_lock_creation_mask.patch   |   54 +-
 0018_auth_rimap_quotes.patch |   70 +--
 0019_ldap_deprecated.patch   |   44 +-
 0022_gcc4.4_preprocessor_syntax.patch|   52 +-
 

[arch-commits] Commit in cyrus-sasl/repos (43 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:30:12
  Author: jgc
Revision: 140376

db-move: moved cyrus-sasl from [testing] to [extra] (x86_64)

Added:
  cyrus-sasl/repos/extra-x86_64/0003_saslauthd_mdoc.patch
(from rev 140271, cyrus-sasl/repos/testing-x86_64/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/extra-x86_64/0010_maintainer_mode.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0010_maintainer_mode.patch)
  cyrus-sasl/repos/extra-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/extra-x86_64/0012_xopen_crypt_prototype.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/extra-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/extra-x86_64/0018_auth_rimap_quotes.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/extra-x86_64/0019_ldap_deprecated.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/extra-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/extra-x86_64/0025_ld_as_needed.patch
(from rev 140271, cyrus-sasl/repos/testing-x86_64/0025_ld_as_needed.patch)
  cyrus-sasl/repos/extra-x86_64/0026_drop_krb5support_dependency.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/extra-x86_64/0027_db5_support.patch
(from rev 140271, cyrus-sasl/repos/testing-x86_64/0027_db5_support.patch)
  cyrus-sasl/repos/extra-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/extra-x86_64/PKGBUILD
(from rev 140271, cyrus-sasl/repos/testing-x86_64/PKGBUILD)
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch)
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch)
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-crypt.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-crypt.patch)
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 140271, 
cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.23-authd-fix.patch)
  cyrus-sasl/repos/extra-x86_64/saslauthd
(from rev 140271, cyrus-sasl/repos/testing-x86_64/saslauthd)
  cyrus-sasl/repos/extra-x86_64/saslauthd.conf.d
(from rev 140271, cyrus-sasl/repos/testing-x86_64/saslauthd.conf.d)
Deleted:
  cyrus-sasl/repos/extra-x86_64/0003_saslauthd_mdoc.patch
  cyrus-sasl/repos/extra-x86_64/0010_maintainer_mode.patch
  cyrus-sasl/repos/extra-x86_64/0011_saslauthd_ac_prog_libtool.patch
  cyrus-sasl/repos/extra-x86_64/0012_xopen_crypt_prototype.patch
  cyrus-sasl/repos/extra-x86_64/0016_pid_file_lock_creation_mask.patch
  cyrus-sasl/repos/extra-x86_64/0018_auth_rimap_quotes.patch
  cyrus-sasl/repos/extra-x86_64/0019_ldap_deprecated.patch
  cyrus-sasl/repos/extra-x86_64/0022_gcc4.4_preprocessor_syntax.patch
  cyrus-sasl/repos/extra-x86_64/0025_ld_as_needed.patch
  cyrus-sasl/repos/extra-x86_64/0026_drop_krb5support_dependency.patch
  cyrus-sasl/repos/extra-x86_64/0027_db5_support.patch
  cyrus-sasl/repos/extra-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
  cyrus-sasl/repos/extra-x86_64/PKGBUILD
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-as-needed.patch
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-crypt.patch
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.22-qa.patch
  cyrus-sasl/repos/extra-x86_64/cyrus-sasl-2.1.23-authd-fix.patch
  cyrus-sasl/repos/extra-x86_64/saslauthd
  cyrus-sasl/repos/extra-x86_64/saslauthd.conf.d
  cyrus-sasl/repos/testing-x86_64/

--+
 0003_saslauthd_mdoc.patch|   70 +--
 0010_maintainer_mode.patch   |   38 -
 0011_saslauthd_ac_prog_libtool.patch |   30 -
 0012_xopen_crypt_prototype.patch |   40 +-
 0016_pid_file_lock_creation_mask.patch   |   54 +-
 0018_auth_rimap_quotes.patch |   70 +--
 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:52
  Author: jgc
Revision: 140361

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:51 UTC (rev 140360)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:52 UTC (rev 140361)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-mouse
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=X.org mouse input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-mouse/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-mouse/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:52 UTC (rev 140361)
@@ -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 nvidia/repos (5 files)

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:30:07
  Author: jgc
Revision: 140374

db-move: moved nvidia from [testing] to [extra] (x86_64)

Added:
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 140271, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 140271, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-x86_64/

+
 PKGBUILD   |   88 +++
 nvidia.install |   32 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:30:06 UTC (rev 140373)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:30:07 UTC (rev 140374)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=280.13
-_kernver='3.0-ARCH'
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.0' 'linux3.1' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.0' 'linux-headers3.1')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('c3992c8cef02b7773a398640d8830e77')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('05e62b61feb34bf412f83ca1074e1917')
-fi
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-install -d -m755 ${pkgdir}/etc/modprobe.d
-echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
-sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-}

Copied: nvidia/repos/extra-x86_64/PKGBUILD (from rev 140271, 
nvidia/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:30:07 UTC (rev 140374)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=285.05.09
+_kernver='3.0-ARCH'
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.0' 'linux3.1' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.0' 'linux-headers3.1')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2d469a90abef50320f548cfa8085e3a0')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2f4a0e78f5560c07220b7ed6fc1e27aa')
+fi
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
+install -d -m755 ${pkgdir}/etc/modprobe.d
+echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
+sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
+}

Deleted: extra-x86_64/nvidia.install
===
--- extra-x86_64/nvidia.install 2011-10-11 21:30:06 UTC (rev 140373)
+++ extra-x86_64/nvidia.install 2011-10-11 21:30:07 UTC (rev 140374)
@@ -1,16 +0,0 @@
-post_install() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-echo 'In order to use nvidia module, reboot the system.'
-}
-
-post_upgrade() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
-}
-
-post_remove() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-}

Copied: nvidia/repos/extra-x86_64/nvidia.install (from rev 140271, 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:55
  Author: jgc
Revision: 140363

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

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

---+
 10-synaptics.conf |   18 +--
 PKGBUILD  |   85 ++--
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: extra-i686/10-synaptics.conf
===
--- extra-i686/10-synaptics.conf2011-10-11 21:29:54 UTC (rev 140362)
+++ extra-i686/10-synaptics.conf2011-10-11 21:29:55 UTC (rev 140363)
@@ -1,9 +0,0 @@
-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/extra-i686/10-synaptics.conf (from rev 
140271, xf86-input-synaptics/repos/testing-i686/10-synaptics.conf)
===
--- extra-i686/10-synaptics.conf(rev 0)
+++ extra-i686/10-synaptics.conf2011-10-11 21:29:55 UTC (rev 140363)
@@ -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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:54 UTC (rev 140362)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:55 UTC (rev 140363)
@@ -1,42 +0,0 @@
-# $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=1
-pkgdesc=Synaptics driver for notebook touchpads
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxtst')
-makedepends=('xorg-server-devel' 'libxi' 'libx11')
-conflicts=('xorg-server1.10.0')
-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
-}

Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-synaptics/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:55 UTC (rev 140363)
@@ -0,0 +1,43 @@
+# $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.5.0
+pkgrel=1
+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=('7373c1e3f02bf7e18f71b65762a982d907b4a053'
+  '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:54
  Author: jgc
Revision: 140362

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:52 UTC (rev 140361)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:54 UTC (rev 140362)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-mouse
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=X.org mouse input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-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}/
-}

Copied: xf86-input-mouse/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-mouse/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:54 UTC (rev 140362)
@@ -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}/
+}



  1   2   >