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

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 11:26:53
  Author: lcarlier
Revision: 217012

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

Added:
  xf86-video-ast/repos/staging-i686/
  xf86-video-ast/repos/staging-i686/PKGBUILD
(from rev 217011, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-i686/git-fix.diff
(from rev 217011, xf86-video-ast/trunk/git-fix.diff)
  xf86-video-ast/repos/staging-x86_64/
  xf86-video-ast/repos/staging-x86_64/PKGBUILD
(from rev 217011, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-x86_64/git-fix.diff
(from rev 217011, xf86-video-ast/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-i686/git-fix.diff   |  196 ++
 staging-x86_64/PKGBUILD |   35 +++
 staging-x86_64/git-fix.diff |  196 ++
 4 files changed, 462 insertions(+)

Copied: xf86-video-ast/repos/staging-i686/PKGBUILD (from rev 217011, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 09:26:53 UTC (rev 217012)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=5
+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' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76'
+'8f032dd9f1441e2af4e443166f0e3d3a6ce4ef7f351af8789158d2dec18a52fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${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-ast/repos/staging-i686/git-fix.diff (from rev 217011, 
xf86-video-ast/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2014-07-18 09:26:53 UTC (rev 217012)
@@ -0,0 +1,196 @@
+From 358ef4a53e582a2176a163356c7754faf3192270 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Wed, 15 Aug 2012 17:22:14 +
+Subject: Don't bother to include vbe.h
+
+This driver no longer uses VBE, so this can go.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c
+index bb99f9d..6be9a4f 100644
+--- a/src/ast_2dtool.c
 b/src/ast_2dtool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_accel.c b/src/ast_accel.c
+index 34f9c65..a789b21 100644
+--- a/src/ast_accel.c
 b/src/ast_accel.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_cursor.c b/src/ast_cursor.c
+index f967ce9..47ea09d 100644
+--- a/src/ast_cursor.c
 b/src/ast_cursor.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_driver.c b/src/ast_driver.c
+index 080b051..5e6a26e 100644
+--- a/src/ast_driver.c
 b/src/ast_driver.c
+@@ -40,7 +40,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_mode.c b/src/ast_mode.c
+index 3238f39..50289f1 100644
+--- a/src/ast_mode.c
 b/src/ast_mode.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_tool.c b/src/ast_tool.c
+index d11f20d..c701c1e 100644
+--- a/src/ast_tool.c
 b/src/ast_tool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
+index ed8c906..42de52c 100644
+--- a/src/ast_vgatool.c
 b/src/ast_vgatool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+--
+cgit v0.9.0.2-2-gbebe
+From 

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

2013-12-28 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 14:32:36
  Author: andyrtr
Revision: 202819

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

Added:
  xf86-video-ast/repos/staging-i686/
  xf86-video-ast/repos/staging-i686/PKGBUILD
(from rev 202818, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-i686/git-fix.diff
(from rev 202818, xf86-video-ast/trunk/git-fix.diff)
  xf86-video-ast/repos/staging-x86_64/
  xf86-video-ast/repos/staging-x86_64/PKGBUILD
(from rev 202818, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-x86_64/git-fix.diff
(from rev 202818, xf86-video-ast/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   31 ++
 staging-i686/git-fix.diff   |  196 ++
 staging-x86_64/PKGBUILD |   31 ++
 staging-x86_64/git-fix.diff |  196 ++
 4 files changed, 454 insertions(+)

Copied: xf86-video-ast/repos/staging-i686/PKGBUILD (from rev 202818, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-12-28 13:32:36 UTC (rev 202819)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=4
+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' 'X-ABI-VIDEODRV_VERSION=15')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76'
+'8f032dd9f1441e2af4e443166f0e3d3a6ce4ef7f351af8789158d2dec18a52fa')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${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-ast/repos/staging-i686/git-fix.diff (from rev 202818, 
xf86-video-ast/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2013-12-28 13:32:36 UTC (rev 202819)
@@ -0,0 +1,196 @@
+From 358ef4a53e582a2176a163356c7754faf3192270 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Wed, 15 Aug 2012 17:22:14 +
+Subject: Don't bother to include vbe.h
+
+This driver no longer uses VBE, so this can go.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c
+index bb99f9d..6be9a4f 100644
+--- a/src/ast_2dtool.c
 b/src/ast_2dtool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_accel.c b/src/ast_accel.c
+index 34f9c65..a789b21 100644
+--- a/src/ast_accel.c
 b/src/ast_accel.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_cursor.c b/src/ast_cursor.c
+index f967ce9..47ea09d 100644
+--- a/src/ast_cursor.c
 b/src/ast_cursor.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_driver.c b/src/ast_driver.c
+index 080b051..5e6a26e 100644
+--- a/src/ast_driver.c
 b/src/ast_driver.c
+@@ -40,7 +40,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_mode.c b/src/ast_mode.c
+index 3238f39..50289f1 100644
+--- a/src/ast_mode.c
 b/src/ast_mode.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_tool.c b/src/ast_tool.c
+index d11f20d..c701c1e 100644
+--- a/src/ast_tool.c
 b/src/ast_tool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
+index ed8c906..42de52c 100644
+--- a/src/ast_vgatool.c
 b/src/ast_vgatool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+--
+cgit v0.9.0.2-2-gbebe
+From 0833e0086b9712b1c29571919899d5d17fea8382 Mon Sep 17 00:00:00 2001
+From: 

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

2013-03-09 Thread Andreas Radke
Date: Saturday, March 9, 2013 @ 12:45:31
  Author: andyrtr
Revision: 179699

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

Added:
  xf86-video-ast/repos/staging-i686/
  xf86-video-ast/repos/staging-i686/PKGBUILD
(from rev 179698, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-i686/git-fix.diff
(from rev 179698, xf86-video-ast/trunk/git-fix.diff)
  xf86-video-ast/repos/staging-x86_64/
  xf86-video-ast/repos/staging-x86_64/PKGBUILD
(from rev 179698, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-x86_64/git-fix.diff
(from rev 179698, xf86-video-ast/trunk/git-fix.diff)

-+
 staging-i686/PKGBUILD   |   32 ++
 staging-i686/git-fix.diff   |  196 ++
 staging-x86_64/PKGBUILD |   32 ++
 staging-x86_64/git-fix.diff |  196 ++
 4 files changed, 456 insertions(+)

Copied: xf86-video-ast/repos/staging-i686/PKGBUILD (from rev 179698, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-09 11:45:31 UTC (rev 179699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+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' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76'
+'8f032dd9f1441e2af4e443166f0e3d3a6ce4ef7f351af8789158d2dec18a52fa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fix.diff
+  ./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-video-ast/repos/staging-i686/git-fix.diff (from rev 179698, 
xf86-video-ast/trunk/git-fix.diff)
===
--- staging-i686/git-fix.diff   (rev 0)
+++ staging-i686/git-fix.diff   2013-03-09 11:45:31 UTC (rev 179699)
@@ -0,0 +1,196 @@
+From 358ef4a53e582a2176a163356c7754faf3192270 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Wed, 15 Aug 2012 17:22:14 +
+Subject: Don't bother to include vbe.h
+
+This driver no longer uses VBE, so this can go.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c
+index bb99f9d..6be9a4f 100644
+--- a/src/ast_2dtool.c
 b/src/ast_2dtool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_accel.c b/src/ast_accel.c
+index 34f9c65..a789b21 100644
+--- a/src/ast_accel.c
 b/src/ast_accel.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_cursor.c b/src/ast_cursor.c
+index f967ce9..47ea09d 100644
+--- a/src/ast_cursor.c
 b/src/ast_cursor.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_driver.c b/src/ast_driver.c
+index 080b051..5e6a26e 100644
+--- a/src/ast_driver.c
 b/src/ast_driver.c
+@@ -40,7 +40,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_mode.c b/src/ast_mode.c
+index 3238f39..50289f1 100644
+--- a/src/ast_mode.c
 b/src/ast_mode.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_tool.c b/src/ast_tool.c
+index d11f20d..c701c1e 100644
+--- a/src/ast_tool.c
 b/src/ast_tool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
+index ed8c906..42de52c 100644
+--- a/src/ast_vgatool.c
 b/src/ast_vgatool.c
+@@ -36,7 +36,6 @@
+ #include regionstr.h
+ #include xf86xv.h
+ #include X11/extensions/Xv.h
+-#include vbe.h
+ 
+ #include xf86PciInfo.h
+ #include xf86Pci.h
+--
+cgit v0.9.0.2-2-gbebe
+From 

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

2012-10-13 Thread andyrtr
Date: Saturday, October 13, 2012 @ 07:44:15
  Author: andyrtr
Revision: 168566

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-13 11:44:11 UTC (rev 168565)
+++ extra-i686/PKGBUILD 2012-10-13 11:44:15 UTC (rev 168566)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-ast
-pkgver=0.97.0
-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.12.0')
-conflicts=('xorg-server1.12.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76')
-
-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-video-ast/repos/extra-i686/PKGBUILD (from rev 168549, 
xf86-video-ast/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-13 11:44:15 UTC (rev 168566)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=2
+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' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76')
+
+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}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-13 11:44:11 UTC (rev 168565)
+++ extra-x86_64/PKGBUILD   2012-10-13 11:44:15 UTC (rev 168566)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-ast
-pkgver=0.97.0
-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.12.0')
-conflicts=('xorg-server1.12.0')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76')
-
-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-video-ast/repos/extra-x86_64/PKGBUILD (from rev 168549, 
xf86-video-ast/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-13 11:44:15 UTC (rev 168566)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=2
+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' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')

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

2012-10-06 Thread andyrtr
Date: Saturday, October 6, 2012 @ 16:06:51
  Author: andyrtr
Revision: 168218

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

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

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: xf86-video-ast/repos/testing-i686/PKGBUILD (from rev 168199, 
xf86-video-ast/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-06 20:06:51 UTC (rev 168218)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=2
+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' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76')
+
+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-video-ast/repos/testing-x86_64/PKGBUILD (from rev 168199, 
xf86-video-ast/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-06 20:06:51 UTC (rev 168218)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.97.0
+pkgrel=2
+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' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-24 Thread Jan de Groot
Date: Saturday, March 24, 2012 @ 06:34:56
  Author: jgc
Revision: 154223

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

Added:
  xf86-video-ast/repos/extra-i686/PKGBUILD
(from rev 154222, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/extra-x86_64/PKGBUILD
(from rev 154222, xf86-video-ast/trunk/PKGBUILD)
Deleted:
  xf86-video-ast/repos/extra-i686/PKGBUILD
  xf86-video-ast/repos/extra-i686/ast-0.93.9-vga.patch
  xf86-video-ast/repos/extra-x86_64/PKGBUILD
  xf86-video-ast/repos/extra-x86_64/ast-0.93.9-vga.patch

---+
 extra-i686/PKGBUILD   |   63 +---
 extra-i686/ast-0.93.9-vga.patch   |   38 -
 extra-x86_64/PKGBUILD |   63 +---
 extra-x86_64/ast-0.93.9-vga.patch |   38 -
 4 files changed, 60 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-24 10:34:30 UTC (rev 154222)
+++ extra-i686/PKGBUILD 2012-03-24 10:34:56 UTC (rev 154223)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-ast
-pkgver=0.93.9
-pkgrel=2
-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.99.902')
-conflicts=('xorg-server1.11.99.902')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-ast-0.93.9-vga.patch)
-md5sums=('e25c6a55e9d07cc6054d6affc1231296'
- '9aa9ea4c568b6563389fa634cb0f7cf0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/ast-0.93.9-vga.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-video-ast/repos/extra-i686/PKGBUILD (from rev 154222, 
xf86-video-ast/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-24 10:34:56 UTC (rev 154223)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.93.10
+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.12.0')
+conflicts=('xorg-server1.12.0')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c9d466fef391bdf960f79b82f1f776a1c1ab870e93475c3d1b3d028531fac4e0')
+
+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}/
+}

Deleted: extra-i686/ast-0.93.9-vga.patch
===
--- extra-i686/ast-0.93.9-vga.patch 2012-03-24 10:34:30 UTC (rev 154222)
+++ extra-i686/ast-0.93.9-vga.patch 2012-03-24 10:34:56 UTC (rev 154223)
@@ -1,38 +0,0 @@
-From 4a7eda24050b42072c77d527257609e743e8dc78 Mon Sep 17 00:00:00 2001
-From: Adam Jackson a...@redhat.com
-Date: Wed, 16 Nov 2011 20:09:40 +
-Subject: Adapt to domain changes in videoabi 12
-
-This is a blind change, I don't have this hardware handy to test with.
-It probably wants the same new API that tdfx wants.
-
-Signed-off-by: Adam Jackson a...@redhat.com

-diff --git a/src/ast_driver.c b/src/ast_driver.c
-index bd3d338..128538f 100644
 a/src/ast_driver.c
-+++ b/src/ast_driver.c
-@@ -498,11 +498,20 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags)
- (pScrn-chipset != NULL) ? pScrn-chipset : Unknown ast);
- 
-/* Resource Allocation */
-+#if ABI_VIDEODRV_VERSION  12
- pAST-IODBase = pScrn-domainIOBase;  
-+#else
-+pAST-IODBase = 0;
-+#endif
- /* Patch the PIOOffset inside vgaHW in order to force
-  * the vgaHW module to use our relocated i/o ports.
-  */
--VGAHWPTR(pScrn)-PIOOffset = pAST-PIOOffset = pAST-IODBase + 
PCI_REGION_BASE(pAST-PciInfo, 2, REGION_IO) - 0x380;
-+
-+#if ABI_VIDEODRV_VERSION  12
-+VGAHWPTR(pScrn)-PIOOffset = /* ... */
-+#endif
-+  pAST-PIOOffset =
-+  pAST-IODBase + PCI_REGION_BASE(pAST-PciInfo, 2, REGION_IO) - 0x380;
-   
- pAST-RelocateIO = (IOADDRESS)(PCI_REGION_BASE(pAST-PciInfo, 2, 
REGION_IO) + pAST-IODBase);
-   
---
-cgit v0.9.0.2-2-gbebe

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2012-02-10 Thread andyrtr
Date: Friday, February 10, 2012 @ 16:24:59
  Author: andyrtr
Revision: 149790

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

Added:
  xf86-video-ast/repos/staging-i686/
  xf86-video-ast/repos/staging-i686/PKGBUILD
(from rev 149789, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-i686/ast-0.93.9-vga.patch
(from rev 149789, xf86-video-ast/trunk/ast-0.93.9-vga.patch)
  xf86-video-ast/repos/staging-x86_64/
  xf86-video-ast/repos/staging-x86_64/PKGBUILD
(from rev 149789, xf86-video-ast/trunk/PKGBUILD)
  xf86-video-ast/repos/staging-x86_64/ast-0.93.9-vga.patch
(from rev 149789, xf86-video-ast/trunk/ast-0.93.9-vga.patch)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-i686/ast-0.93.9-vga.patch   |   38 ++
 staging-x86_64/PKGBUILD |   33 +
 staging-x86_64/ast-0.93.9-vga.patch |   38 ++
 4 files changed, 142 insertions(+)

Copied: xf86-video-ast/repos/staging-i686/PKGBUILD (from rev 149789, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-10 21:24:59 UTC (rev 149790)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.93.9
+pkgrel=2
+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.99.902')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+ast-0.93.9-vga.patch)
+md5sums=('e25c6a55e9d07cc6054d6affc1231296'
+ '9aa9ea4c568b6563389fa634cb0f7cf0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/ast-0.93.9-vga.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-video-ast/repos/staging-i686/ast-0.93.9-vga.patch (from rev 
149789, xf86-video-ast/trunk/ast-0.93.9-vga.patch)
===
--- staging-i686/ast-0.93.9-vga.patch   (rev 0)
+++ staging-i686/ast-0.93.9-vga.patch   2012-02-10 21:24:59 UTC (rev 149790)
@@ -0,0 +1,38 @@
+From 4a7eda24050b42072c77d527257609e743e8dc78 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Wed, 16 Nov 2011 20:09:40 +
+Subject: Adapt to domain changes in videoabi 12
+
+This is a blind change, I don't have this hardware handy to test with.
+It probably wants the same new API that tdfx wants.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/ast_driver.c b/src/ast_driver.c
+index bd3d338..128538f 100644
+--- a/src/ast_driver.c
 b/src/ast_driver.c
+@@ -498,11 +498,20 @@ ASTPreInit(ScrnInfoPtr pScrn, int flags)
+ (pScrn-chipset != NULL) ? pScrn-chipset : Unknown ast);
+ 
+/* Resource Allocation */
++#if ABI_VIDEODRV_VERSION  12
+ pAST-IODBase = pScrn-domainIOBase;  
++#else
++pAST-IODBase = 0;
++#endif
+ /* Patch the PIOOffset inside vgaHW in order to force
+  * the vgaHW module to use our relocated i/o ports.
+  */
+-VGAHWPTR(pScrn)-PIOOffset = pAST-PIOOffset = pAST-IODBase + 
PCI_REGION_BASE(pAST-PciInfo, 2, REGION_IO) - 0x380;
++
++#if ABI_VIDEODRV_VERSION  12
++VGAHWPTR(pScrn)-PIOOffset = /* ... */
++#endif
++  pAST-PIOOffset =
++  pAST-IODBase + PCI_REGION_BASE(pAST-PciInfo, 2, REGION_IO) - 0x380;
+   
+ pAST-RelocateIO = (IOADDRESS)(PCI_REGION_BASE(pAST-PciInfo, 2, 
REGION_IO) + pAST-IODBase);
+   
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-ast/repos/staging-x86_64/PKGBUILD (from rev 149789, 
xf86-video-ast/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-10 21:24:59 UTC (rev 149790)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-ast
+pkgver=0.93.9
+pkgrel=2
+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.99.902')
+conflicts=('xorg-server1.11.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+ast-0.93.9-vga.patch)
+md5sums=('e25c6a55e9d07cc6054d6affc1231296'
+ '9aa9ea4c568b6563389fa634cb0f7cf0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch