[packages/xorg-driver-video-i128] - rel 4; fix build with xserver 1.14

arekm arekm at pld-linux.org
Tue Mar 12 09:40:24 CET 2013


commit 7d7a5156d6e6afec5eb63022d674496fe90d9af9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Mar 12 09:40:22 2013 +0100

    - rel 4; fix build with xserver 1.14

 build.patch                 | 29 +++++++++++++++++++++++++++++
 xorg-driver-video-i128.spec |  4 +++-
 2 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/xorg-driver-video-i128.spec b/xorg-driver-video-i128.spec
index bea456c..c58bd4f 100644
--- a/xorg-driver-video-i128.spec
+++ b/xorg-driver-video-i128.spec
@@ -2,11 +2,12 @@ Summary:	X.org video driver for Number 9 I128 video adapters
 Summary(pl.UTF-8):	Sterownik obrazu X.org dla kart graficznych Number 9 I128
 Name:		xorg-driver-video-i128
 Version:	1.3.6
-Release:	3
+Release:	4
 License:	MIT
 Group:		X11/Applications
 Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-video-i128-%{version}.tar.bz2
 # Source0-md5:	0b0d365dce2c567b807562a32f7fe66e
+Patch0:		build.patch
 URL:		http://xorg.freedesktop.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
@@ -41,6 +42,7 @@ I128-II, I128-T2R (Ticket 2 Ride), I128-T2R4 (Ticket 2 Ride IV).
 
 %prep
 %setup -q -n xf86-video-i128-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..4bd1384
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,29 @@
+commit c87753733a6e1f85d1d037dced0b47ce0cf41658
+Author: Adam Jackson <ajax at redhat.com>
+Date:   Tue Sep 25 08:54:40 2012 -0400
+
+    Remove mibstore.h
+    
+    Signed-off-by: Adam Jackson <ajax at redhat.com>
+
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
++++ b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+ 
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+         return FALSE;
+     }
+     
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+     xf86SetSilkenMouse(pScreen);
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-i128.git/commitdiff/7d7a5156d6e6afec5eb63022d674496fe90d9af9



More information about the pld-cvs-commit mailing list