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

Jan de Groot jgc at archlinux.org
Tue Aug 30 08:44:33 UTC 2011


    Date: Tuesday, August 30, 2011 @ 04:44:33
  Author: jgc
Revision: 136481

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

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

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

Copied: xf86-video-xgixp/repos/testing-x86_64/PKGBUILD (from rev 136477, xf86-video-xgixp/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-08-30 08:44:33 UTC (rev 136481)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at 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-server<1.10.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        api-compat-fix-for-DRAWABLE_BUFFER.patch)
+sha1sums=('67caeaa4c746572160208fe23c7257f62cb442a3'
+          'ea140a13963bbf33cdff1ad75789d765867ec53b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/api-compat-fix-for-DRAWABLE_BUFFER.patch"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-xgixp/repos/testing-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch (from rev 136477, xf86-video-xgixp/repos/staging-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch)
===================================================================
--- testing-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch	                        (rev 0)
+++ testing-x86_64/api-compat-fix-for-DRAWABLE_BUFFER.patch	2011-08-30 08:44:33 UTC (rev 136481)
@@ -0,0 +1,23 @@
+From 86258a6fd8fc8bb09a52ee446b37abe6bd0843ef Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Fri, 25 Mar 2011 22:46:55 +0000
+Subject: API compat fix for DRAWABLE_BUFFER
+
+Signed-off-by: Adam Jackson <ajax at 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




More information about the arch-commits mailing list