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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 12 09:45:39 UTC 2012


    Date: Sunday, February 12, 2012 @ 04:45:39
  Author: andyrtr
Revision: 150069

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

Added:
  xf86-video-siliconmotion/repos/testing-x86_64/
  xf86-video-siliconmotion/repos/testing-x86_64/PKGBUILD
    (from rev 149988, xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD)
  xf86-video-siliconmotion/repos/testing-x86_64/smi-1.7.5-vga.patch
    (from rev 149988, xf86-video-siliconmotion/repos/staging-x86_64/smi-1.7.5-vga.patch)
Deleted:
  xf86-video-siliconmotion/repos/staging-x86_64/

---------------------+
 PKGBUILD            |   35 +++++++++++++++++++++++++++++++++++
 smi-1.7.5-vga.patch |   25 +++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: xf86-video-siliconmotion/repos/testing-x86_64/PKGBUILD (from rev 149988, xf86-video-siliconmotion/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-02-12 09:45:39 UTC (rev 150069)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=xf86-video-siliconmotion
+pkgver=1.7.5
+pkgrel=4
+pkgdesc="X.org siliconmotion video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel>=1.11.99.903')
+conflicts=('xorg-server<1.11.99.903')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        smi-1.7.5-vga.patch)
+sha1sums=('946acae0822d51da57abe8b7ed049691bd731589'
+          '50b0e4aa858d7f8eb6f7e826f62fde23f01afe48')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/smi-1.7.5-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-siliconmotion/repos/testing-x86_64/smi-1.7.5-vga.patch (from rev 149988, xf86-video-siliconmotion/repos/staging-x86_64/smi-1.7.5-vga.patch)
===================================================================
--- testing-x86_64/smi-1.7.5-vga.patch	                        (rev 0)
+++ testing-x86_64/smi-1.7.5-vga.patch	2012-02-12 09:45:39 UTC (rev 150069)
@@ -0,0 +1,25 @@
+From 037b839c84ad6dcbe9aade420cf0d3bf06f23119 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax at redhat.com>
+Date: Wed, 16 Nov 2011 20:03:25 +0000
+Subject: Adapt to missing PIOOffset in videoabi 12
+
+Signed-off-by: Adam Jackson <ajax at redhat.com>
+---
+diff --git a/src/smi_driver.c b/src/smi_driver.c
+index 9c10e46..86644c7 100644
+--- a/src/smi_driver.c
++++ b/src/smi_driver.c
+@@ -442,7 +442,11 @@ SMI_PreInit(ScrnInfoPtr pScrn, int flags)
+ 	    LEAVE(FALSE);
+ 
+ 	hwp = VGAHWPTR(pScrn);
++#if ABI_VIDEODRV_VERSION < 12
+ 	pSmi->PIOBase = hwp->PIOOffset;
++#else
++	pSmi->PIOBase = 0;
++#endif
+ 
+ 	xf86ErrorFVerb(VERBLEV, "\tSMI_PreInit vgaCRIndex=%x, vgaIOBase=%x, "
+ 		       "MMIOBase=%p\n", hwp->IOBase + VGA_CRTC_INDEX_OFFSET,
+--
+cgit v0.9.0.2-2-gbebe




More information about the arch-commits mailing list