Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4a35a6df699824cf64df2678f3db158dae3abac4

commit 4a35a6df699824cf64df2678f3db158dae3abac4
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Sep 8 10:45:43 2009 +0200

xf86-video-rendition-4.2.3-1-i686
*version bump

diff --git a/source/x11/xf86-video-rendition/FixRessources.diff 
b/source/x11/xf86-video-rendition/FixRessources.diff
deleted file mode 100644
index 518537a..0000000
--- a/source/x11/xf86-video-rendition/FixRessources.diff
+++ /dev/null
@@ -1,53 +0,0 @@
-From d9e34c59faf63162f18dc87f599e36de024f557c Mon Sep 17 00:00:00 2001
-From: Dave Airlie <airl...@redhat.com>
-Date: Tue, 28 Jul 2009 03:32:35 +0000
-Subject: rendition: update for resources/RAC API removal
-
----
-diff --git a/src/rendition.c b/src/rendition.c
-index db62f8e..7a9e18b 100644
---- a/src/rendition.c
-+++ b/src/rendition.c
-@@ -538,7 +538,6 @@ renditionPreInit(ScrnInfoPtr pScreenInfo, int flags)
-     pRendition->PciInfo = xf86GetPciInfoForEntity(pRendition->pEnt->index);
-     pRendition->pcitag= pciTag(pRendition->PciInfo->bus,
-                pRendition->PciInfo->device, pRendition->PciInfo->func);
--#endif
-
-     /*
-      * XXX This could be refined if some VGA memory resources are not
-@@ -549,11 +548,12 @@ renditionPreInit(ScrnInfoPtr pScreenInfo, int flags)
-     if (xf86RegisterResources(pRendition->pEnt->index, NULL, ResExclusive))
-          return FALSE;
-
-+
-     /* Operations for which memory access is required. */
-     pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR;
-     /* Operations for which I/O access is required. (XXX Check this) */
-     pScreenInfo->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | 
RAC_VIEWPORT;
--
-+#endif
-     /* determine depth, bpp, etc. */
-     if (!xf86SetDepthBpp(pScreenInfo, 0, 0, 0, Support32bppFb))
-         return FALSE;
-diff --git a/src/rendition.h b/src/rendition.h
-index 2b43cba..84809fa 100644
---- a/src/rendition.h
-+++ b/src/rendition.h
-@@ -37,11 +37,13 @@
- /* All drivers using the mi colormap manipulation need this */
- #include "micmap.h"
-
-+#ifndef XSERVER_LIBPCIACCESS
- /* Needed by Resources Access Control (RAC) */
- #include "xf86RAC.h"
-
- /* Several predefined resource lists */
- #include "xf86Resources.h"
-+#endif
-
- /* Needed by the Shadow Framebuffer */
- #include "shadowfb.h"
---
-cgit v0.8.2
-
diff --git a/source/x11/xf86-video-rendition/FrugalBuild 
b/source/x11/xf86-video-rendition/FrugalBuild
index e1cc32a..c5fd0aa 100644
--- a/source/x11/xf86-video-rendition/FrugalBuild
+++ b/source/x11/xf86-video-rendition/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Christian Hamar alias krix <kr...@linuxforum.hu>

pkgname=xf86-video-rendition
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
pkgdesc="X.Org driver for rendition cards"
url="http://xorg.freedesktop.org";
groups=('x11' 'xorg-core' 'xorg-drivers')
@@ -11,8 +11,6 @@ archs=('i686' 'x86_64')
depends=('xorg-server>=1.6.3')
makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 
'xf86dgaproto')
Finclude xorg
-source=($source FixRessources.diff)
-sha1sums=('7ad12db370763619affda31245eecfc74b18e9f7' \
-          'd7a3f96c69a72638b524becf78afe7b785187cb9')
+sha1sums=('11972f4223de2381c66855c57652b9e2333099d8')

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to