Bug 181 - Update to Xorg 7.4
Summary: Update to Xorg 7.4
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P3 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 16:44 UTC by Dan Lykowski
Modified: 2009-03-14 14:59 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to update to xorg-7.4 release (193.87 KB, patch)
2009-03-11 16:44 UTC, Dan Lykowski
Details
Second attempt at xorg-7.4 patch (191.95 KB, patch)
2009-03-13 22:38 UTC, Dan Lykowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lykowski 2009-03-11 16:44:48 UTC
Created attachment 145 [details]
Patch to update to xorg-7.4 release

# PciReworkProposal: PCI bus scanning/accessing code replaced with libpciaccess
# x11perf 1.5: Compositing tests added.
# xtrans 1.1: Support for abstract socket namespace under Linux.
# xf86-input-evdev 2.0.x: Many stability and completeness fixes, should work out of the box with a large range of devices, plus middle-button emulation for mice.
# xf86-video-ati 6.9.x: Support for r5xx/r6xx/r7xx (RadeonHD 1xxx/2xxx/3xxx) devices added, including textured video for r5xx. Full RandR 1.2 support for all chipsets.
# EXA: Numerous speedups (inc. font rendering), cleanups, and correctness fixes.
# libX11 1.1.5: Numerous i18n additions and fixes
# xorg-server 1.5: Faster startup and shutdown, lots of code removal, EDID 1.4, Secure RPC authentication, GLX and DRI passthrough support for Xephyr, smarter autoconfiguration, pervasive and coherent XACE security framework, easier building of GL code, numerous input-related bugfixes.
Comment 1 Peter Korsgaard 2009-03-13 19:33:35 UTC
Thanks a bunch, but it doesn't apply to svn trunk. What tree is this against?

I get:

error: patch failed: package/x11r7/xserver_xorg-server/xserver_xorg-server.mk:43
error: package/x11r7/xserver_xorg-server/xserver_xorg-server.mk: patch does not apply
error: package/x11r7/xserver_xorg-server/xserver_xorg-server-1.4-pkgconfig-fix.patch: No such file or directory
error: package/x11r7/xapp_xauth/xapp_xauth-1.0.3-xcb.patch: No such file or directory
Comment 2 Dan Lykowski 2009-03-13 22:38:13 UTC
Created attachment 147 [details]
Second attempt at xorg-7.4 patch

Removed reference to other Bug 177 patch.
Removed reference to xapp_xauth change.
Comment 3 Dan Lykowski 2009-03-13 22:40:18 UTC
Hmmm..

xserver_xorg-server-1.4-pkgconfig-fix.patch
is a patch I submitted to fix the problem with xdrivers not compiling "Bug #177".
It snuck in my build..

package/x11r7/xapp_xauth/xapp_xauth-1.0.3-xcb.patch
is just randomly broken.. It worked on my machine at home.
Here at work it makes patch puke..
So.. I'll remove it.

package/x11r7/xapp_xauth/xapp_xauth-1.0.2-xcb.patch
just needs to be renamed to 
package/x11r7/xapp_xauth/xapp_xauth-1.0.3-xcb.patch

Comment 4 Peter Korsgaard 2009-03-14 14:59:28 UTC
Thanks, I fixed up the conflicts in the 1st patch and committed as r25653 - Please check that everything is OK.