From: Martin Jansa Date: Mon, 6 Dec 2010 10:44:14 +0000 (+0100) Subject: xorg: new versions 2010-12-06, xcalc, xeyex, xf86-video-savage and xserver-xorg moved... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15e5fcb0a0ae728af8c6c249629275610207e94;p=openembedded.git xorg: new versions 2010-12-06, xcalc, xeyex, xf86-video-savage and xserver-xorg moved to 1.9.2.902 (RC2) * xf86-video-savage doesn't build for me, ICE with gcc-4.5, but I have the same with xf86-video-savage_2.3.1, so probably not savage fault | savage_video.c: In function 'SavageDisplaySurface': | savage_video.c:2351:1: internal compiler error: in default_secondary_reload, at targhooks.c:762 | Please submit a full bug report, | with preprocessed source if appropriate. | See for instructions. | make[2]: *** [savage_video.lo] Error 1 Signed-off-by: Martin Jansa --- diff --git a/conf/distro/include/preferred-xorg-versions-live.inc b/conf/distro/include/preferred-xorg-versions-live.inc index 9b7290d5d7..70f9177d86 100644 --- a/conf/distro/include/preferred-xorg-versions-live.inc +++ b/conf/distro/include/preferred-xorg-versions-live.inc @@ -1,4 +1,4 @@ -#Mon Nov 22 13:39:43 CET 2010 +#Mon Dec 6 11:29:28 CET 2010 #app PREFERRED_VERSION_appres ?= "1.0.3" PREFERRED_VERSION_bdftopcf ?= "1.0.3" @@ -37,7 +37,7 @@ PREFERRED_VERSION_x11perf ?= "1.5.2" PREFERRED_VERSION_xauth ?= "1.0.5" PREFERRED_VERSION_xbacklight ?= "1.1.1" PREFERRED_VERSION_xbiff ?= "1.0.2" -PREFERRED_VERSION_xcalc ?= "1.0.3" +PREFERRED_VERSION_xcalc ?= "1.0.4.1" PREFERRED_VERSION_xclipboard ?= "1.1.1" PREFERRED_VERSION_xclock ?= "1.0.5" PREFERRED_VERSION_xcmsdb ?= "1.0.3" @@ -52,7 +52,7 @@ PREFERRED_VERSION_xdpyinfo ?= "1.2.0" PREFERRED_VERSION_xdriinfo ?= "1.0.4" PREFERRED_VERSION_xedit ?= "1.2.0" PREFERRED_VERSION_xev ?= "1.1.0" -PREFERRED_VERSION_xeyes ?= "1.1.0" +PREFERRED_VERSION_xeyes ?= "1.1.1" PREFERRED_VERSION_xf86dga ?= "1.0.3" PREFERRED_VERSION_xfd ?= "1.1.0" PREFERRED_VERSION_xfindproxy ?= "1.0.1" @@ -169,7 +169,7 @@ PREFERRED_VERSION_xf86-video-radeonhd ?= "1.3.0" PREFERRED_VERSION_xf86-video-rendition ?= "4.2.4" PREFERRED_VERSION_xf86-video-s3 ?= "0.6.3" PREFERRED_VERSION_xf86-video-s3virge ?= "1.10.4" -PREFERRED_VERSION_xf86-video-savage ?= "2.3.1" +PREFERRED_VERSION_xf86-video-savage ?= "2.3.2" PREFERRED_VERSION_xf86-video-siliconmotion ?= "1.7.4" PREFERRED_VERSION_xf86-video-sis ?= "0.10.3" PREFERRED_VERSION_xf86-video-sisusb ?= "0.9.4" @@ -353,4 +353,4 @@ PREFERRED_VERSION_util-macros ?= "1.11.0" PREFERRED_VERSION_util-macros-native ?= "1.11.0" PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" #xserver -PREFERRED_VERSION_xserver-xorg ?= "1.9.2.901" +PREFERRED_VERSION_xserver-xorg ?= "1.9.2.902" diff --git a/recipes/xorg-app/xcalc_1.0.3.bb b/recipes/xorg-app/xcalc_1.0.3.bb deleted file mode 100644 index 9175f23437..0000000000 --- a/recipes/xorg-app/xcalc_1.0.3.bb +++ /dev/null @@ -1,8 +0,0 @@ -require xorg-app-common.inc -DESCRIPTION = "scientific calculator for X" -DEPENDS += " libxaw libxt" -PE = "1" -PR = "${INC_PR}.0" - -SRC_URI[archive.md5sum] = "0b981e360b54584fcb6dc2ec4658c406" -SRC_URI[archive.sha256sum] = "96c413998c664a8397313d749b20e18308bcd82187a89446a64b3557b089b42f" diff --git a/recipes/xorg-app/xcalc_1.0.4.1.bb b/recipes/xorg-app/xcalc_1.0.4.1.bb new file mode 100644 index 0000000000..f8e6228331 --- /dev/null +++ b/recipes/xorg-app/xcalc_1.0.4.1.bb @@ -0,0 +1,8 @@ +require xorg-app-common.inc +DESCRIPTION = "scientific calculator for X" +DEPENDS += " libxaw libxt" +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "052c59f7d917b1302e7142bbd888d808" +SRC_URI[archive.sha256sum] = "e21f3b09a5ffdaafced32fdccd94d48351c95e5f8a2d7cb036d61dd18f4e26b6" diff --git a/recipes/xorg-app/xeyes_1.1.1.bb b/recipes/xorg-app/xeyes_1.1.1.bb new file mode 100644 index 0000000000..733302ce7e --- /dev/null +++ b/recipes/xorg-app/xeyes_1.1.1.bb @@ -0,0 +1,7 @@ +require xorg-app-common.inc +DEPENDS += " libxau libxt libxext libxmu" +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "a3035dcecdbdb89e864177c080924981" +SRC_URI[archive.sha256sum] = "975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521" diff --git a/recipes/xorg-driver/xf86-video-savage_2.3.2.bb b/recipes/xorg-driver/xf86-video-savage_2.3.2.bb new file mode 100644 index 0000000000..2350c27cc9 --- /dev/null +++ b/recipes/xorg-driver/xf86-video-savage_2.3.2.bb @@ -0,0 +1,14 @@ +require xorg-driver-video.inc +DESCRIPTION = "X.Org X server -- Savage display driver" +DEPENDS += " drm xf86driproto" +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "09782fc710a1ce5a81c27d71951234c2" +SRC_URI[archive.sha256sum] = "54bde0077a2369fbdd42b0b25803f3c7147a58792997b14e45ee0b856199ddf1" + +EXTRA_OECONF += " \ + ac_cv_file__usr_include_xorg_dri_h=yes \ + ac_cv_file__usr_include_xorg_sarea_h=yes \ + ac_cv_file__usr_include_xorg_dristruct_h=yes \ +" diff --git a/recipes/xorg-xserver/xserver-xorg-1.9.2.901/dolt-fix.patch b/recipes/xorg-xserver/xserver-xorg-1.9.2.902/dolt-fix.patch similarity index 100% rename from recipes/xorg-xserver/xserver-xorg-1.9.2.901/dolt-fix.patch rename to recipes/xorg-xserver/xserver-xorg-1.9.2.902/dolt-fix.patch diff --git a/recipes/xorg-xserver/xserver-xorg-1.9.2.901/hack-assume-pixman-supports-overlapped-blt.patch b/recipes/xorg-xserver/xserver-xorg-1.9.2.902/hack-assume-pixman-supports-overlapped-blt.patch similarity index 100% rename from recipes/xorg-xserver/xserver-xorg-1.9.2.901/hack-assume-pixman-supports-overlapped-blt.patch rename to recipes/xorg-xserver/xserver-xorg-1.9.2.902/hack-assume-pixman-supports-overlapped-blt.patch diff --git a/recipes/xorg-xserver/xserver-xorg-1.9.2.901/hack-fbdev-ignore-return-mode.patch b/recipes/xorg-xserver/xserver-xorg-1.9.2.902/hack-fbdev-ignore-return-mode.patch similarity index 100% rename from recipes/xorg-xserver/xserver-xorg-1.9.2.901/hack-fbdev-ignore-return-mode.patch rename to recipes/xorg-xserver/xserver-xorg-1.9.2.902/hack-fbdev-ignore-return-mode.patch diff --git a/recipes/xorg-xserver/xserver-xorg-1.9.2.901/randr-support.patch b/recipes/xorg-xserver/xserver-xorg-1.9.2.902/randr-support.patch similarity index 100% rename from recipes/xorg-xserver/xserver-xorg-1.9.2.901/randr-support.patch rename to recipes/xorg-xserver/xserver-xorg-1.9.2.902/randr-support.patch diff --git a/recipes/xorg-xserver/xserver-xorg_1.9.2.901.bb b/recipes/xorg-xserver/xserver-xorg_1.9.2.902.bb similarity index 88% rename from recipes/xorg-xserver/xserver-xorg_1.9.2.901.bb rename to recipes/xorg-xserver/xserver-xorg_1.9.2.902.bb index 851c0e00b0..c7a370ab9c 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.9.2.901.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.9.2.902.bb @@ -13,8 +13,8 @@ SRC_URI += " \ file://randr-support.patch \ file://hack-fbdev-ignore-return-mode.patch \ " -SRC_URI[archive.md5sum] = "aa2b294277d1733d33d30609321c1b15" -SRC_URI[archive.sha256sum] = "3be7ce1be0df04a73ee01c98ad54e1eec0694836371d4aef34098b514a51872b" +SRC_URI[archive.md5sum] = "4152bea87a40672355e9a6d525e64225" +SRC_URI[archive.sha256sum] = "b89064cc9473f48aa2a6a81c330d6107b95a6ea08fda9a62404f834b353e2af9" SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch" SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch"