Browse Source

xorg-x11-drv-intel: update to 2.12, add bugfix patch.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1596 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
4bb725c9ad
1 changed files with 21 additions and 3 deletions
  1. 21 3
      x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

+ 21 - 3
x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

@@ -6,7 +6,7 @@ Summary:   Xorg X11 Intel video driver
 Summary(ja):   Xorg X11 Intel ビデオドライバ
 Name:      xorg-x11-drv-intel
 Epoch:     1
-Version:   2.11.0
+Version:   2.12.0
 Release:   1%{?_dist_release}
 URL:       http://www.x.org
 License:   MIT
@@ -18,14 +18,23 @@ Source3:   intel-gpu-tools-%{gputoolsdate}.tar.bz2
 
 Patch1: kill-svideo.patch
 
-Patch2: intel-2.11.0-copy-fb.patch
+#Patch2: intel-2.11.0-copy-fb.patch
 
 # patches from fedora - needs to be upstreamed
 Patch20: intel-2.8.0-kms-get-crtc.patch
 Patch30: intel-2.11.0-lvds-first.patch
 
+# backported
+Patch40: intel-2.12-fix-uxa-planemask.patch
+
 Patch60: uevent.patch
 
+# https://bugs.freedesktop.org/show_bug.cgi?id=27885
+Patch61: intel-2.10.0-add-mbp-backlight.patch
+
+# https://bugzilla.redhat.com/588421
+Patch62: intel-2.11-no-pageflipping.patch
+
 ExclusiveArch: %{ix86} x86_64 ia64
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: autoconf, automake, libtool
@@ -72,10 +81,13 @@ Debugging tools for Intel graphics chips
 %setup -q -n xf86-video-intel-%{version} -b3
 
 %patch1 -p1 -b .svideo
-%patch2 -p1 -b .copy-fb
+#patch2 -p1 -b .copy-fb
 %patch20 -p1 -b .get-crtc
 %patch30 -p1 -b .lvds-first
+%patch40 -p1 -b .fix-uxa-planepask
 %patch60 -p1 -b .uevent
+%patch61 -p1 -b .add-mbp-backlight
+%patch62 -p1 -b .no-pageflipping
 
 %build
 autoreconf -vi
@@ -136,6 +148,12 @@ fi ||:
 
 
 %changelog
+* Tue Aug 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.12.0-1
+- new upstream release
+- add Patch40: fix uxa planemask (backported)
+- add Patch61: add support for backlight on macbooks
+- add Patch62: disable page flipping for stability
+
 * Tue Mar 30 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.11.0-1
 - new upstream release
 - drop patch70