aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-12 12:41:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-12 14:27:32 +0200
commit9e1bbdf672b12d0d7788eeba90f7a079c56bc0c6 (patch)
tree135a713ede7fb0f84b485e6b270d28423b812813 /recipes
parent44ded83e917c4d8b47b215648efc2860f794c764 (diff)
downloadopenembedded-9e1bbdf672b12d0d7788eeba90f7a079c56bc0c6.tar.gz
xorg: add latest versions for 2010-08-12
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-app/xditview_1.0.2.bb7
-rw-r--r--recipes/xorg-app/xset_1.2.0.bb14
-rw-r--r--recipes/xorg-driver/xf86-input-aiptek_1.3.1.bb6
-rw-r--r--recipes/xorg-driver/xf86-input-synaptics_1.2.99.1.bb7
-rw-r--r--recipes/xorg-driver/xf86-input-vmmouse_12.6.10.bb9
-rw-r--r--recipes/xorg-driver/xf86-video-ast_0.91.10.bb6
-rw-r--r--recipes/xorg-driver/xf86-video-i128_1.3.4.bb7
-rw-r--r--recipes/xorg-driver/xf86-video-vmware_11.0.2.bb7
-rw-r--r--recipes/xorg-driver/xf86-video-xgi_1.6.0.bb7
-rw-r--r--recipes/xorg-driver/xf86-video-xgixp_1.8.0.bb7
-rw-r--r--recipes/xorg-lib/libx11-1.3.5/dolt-fix.patch22
-rw-r--r--recipes/xorg-lib/libx11-1.3.5/keysymdef_include.patch21
-rw-r--r--recipes/xorg-lib/libx11-1.3.5/x11_disable_makekeys.patch29
-rw-r--r--recipes/xorg-lib/libx11_1.3.5.bb6
-rw-r--r--recipes/xorg-proto/glproto_1.4.12.bb6
-rw-r--r--recipes/xorg-proto/kbproto_1.0.5.bb8
-rw-r--r--recipes/xorg-proto/renderproto_0.11.1.bb10
-rw-r--r--recipes/xorg-proto/videoproto_2.3.1.bb6
-rw-r--r--recipes/xorg-proto/xextproto_7.1.2.bb8
-rw-r--r--recipes/xorg-proto/xproto_7.0.18.bb8
-rw-r--r--recipes/xorg-xserver/xserver-xorg_git.bb2
21 files changed, 202 insertions, 1 deletions
diff --git a/recipes/xorg-app/xditview_1.0.2.bb b/recipes/xorg-app/xditview_1.0.2.bb
new file mode 100644
index 0000000000..9a9f20a36d
--- /dev/null
+++ b/recipes/xorg-app/xditview_1.0.2.bb
@@ -0,0 +1,7 @@
+require xorg-app-common.inc
+DEPENDS += " libxaw libxt"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "dbf480019b75377154b6976726809bba"
+SRC_URI[archive.sha256sum] = "e5d02b60a8f383a20c44cc7d718455075344fb37d171b0397b84f1cc8d49e776"
diff --git a/recipes/xorg-app/xset_1.2.0.bb b/recipes/xorg-app/xset_1.2.0.bb
new file mode 100644
index 0000000000..beae9e51c9
--- /dev/null
+++ b/recipes/xorg-app/xset_1.2.0.bb
@@ -0,0 +1,14 @@
+require xorg-app-common.inc
+DESCRIPTION = "user preference utility for X"
+LICENSE = "MIT"
+DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://disable-xkb.patch"
+SRC_URI[archive.md5sum] = "88ff2d390695366fa53e5d746fe86ad5"
+SRC_URI[archive.sha256sum] = "f038dd98a1508ee9467946fa5d69cc6d758cd709f656a704d7a9c824eecc1bfd"
+
+EXTRA_OECONF = "--disable-xkb"
+
+CFLAGS += "-D_GNU_SOURCE"
diff --git a/recipes/xorg-driver/xf86-input-aiptek_1.3.1.bb b/recipes/xorg-driver/xf86-input-aiptek_1.3.1.bb
new file mode 100644
index 0000000000..adeb859832
--- /dev/null
+++ b/recipes/xorg-driver/xf86-input-aiptek_1.3.1.bb
@@ -0,0 +1,6 @@
+require xorg-driver-input.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "86dbf173283b53c6402618f42adc4441"
+SRC_URI[archive.sha256sum] = "43594db310572cfe81383d53934c373638e8be57dc01b34573b4183d0ef1eb9a"
diff --git a/recipes/xorg-driver/xf86-input-synaptics_1.2.99.1.bb b/recipes/xorg-driver/xf86-input-synaptics_1.2.99.1.bb
new file mode 100644
index 0000000000..62ee0d29cd
--- /dev/null
+++ b/recipes/xorg-driver/xf86-input-synaptics_1.2.99.1.bb
@@ -0,0 +1,7 @@
+require xorg-driver-input.inc
+DESCRIPTION = "X.Org X server -- mouse input driver"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "356b88de59d77fde2936f41239dca89c"
+SRC_URI[archive.sha256sum] = "771b82f0d2691e1ae87e712e0532b3667d62663f6f9ed8f56c303a7c64a47492"
diff --git a/recipes/xorg-driver/xf86-input-vmmouse_12.6.10.bb b/recipes/xorg-driver/xf86-input-vmmouse_12.6.10.bb
new file mode 100644
index 0000000000..edf61b3ebb
--- /dev/null
+++ b/recipes/xorg-driver/xf86-input-vmmouse_12.6.10.bb
@@ -0,0 +1,9 @@
+require xorg-driver-input.inc
+DESCRIPTION = "X.Org X server -- VMMouse input driver to use with VMWare"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "49c6e77851e9f7bc5cb7d85f061992f8"
+SRC_URI[archive.sha256sum] = "a6369d5a860627f2a38842d5563045b263a459e534f6ae08df48f330f9a40910"
+
+COMPATIBLE_HOST = "i.86.*-linux"
diff --git a/recipes/xorg-driver/xf86-video-ast_0.91.10.bb b/recipes/xorg-driver/xf86-video-ast_0.91.10.bb
new file mode 100644
index 0000000000..1f55ce4720
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-ast_0.91.10.bb
@@ -0,0 +1,6 @@
+require xorg-driver-video.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "65da53af3ebd1685149b6145976fdb2d"
+SRC_URI[archive.sha256sum] = "7e1b1490f894677f616c0215a7d5fb7d6c5355ce393cf5dc9c9ab4b635b8cc15"
diff --git a/recipes/xorg-driver/xf86-video-i128_1.3.4.bb b/recipes/xorg-driver/xf86-video-i128_1.3.4.bb
new file mode 100644
index 0000000000..f7bbe1b2e2
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-i128_1.3.4.bb
@@ -0,0 +1,7 @@
+require xorg-driver-video.inc
+DESCRIPTION = "X.Org X server -- i128 display driver"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "103316abb2dc466219c027afc5a71691"
+SRC_URI[archive.sha256sum] = "b69b13a7fd69f5ad35119b6f8efb3243bfea05ae9aa5a067d0e754de5d248bcf"
diff --git a/recipes/xorg-driver/xf86-video-vmware_11.0.2.bb b/recipes/xorg-driver/xf86-video-vmware_11.0.2.bb
new file mode 100644
index 0000000000..3b1a18696d
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-vmware_11.0.2.bb
@@ -0,0 +1,7 @@
+require xorg-driver-video.inc
+DEPENDS += " xineramaproto xf86miscproto drm xf86driproto"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "00c3a70870abcda5f340497b0285dab1"
+SRC_URI[archive.sha256sum] = "eab19da564b9488423424722fc84309fba2c10f1b90c092bf993f80c59f475d2"
diff --git a/recipes/xorg-driver/xf86-video-xgi_1.6.0.bb b/recipes/xorg-driver/xf86-video-xgi_1.6.0.bb
new file mode 100644
index 0000000000..39a4b70733
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-xgi_1.6.0.bb
@@ -0,0 +1,7 @@
+require xorg-driver-video.inc
+DEPENDS += " xineramaproto xf86miscproto drm xf86driproto"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "b4ac771ae81b52fca9b6fa68006a258a"
+SRC_URI[archive.sha256sum] = "e83406eb5c2b0d5eae208164544883a31af7842710fafb27d765c61b8a4a9417"
diff --git a/recipes/xorg-driver/xf86-video-xgixp_1.8.0.bb b/recipes/xorg-driver/xf86-video-xgixp_1.8.0.bb
new file mode 100644
index 0000000000..80a3633c58
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-xgixp_1.8.0.bb
@@ -0,0 +1,7 @@
+require xorg-driver-video.inc
+DEPENDS += " xineramaproto xf86miscproto drm xf86driproto"
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "0ebf98f1beaf911a242c79647cc08fbf"
+SRC_URI[archive.sha256sum] = "3aa66d6dcc44302a91c7c829e15cd7b09176164476f5cb65dda190e1862ed71a"
diff --git a/recipes/xorg-lib/libx11-1.3.5/dolt-fix.patch b/recipes/xorg-lib/libx11-1.3.5/dolt-fix.patch
new file mode 100644
index 0000000000..7e96075aa3
--- /dev/null
+++ b/recipes/xorg-lib/libx11-1.3.5/dolt-fix.patch
@@ -0,0 +1,22 @@
+Index: libX11-1.3.4/m4/dolt.m4
+===================================================================
+--- libX11-1.3.4/m4/dolt.m4
++++ libX11-1.3.4/m4/dolt.m4
+@@ -155,7 +155,7 @@ dnl without '=', because automake does n
+ cat <<__DOLTLIBTOOL__EOF__ > doltlibtool
+ #!$DOLT_BASH
+ __DOLTLIBTOOL__EOF__
+- cat <<'__DOLTLIBTOOL__EOF__' >>doltlibtool
++ cat <<'__DOLTLIBTOOL__EOF__' | sed -e "s/@host_alias@/$host_alias/g" >>doltlibtool
+ top_builddir_slash="${0%%doltlibtool}"
+ : ${top_builddir_slash:=./}
+ args=()
+@@ -171,7 +171,7 @@ done
+ if $modeok && $tagok ; then
+ . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}"
+ else
+- exec ${top_builddir_slash}libtool "$[]@"
++ exec ${top_builddir_slash}@host_alias@-libtool "$[]@"
+ fi
+ __DOLTLIBTOOL__EOF__
+
diff --git a/recipes/xorg-lib/libx11-1.3.5/keysymdef_include.patch b/recipes/xorg-lib/libx11-1.3.5/keysymdef_include.patch
new file mode 100644
index 0000000000..0cab165f74
--- /dev/null
+++ b/recipes/xorg-lib/libx11-1.3.5/keysymdef_include.patch
@@ -0,0 +1,21 @@
+Index: libX11-1.3.4/configure.ac
+===================================================================
+--- libX11-1.3.4.orig/configure.ac
++++ libX11-1.3.4/configure.ac
+@@ -355,8 +355,14 @@ AC_CHECK_FUNC(poll, [AC_DEFINE(USE_POLL,
+ # Find keysymdef.h
+ #
+ AC_MSG_CHECKING([keysymdef.h])
+-dir=`$PKG_CONFIG --variable=includedir xproto`
+-KEYSYMDEF="$dir/X11/keysymdef.h"
++AC_ARG_WITH(keysymdef,
++ AC_HELP_STRING([--with-keysymdef=DIR/keysymdef.h], [The location of keysymdef.h]),
++ KEYSYMDEF=$withval, KEYSYMDEF="")
++
++if test x$KEYSYMDEF = x; then
++ dir=`${PKG_CONFIG} --variable=includedir xproto`
++ KEYSYMDEF="$dir/X11/keysymdef.h"
++fi
+ if test -f "$KEYSYMDEF"; then
+ AC_MSG_RESULT([$KEYSYMDEF])
+ else
diff --git a/recipes/xorg-lib/libx11-1.3.5/x11_disable_makekeys.patch b/recipes/xorg-lib/libx11-1.3.5/x11_disable_makekeys.patch
new file mode 100644
index 0000000000..9763313975
--- /dev/null
+++ b/recipes/xorg-lib/libx11-1.3.5/x11_disable_makekeys.patch
@@ -0,0 +1,29 @@
+Index: libX11-1.3.4/src/util/Makefile.am
+===================================================================
+--- libX11-1.3.4.orig/src/util/Makefile.am
++++ libX11-1.3.4/src/util/Makefile.am
+@@ -1,24 +1 @@
+-
+-noinst_PROGRAMS=makekeys
+-
+-makekeys_CFLAGS = \
+- $(X11_CFLAGS) \
+- $(CWARNFLAGS)
+-
+-CC = @CC_FOR_BUILD@
+-CPPFLAGS = @CPPFLAGS_FOR_BUILD@
+-CFLAGS = @CFLAGS_FOR_BUILD@
+-LDFLAGS = @LDFLAGS_FOR_BUILD@
+-
+ EXTRA_DIST = mkks.sh
+-
+-if LINT
+-# Check source code with tools like lint & sparse
+-
+-ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
+-
+-lint:
+- $(LINT) $(ALL_LINT_FLAGS) makekeys.c
+-
+-endif LINT
diff --git a/recipes/xorg-lib/libx11_1.3.5.bb b/recipes/xorg-lib/libx11_1.3.5.bb
new file mode 100644
index 0000000000..8c61aa756d
--- /dev/null
+++ b/recipes/xorg-lib/libx11_1.3.5.bb
@@ -0,0 +1,6 @@
+require libx11.inc
+PR = "${INC_PR}.0"
+
+SRC_URI += " file://dolt-fix.patch"
+SRC_URI[archive.md5sum] = "a1175b6667fcb249c6f1d725965944e3"
+SRC_URI[archive.sha256sum] = "c95a3e3b5c7d45f933f922bdf6c757640f1c370369e85130bb75a9810dc6ede6"
diff --git a/recipes/xorg-proto/glproto_1.4.12.bb b/recipes/xorg-proto/glproto_1.4.12.bb
new file mode 100644
index 0000000000..40b0f38dc8
--- /dev/null
+++ b/recipes/xorg-proto/glproto_1.4.12.bb
@@ -0,0 +1,6 @@
+require xorg-proto-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "55edc5ff2efb734215c868f72f7cf27e"
+SRC_URI[archive.sha256sum] = "48be7a9d190b600210e5ad08b4e8862a6b08e72dc52dbdf324716a888eb457de"
diff --git a/recipes/xorg-proto/kbproto_1.0.5.bb b/recipes/xorg-proto/kbproto_1.0.5.bb
new file mode 100644
index 0000000000..1d62aaf36f
--- /dev/null
+++ b/recipes/xorg-proto/kbproto_1.0.5.bb
@@ -0,0 +1,8 @@
+require xorg-proto-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "e7edb59a3f54af15f749e8f3e314ee62"
+SRC_URI[archive.sha256sum] = "0eba4f525e1700798cc0585fe29556e4369fba6517c670866273ad104cf5f49d"
+
+BBCLASSEXTEND = "native nativesdk sdk"
diff --git a/recipes/xorg-proto/renderproto_0.11.1.bb b/recipes/xorg-proto/renderproto_0.11.1.bb
new file mode 100644
index 0000000000..466333cb99
--- /dev/null
+++ b/recipes/xorg-proto/renderproto_0.11.1.bb
@@ -0,0 +1,10 @@
+require xorg-proto-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "a914ccc1de66ddeb4b611c6b0686e274"
+SRC_URI[archive.sha256sum] = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537"
+
+BBCLASSEXTEND = "native nativesdk sdk"
+
+CONFLICTS = "renderext"
diff --git a/recipes/xorg-proto/videoproto_2.3.1.bb b/recipes/xorg-proto/videoproto_2.3.1.bb
new file mode 100644
index 0000000000..5175e619e5
--- /dev/null
+++ b/recipes/xorg-proto/videoproto_2.3.1.bb
@@ -0,0 +1,6 @@
+require xorg-proto-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "c3b348c6e2031b72b11ae63fc7f805c2"
+SRC_URI[archive.sha256sum] = "3ec76d24931d1e08c6c8d0b89a25e32dc44bc8f87d1dcb3fe201e3c99f89635a"
diff --git a/recipes/xorg-proto/xextproto_7.1.2.bb b/recipes/xorg-proto/xextproto_7.1.2.bb
new file mode 100644
index 0000000000..4e5cccd71d
--- /dev/null
+++ b/recipes/xorg-proto/xextproto_7.1.2.bb
@@ -0,0 +1,8 @@
+require xorg-proto-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "263ae968b223c23b2986603d84e5c30e"
+SRC_URI[archive.sha256sum] = "f6f829e112c8eca7c2f10b2193e8d927b9b7722283d647cfd2aea09758159199"
+
+BBCLASSEXTEND = "native nativesdk sdk"
diff --git a/recipes/xorg-proto/xproto_7.0.18.bb b/recipes/xorg-proto/xproto_7.0.18.bb
new file mode 100644
index 0000000000..ebded45646
--- /dev/null
+++ b/recipes/xorg-proto/xproto_7.0.18.bb
@@ -0,0 +1,8 @@
+require xorg-proto-common.inc
+PE = "1"
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "6b8a34b274c6fceaffe57c579db826b9"
+SRC_URI[archive.sha256sum] = "b8efe0e75ca4ce3a56c9143e360c4f5b20750f4275e8fffbc015ed5e3a17c96a"
+
+BBCLASSEXTEND = "native nativesdk sdk"
diff --git a/recipes/xorg-xserver/xserver-xorg_git.bb b/recipes/xorg-xserver/xserver-xorg_git.bb
index 9dd71eda89..46b0e0818a 100644
--- a/recipes/xorg-xserver/xserver-xorg_git.bb
+++ b/recipes/xorg-xserver/xserver-xorg_git.bb
@@ -10,7 +10,7 @@ PE = "2"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_shr = "1"
-SRCREV = "7e0575baf14ec4a89492fd2780f9ab5b9244afbd"
+SRCREV = "6dae7f3792611aace1df0cca63bf50c50d93de43"
SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git;branch=master \
file://dolt-fix-1.7.0.patch \
file://randr-support-1.7.0.patch \