rpms/xorg-x11-drv-openchrome/EL-5 openchrome-0.2.903-re_enable_AGPDMA.patch, NONE, 1.1 openchrome-0.2.903-sync_pciids.patch, NONE, 1.1 sources, 1.3, 1.4 xorg-x11-drv-openchrome.spec, 1.10, 1.11 openchrome-0.2.901-P4M900_fifo_settings.patch, 1.1, NONE openchrome-0.2.901-libpciaccess.patch, 1.3, NONE openchrome-0.2.901-replace_xf86memcpy.patch, 1.1, NONE

Xavier Bachelot xavierb at fedoraproject.org
Thu Aug 28 22:13:49 UTC 2008


Author: xavierb

Update of /cvs/pkgs/rpms/xorg-x11-drv-openchrome/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11636

Modified Files:
	sources xorg-x11-drv-openchrome.spec 
Added Files:
	openchrome-0.2.903-re_enable_AGPDMA.patch 
	openchrome-0.2.903-sync_pciids.patch 
Removed Files:
	openchrome-0.2.901-P4M900_fifo_settings.patch 
	openchrome-0.2.901-libpciaccess.patch 
	openchrome-0.2.901-replace_xf86memcpy.patch 
Log Message:
0.2.903

openchrome-0.2.903-re_enable_AGPDMA.patch:

--- NEW FILE openchrome-0.2.903-re_enable_AGPDMA.patch ---
--- src/via_driver.c.agpdma	2008-07-01 00:32:07.000000000 +0200
+++ src/via_driver.c	2008-08-20 23:27:34.000000000 +0200
@@ -820,14 +820,12 @@
             pVia->DRIIrqEnable = FALSE;
             break;
         case VIA_K8M800:
-            pVia->agpEnable = FALSE;
             pVia->DRIIrqEnable = FALSE;
             break;
         case VIA_PM800:
             pVia->VideoEngine = VIDEO_ENGINE_CME;
             break;
         case VIA_VM800:
-            pVia->agpEnable = FALSE;
             break;
         case VIA_K8M890:
             pVia->VideoEngine = VIDEO_ENGINE_CME;

openchrome-0.2.903-sync_pciids.patch:

--- NEW FILE openchrome-0.2.903-sync_pciids.patch ---
--- src/via_id.c
+++ src/via_id.c
@@ -158,6 +158,7 @@
     {"Asustek P5V800-MX",                     VIA_VM800,   0x3344, 0x1122, VIA_DEVICE_CRT},
 
     /*** K8M890 ***/
+    {"IBM AnyPlace Kiosk 3xx",                VIA_K8M890,  0x1106, 0x3230, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     {"Asustek A8V-VM",                        VIA_K8M890,  0x1043, 0x81B5, VIA_DEVICE_CRT},
     {"Asustek M2V-MX SE",                     VIA_K8M890,  0x1043, 0x8297, VIA_DEVICE_CRT},
     {"Foxconn K8M890M2MA-RS2H",               VIA_K8M890,  0x105B, 0x0C84, VIA_DEVICE_CRT},
@@ -196,6 +197,7 @@
     {"Samsung Q1B",                           VIA_CX700,   0x144D, 0xC02C, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     {"FIC CE260",                             VIA_CX700,   0x1509, 0x2D30, VIA_DEVICE_LCD},
     {"FIC CE261",                             VIA_CX700,   0x1509, 0x2F07, VIA_DEVICE_LCD},
+    {"Gigabyte M704 / RoverPC A700GQ",        VIA_CX700,   0x161F, 0x2060, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     {"Packard Bell EasyNote XS",              VIA_CX700,   0x1631, 0xC201, VIA_DEVICE_LCD}, /* aka Everex Cloudbook CE1200V */
 
     /*** P4M890, VN890 ***/


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jan 2008 00:21:50 -0000	1.3
+++ sources	28 Aug 2008 22:13:18 -0000	1.4
@@ -1 +1 @@
-96576fcf874d8ee05de31dd7cf2c5f92  xf86-video-openchrome-0.2.901.tar.bz2
+c0820787e89958c9114d359b6a3cd464  xf86-video-openchrome-0.2.903.tar.bz2


Index: xorg-x11-drv-openchrome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/EL-5/xorg-x11-drv-openchrome.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xorg-x11-drv-openchrome.spec	31 Jan 2008 22:18:45 -0000	1.10
+++ xorg-x11-drv-openchrome.spec	28 Aug 2008 22:13:18 -0000	1.11
@@ -6,16 +6,10 @@
 
 %define with_xvmc 1
 
-%ifarch %{ix86} x86_64
-%define with_dri 1
-%else
-%define with_dri 0
-%endif
-
 Summary:	Xorg X11 openchrome video driver
 Name:		xorg-x11-drv-openchrome
-Version:	0.2.901
-Release:	2%{?dist}
+Version:	0.2.903
+Release:	1%{?dist}
 URL:		http://www.openchrome.org
 License:	MIT
 Group:		User Interface/X Hardware Support
@@ -24,7 +18,10 @@
 Source0:	http://www.openchrome.org/releases/%{tarball}-%{version}.tar.bz2
 Source1:	openchrome.xinf
 
-Patch1:         openchrome-0.2.901-P4M900_fifo_settings.patch
+# Patches from upstream trunk :
+Patch1:         openchrome-0.2.903-sync_pciids.patch
+# EPEL specific patches :
+Patch100:       openchrome-0.2.903-re_enable_AGPDMA.patch
 
 ExclusiveArch:	%{ix86} x86_64
 
@@ -38,9 +35,7 @@
 %if %{with_xvmc}
 BuildRequires:	libXvMC-devel
 %endif
-%if %{with_dri}
 BuildRequires:	libdrm-devel >= 2.0-1
-%endif
 Requires:	xorg-x11-server-Xorg
 
 %description 
@@ -58,15 +53,11 @@
 
 %prep
 %setup -q -n %{tarball}-%{version}
-%patch1 -p0 -b .P4M900_fifo
+%patch1 -p0 -b .pciids
+%patch100 -p0 -b .agpdma
 
 %build
-%configure --disable-static \
-%if %{with_dri}
-	--enable-dri
-%else
-	--disable-dri
-%endif
+%configure --disable-static --enable-dri
 make
 
 %install
@@ -86,7 +77,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc release_notes-0.3.0 COPYING
+%doc COPYING NEWS README
 %{driverdir}/openchrome_drv.so
 %{_datadir}/hwdata/videoaliases/openchrome.xinf
 %if %{with_xvmc}
@@ -106,6 +97,9 @@
 
 
 %changelog
+* Wed Aug 20 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.903-1
+- Update to 0.2.903.
+
 * Sun Jan 27 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-2
 - Add patch to properly set fifo on P4M900.
 


--- openchrome-0.2.901-P4M900_fifo_settings.patch DELETED ---


--- openchrome-0.2.901-libpciaccess.patch DELETED ---


--- openchrome-0.2.901-replace_xf86memcpy.patch DELETED ---




More information about the fedora-extras-commits mailing list