* [Buildroot] Upgrade of the Xorg-server to newest version
@ 2011-04-06 10:03 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 01/63] xlib_xtrans: bump version to 1.2.6 Allan W. Nielsen
` (64 more replies)
0 siblings, 65 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
This patch series upgrades the XorgServer and all the xlibs + xprotos to newest
version. For test purposes I have also upgraded the ATI driver to its newest
version, it might be necessary to upgrade the remaining part of the x drivers.
To solve compilation errors it was necessary to upgrade the udev daemon, here I
have chosen version 151 (newest version is 167). The only reason for this
is that 151 is the default version on my system, and therefor I knew this
version could play well together with the remaining components.
This is my first patch for buildroot, so there is properly some bugs and other
problems... Therefore I will be happy to receive some comments.
Best regards
Allan W. Nielsen
^ permalink raw reply [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 01/63] xlib_xtrans: bump version to 1.2.6
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 02/63] xlib_libXxf86vm: bump version to 1.1.1 Allan W. Nielsen
` (63 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_xtrans/xlib_xtrans.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_xtrans/xlib_xtrans.mk b/package/x11r7/xlib_xtrans/xlib_xtrans.mk
index aaf2208..97da394 100644
--- a/package/x11r7/xlib_xtrans/xlib_xtrans.mk
+++ b/package/x11r7/xlib_xtrans/xlib_xtrans.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_XTRANS_VERSION = 1.2.5
+XLIB_XTRANS_VERSION = 1.2.6
XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2
XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_XTRANS_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 02/63] xlib_libXxf86vm: bump version to 1.1.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 01/63] xlib_xtrans: bump version to 1.2.6 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 03/63] xlib_libXxf86dga: bump version to 1.1.2 Allan W. Nielsen
` (62 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk b/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk
index b35c492..edcea72 100644
--- a/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk
+++ b/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXXF86VM_VERSION = 1.1.0
+XLIB_LIBXXF86VM_VERSION = 1.1.1
XLIB_LIBXXF86VM_SOURCE = libXxf86vm-$(XLIB_LIBXXF86VM_VERSION).tar.bz2
XLIB_LIBXXF86VM_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXXF86VM_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 03/63] xlib_libXxf86dga: bump version to 1.1.2
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 01/63] xlib_xtrans: bump version to 1.2.6 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 02/63] xlib_libXxf86vm: bump version to 1.1.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 04/63] xlib_libXvMC: bump version to 1.0.6 Allan W. Nielsen
` (61 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXxf86dga/xlib_libXxf86dga.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXxf86dga/xlib_libXxf86dga.mk b/package/x11r7/xlib_libXxf86dga/xlib_libXxf86dga.mk
index e2e3d15..3241183 100644
--- a/package/x11r7/xlib_libXxf86dga/xlib_libXxf86dga.mk
+++ b/package/x11r7/xlib_libXxf86dga/xlib_libXxf86dga.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXXF86DGA_VERSION = 1.1.1
+XLIB_LIBXXF86DGA_VERSION = 1.1.2
XLIB_LIBXXF86DGA_SOURCE = libXxf86dga-$(XLIB_LIBXXF86DGA_VERSION).tar.bz2
XLIB_LIBXXF86DGA_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXXF86DGA_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 04/63] xlib_libXvMC: bump version to 1.0.6
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (2 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 03/63] xlib_libXxf86dga: bump version to 1.1.2 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 05/63] xlib_libXv: " Allan W. Nielsen
` (60 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXvMC/xlib_libXvMC.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk b/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk
index aaa87a7..a2f14f5 100644
--- a/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk
+++ b/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXVMC_VERSION = 1.0.5
+XLIB_LIBXVMC_VERSION = 1.0.6
XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.bz2
XLIB_LIBXVMC_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXVMC_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 05/63] xlib_libXv: bump version to 1.0.6
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (3 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 04/63] xlib_libXvMC: bump version to 1.0.6 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 06/63] xlib_libXtst: bump version to 1.2.0 Allan W. Nielsen
` (59 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXv/xlib_libXv.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXv/xlib_libXv.mk b/package/x11r7/xlib_libXv/xlib_libXv.mk
index df47f79..f9c3699 100644
--- a/package/x11r7/xlib_libXv/xlib_libXv.mk
+++ b/package/x11r7/xlib_libXv/xlib_libXv.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXV_VERSION = 1.0.5
+XLIB_LIBXV_VERSION = 1.0.6
XLIB_LIBXV_SOURCE = libXv-$(XLIB_LIBXV_VERSION).tar.bz2
XLIB_LIBXV_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXV_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 06/63] xlib_libXtst: bump version to 1.2.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (4 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 05/63] xlib_libXv: " Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] =?y?q?=5BPATCH=2007/63=5D=20xlib=5FlibXt=3A=20version=20bump=20to=201=2E1=2E1?= Allan W. Nielsen
` (58 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXtst/xlib_libXtst.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXtst/xlib_libXtst.mk b/package/x11r7/xlib_libXtst/xlib_libXtst.mk
index 935d034..927c53a 100644
--- a/package/x11r7/xlib_libXtst/xlib_libXtst.mk
+++ b/package/x11r7/xlib_libXtst/xlib_libXtst.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXTST_VERSION = 1.1.0
+XLIB_LIBXTST_VERSION = 1.2.0
XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXTST_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] =?y?q?=5BPATCH=2007/63=5D=20xlib=5FlibXt=3A=20version=20bump=20to=201=2E1=2E1?=
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (5 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 06/63] xlib_libXtst: bump version to 1.2.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 08/63] xlib_libXScrnSaver: version bump Allan W. Nielsen
` (57 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
xlib_libXt-1.0.7-fix-cross-compile.patch is deleted as it did not seemed to be
needed anymore
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xlib_libXt-1.0.7-fix-cross-compile.patch | 96 --------------------
package/x11r7/xlib_libXt/xlib_libXt.mk | 2 +-
2 files changed, 1 insertions(+), 97 deletions(-)
delete mode 100644 package/x11r7/xlib_libXt/xlib_libXt-1.0.7-fix-cross-compile.patch
diff --git a/package/x11r7/xlib_libXt/xlib_libXt-1.0.7-fix-cross-compile.patch b/package/x11r7/xlib_libXt/xlib_libXt-1.0.7-fix-cross-compile.patch
deleted file mode 100644
index fc5ea7d..0000000
--- a/package/x11r7/xlib_libXt/xlib_libXt-1.0.7-fix-cross-compile.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-From da5ba611fbff6f939a7cec9ca41fa7df0f76a197 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?R=C3=A9mi=20Cardona?= <remi@gentoo.org>
-Date: Thu, 5 Nov 2009 11:55:22 +0100
-Subject: [PATCH] fix cross-compile again
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-makestrs should always be built for the target arch. When cross-compiling,
-create a native version "xmakestrs" which will always be noinst, and use it
-to generate the other sources.
-
-This avoids installing a makestrs built for the wrong arch.
-
-Based on this patch :
-http://overlays.gentoo.org/proj/embedded/browser/openmoko/trunk/openmoko-target/x11-libs/libXt/files/libXt-1.0.7-crosscompile-makestr.patch
-
-Signed-off-by: R??mi Cardona <remi@gentoo.org>
----
- configure.ac | 2 ++
- src/Makefile.am | 8 +++++++-
- util/Makefile.am | 15 ++++++++++-----
- 3 files changed, 19 insertions(+), 6 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 6a66d45..73bfbc0 100755
---- a/configure.ac
-+++ b/configure.ac
-@@ -40,6 +40,8 @@ AC_PROG_LIBTOOL
- AM_PROG_CC_C_O
- XORG_DEFAULT_OPTIONS
-
-+AM_CONDITIONAL(CROSS_COMPILING, [ test $cross_compiling = yes ])
-+
- if test x"$CC_FOR_BUILD" = x; then
- if test x"$cross_compiling" = xyes; then
- AC_CHECK_PROGS(CC_FOR_BUILD, gcc cc)
-diff --git a/src/Makefile.am b/src/Makefile.am
-index a43fb22..6b767a7 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -92,12 +92,18 @@ BUILT_FILES = $(BUILT_SOURCE) $(BUILT_HEADER)
-
- STRING_LIST = $(top_srcdir)/util/string.list
-
-+if CROSS_COMPILING
-+MAKESTRS=$(top_builddir)/util/xmakestrs
-+else
-+MAKESTRS=$(top_builddir)/util/makestrs
-+endif
-+
- all-local: $(BUILT_FILES)
-
- $(BUILT_HEADER): $(BUILT_SOURCE)
-
- $(BUILT_SOURCE):
-- $(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
-+ $(MAKESTRS) -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
- mkdir -p $(top_builddir)/src
- mkdir -p $(top_builddir)/include/X11
- cp StringDefs.h $(top_builddir)/include/X11
-diff --git a/util/Makefile.am b/util/Makefile.am
-index d51365e..6853d89 100644
---- a/util/Makefile.am
-+++ b/util/Makefile.am
-@@ -1,13 +1,10 @@
- if INSTALL_MAKESTRS
- bin_PROGRAMS = makestrs
-+noinst_PROGRAMS = $(MAKESTRS_PROG)
- else
--noinst_PROGRAMS = makestrs
-+noinst_PROGRAMS = makestrs $(MAKESTRS_PROG)
- endif
-
--CC = @CC_FOR_BUILD@
--CFLAGS = @CFLAGS_FOR_BUILD@
--LDFLAGS = @LDFLAGS_FOR_BUILD@
--
- EXTRA_DIST = \
- Shell.ht \
- StrDefs.ct \
-@@ -45,3 +42,11 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
-
- .man.$(APP_MAN_SUFFIX):
- $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-+
-+if CROSS_COMPILING
-+MAKESTRS_PROG=xmakestrs$(EXEEXT)
-+
-+xmakestrs$(EXEEXT): makestrs.c
-+ $(AM_V_GEN)$(CC_FOR_BUILD) $(X11_CFLAGS) $(CPPFLAGS_FOR_BUILD) \
-+ $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ makestrs.c
-+endif
---
-1.6.5.2
-
diff --git a/package/x11r7/xlib_libXt/xlib_libXt.mk b/package/x11r7/xlib_libXt/xlib_libXt.mk
index c1cdb15..c7ea519 100644
--- a/package/x11r7/xlib_libXt/xlib_libXt.mk
+++ b/package/x11r7/xlib_libXt/xlib_libXt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXT_VERSION = 1.0.7
+XLIB_LIBXT_VERSION = 1.1.1
XLIB_LIBXT_SOURCE = libXt-$(XLIB_LIBXT_VERSION).tar.bz2
XLIB_LIBXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXT_AUTORECONF = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 08/63] xlib_libXScrnSaver: version bump
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (6 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] =?y?q?=5BPATCH=2007/63=5D=20xlib=5FlibXt=3A=20version=20bump=20to=201=2E1=2E1?= Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 09/63] xlib_libXres: version bump to 1.0.5 Allan W. Nielsen
` (56 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xlib_libXScrnSaver/xlib_libXScrnSaver.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXScrnSaver/xlib_libXScrnSaver.mk b/package/x11r7/xlib_libXScrnSaver/xlib_libXScrnSaver.mk
index ee45948..7f9fefd 100644
--- a/package/x11r7/xlib_libXScrnSaver/xlib_libXScrnSaver.mk
+++ b/package/x11r7/xlib_libXScrnSaver/xlib_libXScrnSaver.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXSCRNSAVER_VERSION = 1.2.0
+XLIB_LIBXSCRNSAVER_VERSION = 1.2.1
XLIB_LIBXSCRNSAVER_SOURCE = libXScrnSaver-$(XLIB_LIBXSCRNSAVER_VERSION).tar.bz2
XLIB_LIBXSCRNSAVER_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXSCRNSAVER_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 09/63] xlib_libXres: version bump to 1.0.5
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (7 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 08/63] xlib_libXScrnSaver: version bump Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 10/63] xlib_libXrender: version bump to 0.9.6 Allan W. Nielsen
` (55 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXres/xlib_libXres.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXres/xlib_libXres.mk b/package/x11r7/xlib_libXres/xlib_libXres.mk
index 155cbfb..d31cb14 100644
--- a/package/x11r7/xlib_libXres/xlib_libXres.mk
+++ b/package/x11r7/xlib_libXres/xlib_libXres.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXRES_VERSION = 1.0.4
+XLIB_LIBXRES_VERSION = 1.0.5
XLIB_LIBXRES_SOURCE = libXres-$(XLIB_LIBXRES_VERSION).tar.bz2
XLIB_LIBXRES_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXRES_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 10/63] xlib_libXrender: version bump to 0.9.6
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (8 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 09/63] xlib_libXres: version bump to 1.0.5 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 11/63] xlib_libXrandr: version bump to 1.3.1 Allan W. Nielsen
` (54 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXrender/xlib_libXrender.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXrender/xlib_libXrender.mk b/package/x11r7/xlib_libXrender/xlib_libXrender.mk
index fe5acf3..0e8ccfa 100644
--- a/package/x11r7/xlib_libXrender/xlib_libXrender.mk
+++ b/package/x11r7/xlib_libXrender/xlib_libXrender.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXRENDER_VERSION = 0.9.5
+XLIB_LIBXRENDER_VERSION = 0.9.6
XLIB_LIBXRENDER_SOURCE = libXrender-$(XLIB_LIBXRENDER_VERSION).tar.bz2
XLIB_LIBXRENDER_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXRENDER_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 11/63] xlib_libXrandr: version bump to 1.3.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (9 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 10/63] xlib_libXrender: version bump to 0.9.6 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 12/63] xlib_libXpm: version bump to 3.5.9 Allan W. Nielsen
` (53 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXrandr/xlib_libXrandr.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXrandr/xlib_libXrandr.mk b/package/x11r7/xlib_libXrandr/xlib_libXrandr.mk
index 08fbaa4..bb8c292 100644
--- a/package/x11r7/xlib_libXrandr/xlib_libXrandr.mk
+++ b/package/x11r7/xlib_libXrandr/xlib_libXrandr.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXRANDR_VERSION = 1.3.0
+XLIB_LIBXRANDR_VERSION = 1.3.1
XLIB_LIBXRANDR_SOURCE = libXrandr-$(XLIB_LIBXRANDR_VERSION).tar.bz2
XLIB_LIBXRANDR_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXRANDR_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 12/63] xlib_libXpm: version bump to 3.5.9
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (10 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 11/63] xlib_libXrandr: version bump to 1.3.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 13/63] xlib_libXp: version bump to 1.0.1 Allan W. Nielsen
` (52 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXpm/xlib_libXpm.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXpm/xlib_libXpm.mk b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
index 00180b4..2fbe6d4 100644
--- a/package/x11r7/xlib_libXpm/xlib_libXpm.mk
+++ b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXPM_VERSION = 3.5.8
+XLIB_LIBXPM_VERSION = 3.5.9
XLIB_LIBXPM_SOURCE = libXpm-$(XLIB_LIBXPM_VERSION).tar.bz2
XLIB_LIBXPM_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXPM_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 13/63] xlib_libXp: version bump to 1.0.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (11 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 12/63] xlib_libXpm: version bump to 3.5.9 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 14/63] xlib_libXmu: version bump to 1.1.0 Allan W. Nielsen
` (51 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXp/xlib_libXp.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXp/xlib_libXp.mk b/package/x11r7/xlib_libXp/xlib_libXp.mk
index c462eee..c0e7755 100644
--- a/package/x11r7/xlib_libXp/xlib_libXp.mk
+++ b/package/x11r7/xlib_libXp/xlib_libXp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXP_VERSION = 1.0.0
+XLIB_LIBXP_VERSION = 1.0.1
XLIB_LIBXP_SOURCE = libXp-$(XLIB_LIBXP_VERSION).tar.bz2
XLIB_LIBXP_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXP_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 14/63] xlib_libXmu: version bump to 1.1.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (12 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 13/63] xlib_libXp: version bump to 1.0.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 15/63] xlib_libxkbfile: version bump to 1.0.7 Allan W. Nielsen
` (50 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXmu/xlib_libXmu.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXmu/xlib_libXmu.mk b/package/x11r7/xlib_libXmu/xlib_libXmu.mk
index 8ad7280..4a2953b 100644
--- a/package/x11r7/xlib_libXmu/xlib_libXmu.mk
+++ b/package/x11r7/xlib_libXmu/xlib_libXmu.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXMU_VERSION = 1.0.5
+XLIB_LIBXMU_VERSION = 1.1.0
XLIB_LIBXMU_SOURCE = libXmu-$(XLIB_LIBXMU_VERSION).tar.bz2
XLIB_LIBXMU_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXMU_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 15/63] xlib_libxkbfile: version bump to 1.0.7
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (13 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 14/63] xlib_libXmu: version bump to 1.1.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 16/63] xlib_libXinerama: version bump to 1.1.1 Allan W. Nielsen
` (49 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk b/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk
index e71b36b..eec72c0 100644
--- a/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk
+++ b/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXKBFILE_VERSION = 1.0.6
+XLIB_LIBXKBFILE_VERSION = 1.0.7
XLIB_LIBXKBFILE_SOURCE = libxkbfile-$(XLIB_LIBXKBFILE_VERSION).tar.bz2
XLIB_LIBXKBFILE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXKBFILE_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 16/63] xlib_libXinerama: version bump to 1.1.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (14 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 15/63] xlib_libxkbfile: version bump to 1.0.7 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 17/63] xlib_libXi: version bump to 1.4.2 Allan W. Nielsen
` (48 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXinerama/xlib_libXinerama.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXinerama/xlib_libXinerama.mk b/package/x11r7/xlib_libXinerama/xlib_libXinerama.mk
index 4c43e79..d47d5ba 100644
--- a/package/x11r7/xlib_libXinerama/xlib_libXinerama.mk
+++ b/package/x11r7/xlib_libXinerama/xlib_libXinerama.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXINERAMA_VERSION = 1.1
+XLIB_LIBXINERAMA_VERSION = 1.1.1
XLIB_LIBXINERAMA_SOURCE = libXinerama-$(XLIB_LIBXINERAMA_VERSION).tar.bz2
XLIB_LIBXINERAMA_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXINERAMA_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 17/63] xlib_libXi: version bump to 1.4.2
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (15 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 16/63] xlib_libXinerama: version bump to 1.1.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 18/63] xlib_libXft: version bump to 2.2.0 Allan W. Nielsen
` (47 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXi/xlib_libXi.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXi/xlib_libXi.mk b/package/x11r7/xlib_libXi/xlib_libXi.mk
index c1da9c6..4a14a73 100644
--- a/package/x11r7/xlib_libXi/xlib_libXi.mk
+++ b/package/x11r7/xlib_libXi/xlib_libXi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXI_VERSION = 1.3
+XLIB_LIBXI_VERSION = 1.4.2
XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.bz2
XLIB_LIBXI_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXI_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 18/63] xlib_libXft: version bump to 2.2.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (16 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 17/63] xlib_libXi: version bump to 1.4.2 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 19/63] xlib_libXfont: version bump to 1.4.3 Allan W. Nielsen
` (46 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXft/xlib_libXft.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXft/xlib_libXft.mk b/package/x11r7/xlib_libXft/xlib_libXft.mk
index eaef1ba..8d03f7d 100644
--- a/package/x11r7/xlib_libXft/xlib_libXft.mk
+++ b/package/x11r7/xlib_libXft/xlib_libXft.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXFT_VERSION = 2.1.14
+XLIB_LIBXFT_VERSION = 2.2.0
XLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2
XLIB_LIBXFT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXFT_AUTORECONF = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 19/63] xlib_libXfont: version bump to 1.4.3
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (17 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 18/63] xlib_libXft: version bump to 2.2.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 20/63] xlib_libXfixes: version bump to 5.0 Allan W. Nielsen
` (45 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXfont/xlib_libXfont.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXfont/xlib_libXfont.mk b/package/x11r7/xlib_libXfont/xlib_libXfont.mk
index 3cb52c3..f0fb19b 100644
--- a/package/x11r7/xlib_libXfont/xlib_libXfont.mk
+++ b/package/x11r7/xlib_libXfont/xlib_libXfont.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXFONT_VERSION = 1.4.1
+XLIB_LIBXFONT_VERSION = 1.4.3
XLIB_LIBXFONT_SOURCE = libXfont-$(XLIB_LIBXFONT_VERSION).tar.bz2
XLIB_LIBXFONT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXFONT_AUTORECONF = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 20/63] xlib_libXfixes: version bump to 5.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (18 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 19/63] xlib_libXfont: version bump to 1.4.3 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 21/63] xlib_libXext: version bump to 1.2.0 Allan W. Nielsen
` (44 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXfixes/xlib_libXfixes.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk b/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
index f2fd1f8..69aa035 100644
--- a/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
+++ b/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXFIXES_VERSION = 4.0.4
+XLIB_LIBXFIXES_VERSION = 5.0
XLIB_LIBXFIXES_SOURCE = libXfixes-$(XLIB_LIBXFIXES_VERSION).tar.bz2
XLIB_LIBXFIXES_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXFIXES_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 21/63] xlib_libXext: version bump to 1.2.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (19 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 20/63] xlib_libXfixes: version bump to 5.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 22/63] xlib_libXdmcp: version bump to 1.1.0 Allan W. Nielsen
` (43 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXext/xlib_libXext.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXext/xlib_libXext.mk b/package/x11r7/xlib_libXext/xlib_libXext.mk
index 0db9626..3740718 100644
--- a/package/x11r7/xlib_libXext/xlib_libXext.mk
+++ b/package/x11r7/xlib_libXext/xlib_libXext.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXEXT_VERSION = 1.1.1
+XLIB_LIBXEXT_VERSION = 1.2.0
XLIB_LIBXEXT_SOURCE = libXext-$(XLIB_LIBXEXT_VERSION).tar.bz2
XLIB_LIBXEXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXEXT_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 22/63] xlib_libXdmcp: version bump to 1.1.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (20 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 21/63] xlib_libXext: version bump to 1.2.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 23/63] xlib_libXdamage: version bump to 1.1.3 Allan W. Nielsen
` (42 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
index 1a11ea6..0bde818 100644
--- a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
+++ b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXDMCP_VERSION = 1.0.3
+XLIB_LIBXDMCP_VERSION = 1.1.0
XLIB_LIBXDMCP_SOURCE = libXdmcp-$(XLIB_LIBXDMCP_VERSION).tar.bz2
XLIB_LIBXDMCP_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXDMCP_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 23/63] xlib_libXdamage: version bump to 1.1.3
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (21 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 22/63] xlib_libXdmcp: version bump to 1.1.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 24/63] xlib_libXcursor: version bump to 1.1.11 Allan W. Nielsen
` (41 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXdamage/xlib_libXdamage.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk b/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
index 92f92e5..972d1c0 100644
--- a/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
+++ b/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXDAMAGE_VERSION = 1.1.2
+XLIB_LIBXDAMAGE_VERSION = 1.1.3
XLIB_LIBXDAMAGE_SOURCE = libXdamage-$(XLIB_LIBXDAMAGE_VERSION).tar.bz2
XLIB_LIBXDAMAGE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXDAMAGE_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 24/63] xlib_libXcursor: version bump to 1.1.11
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (22 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 23/63] xlib_libXdamage: version bump to 1.1.3 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 25/63] xlib_libXcomposite: version bump to 0.4.3 Allan W. Nielsen
` (40 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXcursor/xlib_libXcursor.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
index abe823b..7fca9bf 100644
--- a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
+++ b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXCURSOR_VERSION = 1.1.10
+XLIB_LIBXCURSOR_VERSION = 1.1.11
XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.bz2
XLIB_LIBXCURSOR_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCURSOR_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 25/63] xlib_libXcomposite: version bump to 0.4.3
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (23 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 24/63] xlib_libXcursor: version bump to 1.1.11 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 26/63] xlib_libXaw: version bump to 1.0.9 Allan W. Nielsen
` (39 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xlib_libXcomposite/xlib_libXcomposite.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXcomposite/xlib_libXcomposite.mk b/package/x11r7/xlib_libXcomposite/xlib_libXcomposite.mk
index 64b98d4..9996ed0 100644
--- a/package/x11r7/xlib_libXcomposite/xlib_libXcomposite.mk
+++ b/package/x11r7/xlib_libXcomposite/xlib_libXcomposite.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXCOMPOSITE_VERSION = 0.4.1
+XLIB_LIBXCOMPOSITE_VERSION = 0.4.3
XLIB_LIBXCOMPOSITE_SOURCE = libXcomposite-$(XLIB_LIBXCOMPOSITE_VERSION).tar.bz2
XLIB_LIBXCOMPOSITE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCOMPOSITE_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 26/63] xlib_libXaw: version bump to 1.0.9
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (24 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 25/63] xlib_libXcomposite: version bump to 0.4.3 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 27/63] xlib_libXau: version bump to 1.0.6 Allan W. Nielsen
` (38 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXaw/xlib_libXaw.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXaw/xlib_libXaw.mk b/package/x11r7/xlib_libXaw/xlib_libXaw.mk
index ac8c5f8..dd600cb 100644
--- a/package/x11r7/xlib_libXaw/xlib_libXaw.mk
+++ b/package/x11r7/xlib_libXaw/xlib_libXaw.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXAW_VERSION = 1.0.7
+XLIB_LIBXAW_VERSION = 1.0.9
XLIB_LIBXAW_SOURCE = libXaw-$(XLIB_LIBXAW_VERSION).tar.bz2
XLIB_LIBXAW_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXAW_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 27/63] xlib_libXau: version bump to 1.0.6
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (25 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 26/63] xlib_libXaw: version bump to 1.0.9 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 28/63] xlib_libX11: verison bump to 1.4.2 and removed patch file xlib_libX11-1.3.2-keysymdef Allan W. Nielsen
` (37 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libXau/xlib_libXau.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libXau/xlib_libXau.mk b/package/x11r7/xlib_libXau/xlib_libXau.mk
index af4dde8..59952e1 100644
--- a/package/x11r7/xlib_libXau/xlib_libXau.mk
+++ b/package/x11r7/xlib_libXau/xlib_libXau.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXAU_VERSION = 1.0.5
+XLIB_LIBXAU_VERSION = 1.0.6
XLIB_LIBXAU_SOURCE = libXau-$(XLIB_LIBXAU_VERSION).tar.bz2
XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXAU_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 28/63] xlib_libX11: verison bump to 1.4.2 and removed patch file xlib_libX11-1.3.2-keysymdef
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (26 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 27/63] xlib_libXau: version bump to 1.0.6 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 29/63] xlib_libSM: version bump to 1.2.0 Allan W. Nielsen
` (36 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xlib_libX11/xlib_libX11-1.3.2-keysymdef.patch | 35 --------------------
package/x11r7/xlib_libX11/xlib_libX11.mk | 2 +-
2 files changed, 1 insertions(+), 36 deletions(-)
delete mode 100644 package/x11r7/xlib_libX11/xlib_libX11-1.3.2-keysymdef.patch
diff --git a/package/x11r7/xlib_libX11/xlib_libX11-1.3.2-keysymdef.patch b/package/x11r7/xlib_libX11/xlib_libX11-1.3.2-keysymdef.patch
deleted file mode 100644
index 9c4eae2..0000000
--- a/package/x11r7/xlib_libX11/xlib_libX11-1.3.2-keysymdef.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-[patch]: configure: add --with-keysymdef argument for cross compilation
-
-Based on a similar patch from Openembedded.
-
-The libX11 configure script hardcodes the location to keysymdef.h as
-<prefix>/include/X11/keysymdef.h, which is fine for native compilation,
-but breaks with cross compilation as that directory is a location on
-the target, not the build host.
-
-Fix it by providing an explicit --with-keysymdef=<full-path-to-file>.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>Index: libX11-1.1.5/configure.ac
-===================================================================
-Index: xlib_libX11-1.3.2/configure.ac
-===================================================================
---- xlib_libX11-1.3.2.orig/configure.ac 2009-10-23 22:55:03.000000000 +0200
-+++ xlib_libX11-1.3.2/configure.ac 2010-05-04 16:26:39.000000000 +0200
-@@ -280,8 +280,15 @@
- # 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/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index 1acc35c..48e9947 100644
--- a/package/x11r7/xlib_libX11/xlib_libX11.mk
+++ b/package/x11r7/xlib_libX11/xlib_libX11.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBX11_VERSION = 1.3.2
+XLIB_LIBX11_VERSION = 1.4.2
XLIB_LIBX11_SOURCE = libX11-$(XLIB_LIBX11_VERSION).tar.bz2
XLIB_LIBX11_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBX11_AUTORECONF = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 29/63] xlib_libSM: version bump to 1.2.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (27 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 28/63] xlib_libX11: verison bump to 1.4.2 and removed patch file xlib_libX11-1.3.2-keysymdef Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 30/63] xlib_libpciaccess: version bump to 0.12.1 Allan W. Nielsen
` (35 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libSM/xlib_libSM.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libSM/xlib_libSM.mk b/package/x11r7/xlib_libSM/xlib_libSM.mk
index 5aeb42d..5bf8dae 100644
--- a/package/x11r7/xlib_libSM/xlib_libSM.mk
+++ b/package/x11r7/xlib_libSM/xlib_libSM.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBSM_VERSION = 1.1.1
+XLIB_LIBSM_VERSION = 1.2.0
XLIB_LIBSM_SOURCE = libSM-$(XLIB_LIBSM_VERSION).tar.bz2
XLIB_LIBSM_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBSM_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 30/63] xlib_libpciaccess: version bump to 0.12.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (28 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 29/63] xlib_libSM: version bump to 1.2.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 31/63] xlib_libICE: version bump to 1.0.7 Allan W. Nielsen
` (34 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xlib_libpciaccess/xlib_libpciaccess.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk b/package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk
index c42f35d..1f0400c 100644
--- a/package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk
+++ b/package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBPCIACCESS_VERSION = 0.11.0
+XLIB_LIBPCIACCESS_VERSION = 0.12.1
XLIB_LIBPCIACCESS_SOURCE = libpciaccess-$(XLIB_LIBPCIACCESS_VERSION).tar.bz2
XLIB_LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBPCIACCESS_INSTALL_STAGING = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 31/63] xlib_libICE: version bump to 1.0.7
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (29 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 30/63] xlib_libpciaccess: version bump to 0.12.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 32/63] xlib_libFS: version bump to 1.0.3 Allan W. Nielsen
` (33 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libICE/xlib_libICE.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libICE/xlib_libICE.mk b/package/x11r7/xlib_libICE/xlib_libICE.mk
index 99cb11b..50c2a40 100644
--- a/package/x11r7/xlib_libICE/xlib_libICE.mk
+++ b/package/x11r7/xlib_libICE/xlib_libICE.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBICE_VERSION = 1.0.6
+XLIB_LIBICE_VERSION = 1.0.7
XLIB_LIBICE_SOURCE = libICE-$(XLIB_LIBICE_VERSION).tar.bz2
XLIB_LIBICE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBICE_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 32/63] xlib_libFS: version bump to 1.0.3
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (30 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 31/63] xlib_libICE: version bump to 1.0.7 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 33/63] xlib_libfontenc: version bump to 1.1.0 Allan W. Nielsen
` (32 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libFS/xlib_libFS.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libFS/xlib_libFS.mk b/package/x11r7/xlib_libFS/xlib_libFS.mk
index e7a92e6..d5b27f4 100644
--- a/package/x11r7/xlib_libFS/xlib_libFS.mk
+++ b/package/x11r7/xlib_libFS/xlib_libFS.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBFS_VERSION = 1.0.2
+XLIB_LIBFS_VERSION = 1.0.3
XLIB_LIBFS_SOURCE = libFS-$(XLIB_LIBFS_VERSION).tar.bz2
XLIB_LIBFS_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBFS_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 33/63] xlib_libfontenc: version bump to 1.1.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (31 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 32/63] xlib_libFS: version bump to 1.0.3 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 34/63] xlib_libdmx: version bump to 1.1.1 Allan W. Nielsen
` (31 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libfontenc/xlib_libfontenc.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk b/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk
index a2ba2d7..c1b9835 100644
--- a/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk
+++ b/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBFONTENC_VERSION = 1.0.5
+XLIB_LIBFONTENC_VERSION = 1.1.0
XLIB_LIBFONTENC_SOURCE = libfontenc-$(XLIB_LIBFONTENC_VERSION).tar.bz2
XLIB_LIBFONTENC_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBFONTENC_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 34/63] xlib_libdmx: version bump to 1.1.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (32 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 33/63] xlib_libfontenc: version bump to 1.1.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 35/63] xproto_xproto: version bump to 7.0.21 Allan W. Nielsen
` (30 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xlib_libdmx/xlib_libdmx.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xlib_libdmx/xlib_libdmx.mk b/package/x11r7/xlib_libdmx/xlib_libdmx.mk
index e7c7837..59f606d 100644
--- a/package/x11r7/xlib_libdmx/xlib_libdmx.mk
+++ b/package/x11r7/xlib_libdmx/xlib_libdmx.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBDMX_VERSION = 1.1.0
+XLIB_LIBDMX_VERSION = 1.1.1
XLIB_LIBDMX_SOURCE = libdmx-$(XLIB_LIBDMX_VERSION).tar.bz2
XLIB_LIBDMX_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBDMX_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 35/63] xproto_xproto: version bump to 7.0.21
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (33 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 34/63] xlib_libdmx: version bump to 1.1.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 36/63] xproto_xineramaproto: version bumpt to 1.2.1 Allan W. Nielsen
` (29 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xproto_xproto/xproto_xproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_xproto/xproto_xproto.mk b/package/x11r7/xproto_xproto/xproto_xproto.mk
index c1e2449..17a7a39 100644
--- a/package/x11r7/xproto_xproto/xproto_xproto.mk
+++ b/package/x11r7/xproto_xproto/xproto_xproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_XPROTO_VERSION = 7.0.16
+XPROTO_XPROTO_VERSION = 7.0.21
XPROTO_XPROTO_SOURCE = xproto-$(XPROTO_XPROTO_VERSION).tar.bz2
XPROTO_XPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 36/63] xproto_xineramaproto: version bumpt to 1.2.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (34 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 35/63] xproto_xproto: version bump to 7.0.21 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 37/63] xproto_xf86vidmodeproto: version bump to 2.3.1 Allan W. Nielsen
` (28 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xproto_xineramaproto/xproto_xineramaproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_xineramaproto/xproto_xineramaproto.mk b/package/x11r7/xproto_xineramaproto/xproto_xineramaproto.mk
index bca3c8f..a73e5ec 100644
--- a/package/x11r7/xproto_xineramaproto/xproto_xineramaproto.mk
+++ b/package/x11r7/xproto_xineramaproto/xproto_xineramaproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_XINERAMAPROTO_VERSION = 1.2
+XPROTO_XINERAMAPROTO_VERSION = 1.2.1
XPROTO_XINERAMAPROTO_SOURCE = xineramaproto-$(XPROTO_XINERAMAPROTO_VERSION).tar.bz2
XPROTO_XINERAMAPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XINERAMAPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 37/63] xproto_xf86vidmodeproto: version bump to 2.3.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (35 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 36/63] xproto_xineramaproto: version bumpt to 1.2.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 38/63] xproto_xf86driproto: version bump to 2.1.1 Allan W. Nielsen
` (27 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xproto_xf86vidmodeproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_xf86vidmodeproto/xproto_xf86vidmodeproto.mk b/package/x11r7/xproto_xf86vidmodeproto/xproto_xf86vidmodeproto.mk
index c3f3fe5..e235ead 100644
--- a/package/x11r7/xproto_xf86vidmodeproto/xproto_xf86vidmodeproto.mk
+++ b/package/x11r7/xproto_xf86vidmodeproto/xproto_xf86vidmodeproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_XF86VIDMODEPROTO_VERSION = 2.3
+XPROTO_XF86VIDMODEPROTO_VERSION = 2.3.1
XPROTO_XF86VIDMODEPROTO_SOURCE = xf86vidmodeproto-$(XPROTO_XF86VIDMODEPROTO_VERSION).tar.bz2
XPROTO_XF86VIDMODEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XF86VIDMODEPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 38/63] xproto_xf86driproto: version bump to 2.1.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (36 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 37/63] xproto_xf86vidmodeproto: version bump to 2.3.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 39/63] xproto_xextproto: version bump to 7.2.0 Allan W. Nielsen
` (26 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xproto_xf86driproto/xproto_xf86driproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_xf86driproto/xproto_xf86driproto.mk b/package/x11r7/xproto_xf86driproto/xproto_xf86driproto.mk
index 4c37fa1..efd91cf 100644
--- a/package/x11r7/xproto_xf86driproto/xproto_xf86driproto.mk
+++ b/package/x11r7/xproto_xf86driproto/xproto_xf86driproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_XF86DRIPROTO_VERSION = 2.1.0
+XPROTO_XF86DRIPROTO_VERSION = 2.1.1
XPROTO_XF86DRIPROTO_SOURCE = xf86driproto-$(XPROTO_XF86DRIPROTO_VERSION).tar.bz2
XPROTO_XF86DRIPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XF86DRIPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 39/63] xproto_xextproto: version bump to 7.2.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (37 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 38/63] xproto_xf86driproto: version bump to 2.1.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 40/63] xproto_xcmiscproto: version bump to 1.2.1 Allan W. Nielsen
` (25 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xproto_xextproto/xproto_xextproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_xextproto/xproto_xextproto.mk b/package/x11r7/xproto_xextproto/xproto_xextproto.mk
index 1fd39c9..2be3ac2 100644
--- a/package/x11r7/xproto_xextproto/xproto_xextproto.mk
+++ b/package/x11r7/xproto_xextproto/xproto_xextproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_XEXTPROTO_VERSION = 7.1.1
+XPROTO_XEXTPROTO_VERSION = 7.2.0
XPROTO_XEXTPROTO_SOURCE = xextproto-$(XPROTO_XEXTPROTO_VERSION).tar.bz2
XPROTO_XEXTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XEXTPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 40/63] xproto_xcmiscproto: version bump to 1.2.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (38 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 39/63] xproto_xextproto: version bump to 7.2.0 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 41/63] xproto_videoproto: version bump to 2.3.1 Allan W. Nielsen
` (24 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk b/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
index 1846f20..99a0ef0 100644
--- a/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
+++ b/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_XCMISCPROTO_VERSION = 1.2.0
+XPROTO_XCMISCPROTO_VERSION = 1.2.1
XPROTO_XCMISCPROTO_SOURCE = xcmiscproto-$(XPROTO_XCMISCPROTO_VERSION).tar.bz2
XPROTO_XCMISCPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XCMISCPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 41/63] xproto_videoproto: version bump to 2.3.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (39 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 40/63] xproto_xcmiscproto: version bump to 1.2.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 42/63] xproto_scrnsaverproto: version bump to 1.2.1 Allan W. Nielsen
` (23 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_videoproto/xproto_videoproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_videoproto/xproto_videoproto.mk b/package/x11r7/xproto_videoproto/xproto_videoproto.mk
index 3b98370..6f0d55d 100644
--- a/package/x11r7/xproto_videoproto/xproto_videoproto.mk
+++ b/package/x11r7/xproto_videoproto/xproto_videoproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_VIDEOPROTO_VERSION = 2.3.0
+XPROTO_VIDEOPROTO_VERSION = 2.3.1
XPROTO_VIDEOPROTO_SOURCE = videoproto-$(XPROTO_VIDEOPROTO_VERSION).tar.bz2
XPROTO_VIDEOPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_VIDEOPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 42/63] xproto_scrnsaverproto: version bump to 1.2.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (40 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 41/63] xproto_videoproto: version bump to 2.3.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 43/63] xproto_resourceproto: version bump to 1.1.1 Allan W. Nielsen
` (22 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xproto_scrnsaverproto/xproto_scrnsaverproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_scrnsaverproto/xproto_scrnsaverproto.mk b/package/x11r7/xproto_scrnsaverproto/xproto_scrnsaverproto.mk
index f7f53e6..6635624 100644
--- a/package/x11r7/xproto_scrnsaverproto/xproto_scrnsaverproto.mk
+++ b/package/x11r7/xproto_scrnsaverproto/xproto_scrnsaverproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_SCRNSAVERPROTO_VERSION = 1.2.0
+XPROTO_SCRNSAVERPROTO_VERSION = 1.2.1
XPROTO_SCRNSAVERPROTO_SOURCE = scrnsaverproto-$(XPROTO_SCRNSAVERPROTO_VERSION).tar.bz2
XPROTO_SCRNSAVERPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_SCRNSAVERPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 43/63] xproto_resourceproto: version bump to 1.1.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (41 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 42/63] xproto_scrnsaverproto: version bump to 1.2.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 44/63] xproto_renderproto: version bump to 0.11.1 Allan W. Nielsen
` (21 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xproto_resourceproto/xproto_resourceproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_resourceproto/xproto_resourceproto.mk b/package/x11r7/xproto_resourceproto/xproto_resourceproto.mk
index c5e0d47..7b5f0ca 100644
--- a/package/x11r7/xproto_resourceproto/xproto_resourceproto.mk
+++ b/package/x11r7/xproto_resourceproto/xproto_resourceproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_RESOURCEPROTO_VERSION = 1.1.0
+XPROTO_RESOURCEPROTO_VERSION = 1.1.1
XPROTO_RESOURCEPROTO_SOURCE = resourceproto-$(XPROTO_RESOURCEPROTO_VERSION).tar.bz2
XPROTO_RESOURCEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_RESOURCEPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 44/63] xproto_renderproto: version bump to 0.11.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (42 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 43/63] xproto_resourceproto: version bump to 1.1.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 45/63] xproto_randrproto: version bump to 1.3.2 Allan W. Nielsen
` (20 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_renderproto/xproto_renderproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_renderproto/xproto_renderproto.mk b/package/x11r7/xproto_renderproto/xproto_renderproto.mk
index 1763efd..f58cf3a 100644
--- a/package/x11r7/xproto_renderproto/xproto_renderproto.mk
+++ b/package/x11r7/xproto_renderproto/xproto_renderproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_RENDERPROTO_VERSION = 0.11
+XPROTO_RENDERPROTO_VERSION = 0.11.1
XPROTO_RENDERPROTO_SOURCE = renderproto-$(XPROTO_RENDERPROTO_VERSION).tar.bz2
XPROTO_RENDERPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_RENDERPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 45/63] xproto_randrproto: version bump to 1.3.2
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (43 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 44/63] xproto_renderproto: version bump to 0.11.1 Allan W. Nielsen
@ 2011-04-06 10:03 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 46/63] xproto_printproto: version bump to 1.0.5 Allan W. Nielsen
` (19 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_randrproto/xproto_randrproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_randrproto/xproto_randrproto.mk b/package/x11r7/xproto_randrproto/xproto_randrproto.mk
index e6befea..ff06541 100644
--- a/package/x11r7/xproto_randrproto/xproto_randrproto.mk
+++ b/package/x11r7/xproto_randrproto/xproto_randrproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_RANDRPROTO_VERSION = 1.3.1
+XPROTO_RANDRPROTO_VERSION = 1.3.2
XPROTO_RANDRPROTO_SOURCE = randrproto-$(XPROTO_RANDRPROTO_VERSION).tar.bz2
XPROTO_RANDRPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_RANDRPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 46/63] xproto_printproto: version bump to 1.0.5
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (44 preceding siblings ...)
2011-04-06 10:03 ` [Buildroot] [PATCH 45/63] xproto_randrproto: version bump to 1.3.2 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 47/63] xproto_kbproto: " Allan W. Nielsen
` (18 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_printproto/xproto_printproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_printproto/xproto_printproto.mk b/package/x11r7/xproto_printproto/xproto_printproto.mk
index c06c5c3..04f8c0d 100644
--- a/package/x11r7/xproto_printproto/xproto_printproto.mk
+++ b/package/x11r7/xproto_printproto/xproto_printproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_PRINTPROTO_VERSION = 1.0.3
+XPROTO_PRINTPROTO_VERSION = 1.0.5
XPROTO_PRINTPROTO_SOURCE = printproto-$(XPROTO_PRINTPROTO_VERSION).tar.bz2
XPROTO_PRINTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_PRINTPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 47/63] xproto_kbproto: version bump to 1.0.5
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (45 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 46/63] xproto_printproto: version bump to 1.0.5 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 48/63] xproto_inputproto: version bump to 2.0.1 Allan W. Nielsen
` (17 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xproto_kbproto/xproto_kbproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_kbproto/xproto_kbproto.mk b/package/x11r7/xproto_kbproto/xproto_kbproto.mk
index ecdabf1..eb7f9cc 100644
--- a/package/x11r7/xproto_kbproto/xproto_kbproto.mk
+++ b/package/x11r7/xproto_kbproto/xproto_kbproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_KBPROTO_VERSION = 1.0.4
+XPROTO_KBPROTO_VERSION = 1.0.5
XPROTO_KBPROTO_SOURCE = kbproto-$(XPROTO_KBPROTO_VERSION).tar.bz2
XPROTO_KBPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_KBPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 48/63] xproto_inputproto: version bump to 2.0.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (46 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 47/63] xproto_kbproto: " Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 49/63] xproto_glproto: version bump to 1.4.12 Allan W. Nielsen
` (16 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_inputproto/xproto_inputproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_inputproto/xproto_inputproto.mk b/package/x11r7/xproto_inputproto/xproto_inputproto.mk
index 825ebed..d560c23 100644
--- a/package/x11r7/xproto_inputproto/xproto_inputproto.mk
+++ b/package/x11r7/xproto_inputproto/xproto_inputproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_INPUTPROTO_VERSION = 2.0
+XPROTO_INPUTPROTO_VERSION = 2.0.1
XPROTO_INPUTPROTO_SOURCE = inputproto-$(XPROTO_INPUTPROTO_VERSION).tar.bz2
XPROTO_INPUTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_INPUTPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 49/63] xproto_glproto: version bump to 1.4.12
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (47 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 48/63] xproto_inputproto: version bump to 2.0.1 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 50/63] xproto_fontsproto: verison bump to 2.1.1 Allan W. Nielsen
` (15 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xproto_glproto/xproto_glproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_glproto/xproto_glproto.mk b/package/x11r7/xproto_glproto/xproto_glproto.mk
index 98c6b2f..d2ecd13 100644
--- a/package/x11r7/xproto_glproto/xproto_glproto.mk
+++ b/package/x11r7/xproto_glproto/xproto_glproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_GLPROTO_VERSION = 1.4.10
+XPROTO_GLPROTO_VERSION = 1.4.12
XPROTO_GLPROTO_SOURCE = glproto-$(XPROTO_GLPROTO_VERSION).tar.bz2
XPROTO_GLPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_GLPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 50/63] xproto_fontsproto: verison bump to 2.1.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (48 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 49/63] xproto_glproto: version bump to 1.4.12 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 51/63] xproto_fixesproto: version bump to 5.0 Allan W. Nielsen
` (14 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_fontsproto/xproto_fontsproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_fontsproto/xproto_fontsproto.mk b/package/x11r7/xproto_fontsproto/xproto_fontsproto.mk
index 5e2a64a..f51d3fb 100644
--- a/package/x11r7/xproto_fontsproto/xproto_fontsproto.mk
+++ b/package/x11r7/xproto_fontsproto/xproto_fontsproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_FONTSPROTO_VERSION = 2.1.0
+XPROTO_FONTSPROTO_VERSION = 2.1.1
XPROTO_FONTSPROTO_SOURCE = fontsproto-$(XPROTO_FONTSPROTO_VERSION).tar.bz2
XPROTO_FONTSPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_FONTSPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 51/63] xproto_fixesproto: version bump to 5.0
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (49 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 50/63] xproto_fontsproto: verison bump to 2.1.1 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 52/63] xproto_dmxproto: version bump to 2.3.1 Allan W. Nielsen
` (13 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_fixesproto/xproto_fixesproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_fixesproto/xproto_fixesproto.mk b/package/x11r7/xproto_fixesproto/xproto_fixesproto.mk
index 1395e0c..ba4be83 100644
--- a/package/x11r7/xproto_fixesproto/xproto_fixesproto.mk
+++ b/package/x11r7/xproto_fixesproto/xproto_fixesproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_FIXESPROTO_VERSION = 4.1.1
+XPROTO_FIXESPROTO_VERSION = 5.0
XPROTO_FIXESPROTO_SOURCE = fixesproto-$(XPROTO_FIXESPROTO_VERSION).tar.bz2
XPROTO_FIXESPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_FIXESPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 52/63] xproto_dmxproto: version bump to 2.3.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (50 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 51/63] xproto_fixesproto: version bump to 5.0 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 53/63] xproto_damageproto: version bump to 1.2.1 Allan W. Nielsen
` (12 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xproto_dmxproto/xproto_dmxproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_dmxproto/xproto_dmxproto.mk b/package/x11r7/xproto_dmxproto/xproto_dmxproto.mk
index ff31e7e..d0f3f38 100644
--- a/package/x11r7/xproto_dmxproto/xproto_dmxproto.mk
+++ b/package/x11r7/xproto_dmxproto/xproto_dmxproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_DMXPROTO_VERSION = 2.3
+XPROTO_DMXPROTO_VERSION = 2.3.1
XPROTO_DMXPROTO_SOURCE = dmxproto-$(XPROTO_DMXPROTO_VERSION).tar.bz2
XPROTO_DMXPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_DMXPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 53/63] xproto_damageproto: version bump to 1.2.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (51 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 52/63] xproto_dmxproto: version bump to 2.3.1 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 54/63] xproto_compositeproto: version bump to 0.4.2 Allan W. Nielsen
` (11 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../x11r7/xproto_damageproto/xproto_damageproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_damageproto/xproto_damageproto.mk b/package/x11r7/xproto_damageproto/xproto_damageproto.mk
index a2f8c71..b1a77a7 100644
--- a/package/x11r7/xproto_damageproto/xproto_damageproto.mk
+++ b/package/x11r7/xproto_damageproto/xproto_damageproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_DAMAGEPROTO_VERSION = 1.2.0
+XPROTO_DAMAGEPROTO_VERSION = 1.2.1
XPROTO_DAMAGEPROTO_SOURCE = damageproto-$(XPROTO_DAMAGEPROTO_VERSION).tar.bz2
XPROTO_DAMAGEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_DAMAGEPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 54/63] xproto_compositeproto: version bump to 0.4.2
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (52 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 53/63] xproto_damageproto: version bump to 1.2.1 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 55/63] xproto_bigreqsproto: version bump to 1.1.1 Allan W. Nielsen
` (10 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xproto_compositeproto/xproto_compositeproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_compositeproto/xproto_compositeproto.mk b/package/x11r7/xproto_compositeproto/xproto_compositeproto.mk
index b176b69..4579dd4 100644
--- a/package/x11r7/xproto_compositeproto/xproto_compositeproto.mk
+++ b/package/x11r7/xproto_compositeproto/xproto_compositeproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_COMPOSITEPROTO_VERSION = 0.4.1
+XPROTO_COMPOSITEPROTO_VERSION = 0.4.2
XPROTO_COMPOSITEPROTO_SOURCE = compositeproto-$(XPROTO_COMPOSITEPROTO_VERSION).tar.bz2
XPROTO_COMPOSITEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_COMPOSITEPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 55/63] xproto_bigreqsproto: version bump to 1.1.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (53 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 54/63] xproto_compositeproto: version bump to 0.4.2 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 56/63] xutil_util-macros: version bump to 1.11.0 and xutil_util-macros-1.3.0.patch deleted Allan W. Nielsen
` (9 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xproto_bigreqsproto/xproto_bigreqsproto.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xproto_bigreqsproto/xproto_bigreqsproto.mk b/package/x11r7/xproto_bigreqsproto/xproto_bigreqsproto.mk
index 7ae7795..9d0a132 100644
--- a/package/x11r7/xproto_bigreqsproto/xproto_bigreqsproto.mk
+++ b/package/x11r7/xproto_bigreqsproto/xproto_bigreqsproto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XPROTO_BIGREQSPROTO_VERSION = 1.1.0
+XPROTO_BIGREQSPROTO_VERSION = 1.1.1
XPROTO_BIGREQSPROTO_SOURCE = bigreqsproto-$(XPROTO_BIGREQSPROTO_VERSION).tar.bz2
XPROTO_BIGREQSPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_BIGREQSPROTO_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 56/63] xutil_util-macros: version bump to 1.11.0 and xutil_util-macros-1.3.0.patch deleted
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (54 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 55/63] xproto_bigreqsproto: version bump to 1.1.1 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 57/63] mesa3d: version bump to 7.10.1 Allan W. Nielsen
` (8 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xutil_util-macros-1.3.0.patch | 9 ---------
.../x11r7/xutil_util-macros/xutil_util-macros.mk | 2 +-
2 files changed, 1 insertions(+), 10 deletions(-)
delete mode 100644 package/x11r7/xutil_util-macros/xutil_util-macros-1.3.0.patch
diff --git a/package/x11r7/xutil_util-macros/xutil_util-macros-1.3.0.patch b/package/x11r7/xutil_util-macros/xutil_util-macros-1.3.0.patch
deleted file mode 100644
index de3ff01..0000000
--- a/package/x11r7/xutil_util-macros/xutil_util-macros-1.3.0.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- xutil_util-macros-1.3.0/xorg-macros.m4.in.orig 2010-01-23 19:23:30.306334212 +0200
-+++ xutil_util-macros-1.3.0/xorg-macros.m4.in 2010-01-23 19:25:03.462333685 +0200
-@@ -499,3 +499,6 @@ XORG_RELEASE_VERSION
- XORG_CHANGELOG
- XORG_MANPAGE_SECTIONS
- ]) # XORG_DEFAULT_OPTIONS
-+
-+# Buildroot stuff
-+AC_SUBST(STAGING_DIR)
diff --git a/package/x11r7/xutil_util-macros/xutil_util-macros.mk b/package/x11r7/xutil_util-macros/xutil_util-macros.mk
index b600a46..167cbe9 100644
--- a/package/x11r7/xutil_util-macros/xutil_util-macros.mk
+++ b/package/x11r7/xutil_util-macros/xutil_util-macros.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XUTIL_UTIL_MACROS_VERSION = 1.3.0
+XUTIL_UTIL_MACROS_VERSION = 1.11.0
XUTIL_UTIL_MACROS_SOURCE = util-macros-$(XUTIL_UTIL_MACROS_VERSION).tar.bz2
XUTIL_UTIL_MACROS_SITE = http://xorg.freedesktop.org/releases/individual/util
XUTIL_UTIL_MACROS_AUTORECONF = NO
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 57/63] mesa3d: version bump to 7.10.1
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (55 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 56/63] xutil_util-macros: version bump to 1.11.0 and xutil_util-macros-1.3.0.patch deleted Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 58/63] xfont_encodings: version bump to 1.0.4 and add --with-fontrootdir option Allan W. Nielsen
` (7 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/mesa3d/mesa3d.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/mesa3d/mesa3d.mk b/package/x11r7/mesa3d/mesa3d.mk
index cb0690d..053efaa 100644
--- a/package/x11r7/mesa3d/mesa3d.mk
+++ b/package/x11r7/mesa3d/mesa3d.mk
@@ -3,7 +3,7 @@
# mesa3d
#
#############################################################
-MESA3D_VERSION:=7.6.1
+MESA3D_VERSION:=7.10.1
MESA3D_SOURCE:=MesaLib-$(MESA3D_VERSION).tar.gz
MESA3D_SITE:=ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 58/63] xfont_encodings: version bump to 1.0.4 and add --with-fontrootdir option
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (56 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 57/63] mesa3d: version bump to 7.10.1 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 59/63] libxcb: version bump to 1.7 Allan W. Nielsen
` (6 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xfont_encodings/xfont_encodings.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/xfont_encodings/xfont_encodings.mk b/package/x11r7/xfont_encodings/xfont_encodings.mk
index ed94e49..3d66dd6 100644
--- a/package/x11r7/xfont_encodings/xfont_encodings.mk
+++ b/package/x11r7/xfont_encodings/xfont_encodings.mk
@@ -4,13 +4,15 @@
#
################################################################################
-XFONT_ENCODINGS_VERSION = 1.0.3
+XFONT_ENCODINGS_VERSION = 1.0.4
XFONT_ENCODINGS_SOURCE = encodings-$(XFONT_ENCODINGS_VERSION).tar.bz2
XFONT_ENCODINGS_SITE = http://xorg.freedesktop.org/releases/individual/font
XFONT_ENCODINGS_AUTORECONF = NO
XFONT_ENCODINGS_MAKE_OPT =
XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale
HOST_XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale
+HOST_XFONT_ENCODINGS_CONF_OPT += --with-fontrootdir=$(HOST_DIR)/usr/share/fonts
$(eval $(call AUTOTARGETS,package/x11r7,xfont_encodings))
$(eval $(call AUTOTARGETS,package/x11r7,xfont_encodings,host))
+
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 59/63] libxcb: version bump to 1.7
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (57 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 58/63] xfont_encodings: version bump to 1.0.4 and add --with-fontrootdir option Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 60/63] xdriver_xf86-video-ati: version bump to 6.14.1 and removed cross-compile patch Allan W. Nielsen
` (5 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/libxcb/libxcb.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index a3c87d1..8bf6200 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -3,7 +3,7 @@
# libxcb
#
#############################################################
-LIBXCB_VERSION = 1.5
+LIBXCB_VERSION = 1.7
LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.bz2
LIBXCB_SITE = http://xcb.freedesktop.org/dist/
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 60/63] xdriver_xf86-video-ati: version bump to 6.14.1 and removed cross-compile patch
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (58 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 59/63] libxcb: version bump to 1.7 Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 61/63] libdrm: upgraded to version 2.4.23 and added udev as dependency Allan W. Nielsen
` (4 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
.../xdriver_xf86-video-ati-cross-compile.patch | 27 --------------------
.../xdriver_xf86-video-ati.mk | 2 +-
2 files changed, 1 insertions(+), 28 deletions(-)
delete mode 100644 package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati-cross-compile.patch
diff --git a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati-cross-compile.patch b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati-cross-compile.patch
deleted file mode 100644
index d276176..0000000
--- a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati-cross-compile.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/configure.ac 2008-06-23 10:39:28.000000000 -0400
-+++ b/configure.ac 2008-06-23 10:40:46.000000000 -0400
-@@ -85,14 +85,20 @@ sdkdir=$(pkg-config --variable=sdkdir xo
- AC_HEADER_STDC
-
- if test "$DRI" != no; then
-- AC_CHECK_FILE([${sdkdir}/dri.h],
-+ if test "$cross_compiling" = "no" ; then
-+ AC_CHECK_FILE([${sdkdir}/dri.h],
- [have_dri_h="yes"], [have_dri_h="no"])
-- AC_CHECK_FILE([${sdkdir}/sarea.h],
-+ AC_CHECK_FILE([${sdkdir}/sarea.h],
- [have_sarea_h="yes"], [have_sarea_h="no"])
-- AC_CHECK_FILE([${sdkdir}/dristruct.h],
-+ AC_CHECK_FILE([${sdkdir}/dristruct.h],
- [have_dristruct_h="yes"], [have_dristruct_h="no"])
-- AC_CHECK_FILE([${sdkdir}/damage.h],
-+ AC_CHECK_FILE([${sdkdir}/damage.h],
- [have_damage_h="yes"], [have_damage_h="no"])
-+ else
-+ have_dri_h="yes"
-+ have_sarea_h="yes"
-+ have_dristruct_h="yes"
-+ fi
- fi
-
- AC_MSG_CHECKING([whether to include DRI support])
diff --git a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
index 8a5a1d0..1d5fb56 100644
--- a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
+++ b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XDRIVER_XF86_VIDEO_ATI_VERSION = 6.12.4
+XDRIVER_XF86_VIDEO_ATI_VERSION = 6.14.1
XDRIVER_XF86_VIDEO_ATI_SOURCE = xf86-video-ati-$(XDRIVER_XF86_VIDEO_ATI_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_ATI_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_ATI_AUTORECONF = YES
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 61/63] libdrm: upgraded to version 2.4.23 and added udev as dependency
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (59 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 60/63] xdriver_xf86-video-ati: version bump to 6.14.1 and removed cross-compile patch Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 62/63] xserver_xorg-server: dependency to udev added Allan W. Nielsen
` (3 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/libdrm/Config.in | 1 +
package/libdrm/libdrm.mk | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index d68f9d5..3df22e0 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBDRM
bool "libdrm"
depends on BR2_PACKAGE_XORG7
depends on BR2_LARGEFILE
+ select BR2_PACKAGE_UDEV
select BR2_PACKAGE_XPROTO_GLPROTO
select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
select BR2_PACKAGE_XLIB_LIBXXF86VM
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index fe7a46f..a013e5d 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -3,12 +3,12 @@
# libdrm
#
#############################################################
-LIBDRM_VERSION = 2.4.19
+LIBDRM_VERSION = 2.4.23
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
LIBDRM_SITE = http://dri.freedesktop.org/libdrm/
LIBDRM_INSTALL_STAGING = YES
-LIBDRM_DEPENDENCIES = xproto_glproto xproto_xf86vidmodeproto xlib_libXxf86vm xlib_libXmu xproto_dri2proto pthread-stubs
+LIBDRM_DEPENDENCIES = xproto_glproto xproto_xf86vidmodeproto xlib_libXxf86vm xlib_libXmu xproto_dri2proto pthread-stubs udev
ifeq ($(BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL),y)
LIBDRM_CONF_OPT += --enable-intel
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 62/63] xserver_xorg-server: dependency to udev added
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (60 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 61/63] libdrm: upgraded to version 2.4.23 and added udev as dependency Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 63/63] udev: upgraded to version 151 Allan W. Nielsen
` (2 subsequent siblings)
64 siblings, 0 replies; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/x11r7/xserver_xorg-server/Config.in | 1 +
.../xserver_xorg-server/xserver_xorg-server.mk | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in
index ddc03c6..ba72efc 100644
--- a/package/x11r7/xserver_xorg-server/Config.in
+++ b/package/x11r7/xserver_xorg-server/Config.in
@@ -48,6 +48,7 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XUTIL_UTIL_MACROS
select BR2_PACKAGE_XKEYBOARD_CONFIG
+ select BR2_PACKAGE_UDEV
depends on !BR2_avr32
help
xorg-server 1.7.5
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
index 0311483..7eade57 100644
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XSERVER_XORG_SERVER_VERSION = 1.7.5
+XSERVER_XORG_SERVER_VERSION = 1.9.4
XSERVER_XORG_SERVER_SOURCE = xorg-server-$(XSERVER_XORG_SERVER_VERSION).tar.bz2
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_SERVER_MAKE = $(MAKE1) # make install fails with parallel make
@@ -54,7 +54,8 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
xkeyboard-config \
pixman \
openssl \
- mcookie
+ mcookie \
+ udev
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
--disable-xnest --disable-xephyr --disable-xvfb \
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 63/63] udev: upgraded to version 151
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (61 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 62/63] xserver_xorg-server: dependency to udev added Allan W. Nielsen
@ 2011-04-06 10:04 ` Allan W. Nielsen
2011-04-06 13:32 ` Thomas Petazzoni
2011-04-07 6:10 ` [Buildroot] Upgrade of the Xorg-server to newest version Patryk Benderz
2012-09-22 19:39 ` Peter Korsgaard
64 siblings, 1 reply; 68+ messages in thread
From: Allan W. Nielsen @ 2011-04-06 10:04 UTC (permalink / raw)
To: buildroot
- Changed udev.mk to use autotargets
- removed the volume_id library
Signed-off-by: Allan W. Nielsen <a@awn.dk>
---
package/udev/Config.in | 21 ++----
package/udev/S10udev | 49 +++++++++----
package/udev/libvolume_id.la.tmpl | 35 ---------
package/udev/udev.mk | 138 ++++++++++---------------------------
4 files changed, 77 insertions(+), 166 deletions(-)
delete mode 100644 package/udev/libvolume_id.la.tmpl
diff --git a/package/udev/Config.in b/package/udev/Config.in
index 6438d4f..c0349e7 100644
--- a/package/udev/Config.in
+++ b/package/udev/Config.in
@@ -5,37 +5,30 @@ config BR2_PACKAGE_UDEV
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
-config BR2_PACKAGE_UDEV_UTILS
- bool "udev-utils"
- depends on BR2_PACKAGE_UDEV
- help
- Adds the udevmonitor, udevinfo, and udevtest binaries
- to your filesystem.
-
menu "Extra udev tools"
depends on BR2_PACKAGE_UDEV
-config BR2_PACKAGE_UDEV_VOLUME_ID
- bool "udev-libvolume_id"
+config BR2_PACKAGE_UDEV_USB_ID
+ bool "udev-scsi_id"
depends on BR2_PACKAGE_UDEV
help
- Build and install volume identification library.
+ Build and install USB identification tool.
config BR2_PACKAGE_UDEV_SCSI_ID
bool "udev-scsi_id"
- depends on BR2_PACKAGE_UDEV_VOLUME_ID
+ depends on BR2_PACKAGE_UDEV
help
- Build and install SCSI disk identification library.
+ Build and install SCSI disk identification tool.
config BR2_PACKAGE_UDEV_PATH_ID
bool "udev-path_id"
- depends on BR2_PACKAGE_UDEV_VOLUME_ID
+ depends on BR2_PACKAGE_UDEV
help
Install udev's unique device path generation program path_id.
config BR2_PACKAGE_UDEV_FIRMWARE_SH
bool "udev-firmware_sh"
- depends on BR2_PACKAGE_UDEV_VOLUME_ID
+ depends on BR2_PACKAGE_UDEV
help
Install udev's firmware loading script firmware.sh.
endmenu
diff --git a/package/udev/S10udev b/package/udev/S10udev
index 6418f63..be5f9a2 100755
--- a/package/udev/S10udev
+++ b/package/udev/S10udev
@@ -1,8 +1,6 @@
#!/bin/sh
#
-# udev This is a minimal non-LSB version of a UDEV startup script. It
-# was derived by stripping down the udev-058 LSB version for use
-# with buildroot on embedded hardware using Linux 2.6.12+ kernels.
+# udev This is a port of the Gentoo init script for udev.
#
# You may need to customize this for your system's resource limits
# (including startup time!) and administration. For example, if
@@ -23,10 +21,10 @@ case $(uname -r) in
esac
# Check for missing binaries
-UDEV_BIN=/sbin/udevd
+UDEV_BIN=/usr/sbin/udevd
test -x $UDEV_BIN || exit 5
-UDEVSTART_BIN=/sbin/udevstart
-test -x $UDEVSTART_BIN || exit 5
+UDEV_ADM=/usr/sbin/udevadm
+test -x $UDEV_ADM || exit 5
# Check for config file and read it
UDEV_CONFIG=/etc/udev/udev.conf
@@ -36,16 +34,32 @@ test -r $UDEV_CONFIG || exit 6
# Directory where sysfs is mounted
SYSFS_DIR=/sys
+# default value for udev_root
+if [ -z "$udev_root" ]
+then
+ udev_root=/dev
+fi
+
+# default value for udev_settle_timeout
+if [ -z "$udev_settle_timeout" ]
+then
+ udev_settle_timeout=60
+fi
+
case "$1" in
start)
+ echo "1>>>>>>>>>>>>>>>>>"
+ ps |grep udev
+ echo "1<<<<<<<<<<<<<<<<<"
+
# mount sysfs if it's not yet mounted
if [ ! -d $SYSFS_DIR ]; then
echo "${0}: SYSFS_DIR \"$SYSFS_DIR\" not found"
exit 1
fi
grep -q "^sysfs $SYSFS_DIR" /proc/mounts ||
- mount -t sysfs /sys /sys ||
- exit 1
+ mount -t sysfs $SYSFS_DIR $SYSFS_DIR ||
+ (echo "Failed to mount $SYSFS_DIR" && exit 1)
# mount $udev_root as ramfs if it's not yet mounted
# we know 2.6 kernels always support ramfs
@@ -54,25 +68,30 @@ case "$1" in
exit 1
fi
grep -q "^udev $udev_root" /proc/mounts ||
- mount -t ramfs udev $udev_root ||
- exit 1
+ mount -t ramfs udev $udev_root || (echo "Failed to mount $udev_root" && exit 1)
mkdir $udev_root/pts $udev_root/shm
+ mount -t devpts $udev_root/pts $udev_root/pts || (echo "Failed to mount $udev_root/pts" && exit 1)
+
mknod -m 0666 /dev/null c 1 3
mknod -m 0666 /dev/zero c 1 5
mknod -m 0600 /dev/console c 5 1
- # populate /dev (normally)
+ # populate /dev
echo -n "Populating $udev_root using udev: "
- echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
+ echo "" >/proc/sys/kernel/hotplug
$UDEV_BIN -d || (echo "FAIL" && exit 1)
- $UDEVSTART_BIN || (echo "FAIL" && exit 1)
- mount -t devpts /dev/pts /dev/pts || (echo "FAIL" && exit 1)
+ $UDEV_ADM control --property=STARTUP=1
+ $UDEV_ADM trigger --action="add"
+ $UDEV_ADM settle --timeout=$udev_settle_timeout
+ $UDEV_ADM control --property=do_not_run_plug_service=
+ $UDEV_ADM control --property=STARTUP=
+
echo "done"
;;
stop)
# Stop execution of events
- udevcontrol stop_exec_queue
+ $UDEV_ADM control --stop_exec_queue
killall udevd
;;
*)
diff --git a/package/udev/libvolume_id.la.tmpl b/package/udev/libvolume_id.la.tmpl
deleted file mode 100644
index 725628b..0000000
--- a/package/udev/libvolume_id.la.tmpl
+++ /dev/null
@@ -1,35 +0,0 @@
-# libvolume_id.la - a libtool library file
-# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# The name that we can dlopen(3).
-dlname='libvolume_id.so.REPLACE_CURRENT'
-
-# Names of this library.
-library_names='libvolume_id.so.REPLACE_CURRENT.REPLACE_AGE.REPLACE_REVISION libvolume_id.so.REPLACE_CURRENT libvolume_id.so'
-
-# The name of the static archive.
-old_library='libvolume_id.a'
-
-# Libraries that this one depends upon.
-dependency_libs=' -lc'
-
-# Version information for libvolume_id.
-current=REPLACE_CURRENT
-age=REPLACE_AGE
-revision=REPLACE_REVISION
-
-# Is this an already installed library?
-installed=yes
-
-# Should we warn about portability when linking against -modules?
-shouldnotlink=no
-
-# Files to dlopen/dlpreopen
-dlopen=''
-dlpreopen=''
-
-# Directory that this library needs to be installed in:
-libdir='REPLACE_LIB_DIR'
diff --git a/package/udev/udev.mk b/package/udev/udev.mk
index 4b61ce4..f3bfb66 100644
--- a/package/udev/udev.mk
+++ b/package/udev/udev.mk
@@ -3,30 +3,24 @@
# udev
#
#############################################################
-UDEV_VERSION:=114
-UDEV_VOLUME_ID_CURRENT:=0
-UDEV_VOLUME_ID_AGE:=79
-UDEV_VOLUME_ID_REVISION:=0
-UDEV_VOLUME_ID_VERSION:=$(UDEV_VOLUME_ID_CURRENT).$(UDEV_VOLUME_ID_AGE).$(UDEV_VOLUME_ID_REVISION)
+UDEV_VERSION:=151
+UDEV_LIB_VERSION=0.6.1
UDEV_SOURCE:=udev-$(UDEV_VERSION).tar.bz2
UDEV_SITE:=$(BR2_KERNEL_MIRROR)/linux/utils/kernel/hotplug/
-UDEV_INSTALL_STAGING=YES
+UDEV_AUTORECONF = NO
+UDEV_INSTALL_STAGING = YES
-# 094 had _GNU_SOURCE set
-BR2_UDEV_CFLAGS:= -D_GNU_SOURCE $(TARGET_CFLAGS)
-ifeq ($(BR2_LARGEFILE),)
-BR2_UDEV_CFLAGS+=-U_FILE_OFFSET_BITS
-endif
+UDEV_INITSCRIPT=S10udev
-# UDEV_ROOT is /dev so we can replace devfs, not /udev for experiments
-UDEV_ROOT:=/dev
+#needs at last libacl
+UDEV_CONF_OPT += --disable-extras
+UDEV_CONF_OPT += --disable-introspection
UDEV_EXTRAS=
-ifeq ($(BR2_PACKAGE_UDEV_VOLUME_ID),y)
-UDEV_EXTRAS+=volume_id
-endif
ifeq ($(BR2_PACKAGE_UDEV_SCSI_ID),y)
UDEV_EXTRAS+=scsi_id
+endif
+ifeq ($(BR2_PACKAGE_UDEV_USB_ID),y)
UDEV_EXTRAS+=usb_id
endif
ifeq ($(BR2_PACKAGE_UDEV_PATH_ID),y)
@@ -36,99 +30,39 @@ ifeq ($(BR2_PACKAGE_UDEV_FIRMWARE_SH),y)
UDEV_EXTRAS+=firmware
endif
-UDEV_BUILD_EXTRAS=$(addprefix extras/,$(UDEV_EXTRAS))
-
-#
-# Build
-#
-define UDEV_BUILD_CMDS
- $(MAKE) CROSS_COMPILE=$(TARGET_CROSS) CC="$(TARGET_CC)" LD="$(TARGET_CC)"\
- CFLAGS="$(BR2_UDEV_CFLAGS)" \
- USE_LOG=false USE_SELINUX=false \
- udevdir=$(UDEV_ROOT) EXTRAS="$(UDEV_BUILD_EXTRAS)" -C $(@D)
-endef
-
-#
-# Staging installation
-#
-ifeq ($(BR2_PACKAGE_UDEV_VOLUME_ID),y)
-define UDEV_VOLUME_ID_STAGING_INSTALL_CMDS
- $(INSTALL) -m 0644 -D $(UDEV_DIR)/extras/volume_id/lib/libvolume_id.h $(STAGING_DIR)/usr/include/libvolume_id.h
- $(INSTALL) -m 0755 -D $(UDEV_DIR)/extras/volume_id/lib/libvolume_id.so.$(UDEV_VOLUME_ID_VERSION) $(STAGING_DIR)/lib/libvolume_id.so.$(UDEV_VOLUME_ID_VERSION)
- -ln -sf libvolume_id.so.$(UDEV_VOLUME_ID_VERSION) $(STAGING_DIR)/lib/libvolume_id.so.0
- -ln -sf libvolume_id.so.$(UDEV_VOLUME_ID_VERSION) $(STAGING_DIR)/lib/libvolume_id.so
- $(INSTALL) -m 0755 -D package/udev/libvolume_id.la.tmpl $(STAGING_DIR)/lib/libvolume_id.la
- $(SED) 's/REPLACE_CURRENT/$(UDEV_VOLUME_ID_CURRENT)/g' $(STAGING_DIR)/lib/libvolume_id.la
- $(SED) 's/REPLACE_AGE/$(UDEV_VOLUME_ID_AGE)/g' $(STAGING_DIR)/lib/libvolume_id.la
- $(SED) 's/REPLACE_REVISION/$(UDEV_VOLUME_ID_REVISION)/g' $(STAGING_DIR)/lib/libvolume_id.la
- $(SED) 's,REPLACE_LIB_DIR,$(STAGING_DIR)/usr/lib,g' $(STAGING_DIR)/lib/libvolume_id.la
-endef
-endif
-
-define UDEV_INSTALL_STAGING_CMDS
-$(UDEV_VOLUME_ID_STAGING_INSTALL_CMDS)
-endef
-
-#
-# Target installation
-#
-ifneq ($(BR2_PACKAGE_UDEV_UTILS),y)
-define UDEV_UTILS_REMOVAL
- rm -f $(TARGET_DIR)/usr/sbin/udevmonitor
- rm -f $(TARGET_DIR)/usr/bin/udevinfo
- rm -f $(TARGET_DIR)/usr/bin/udevtest
-endef
-endif
-
define UDEV_INSTALL_TARGET_CMDS
- mkdir -p $(TARGET_DIR)/sys
- $(MAKE) $(TARGET_CONFIGURE_OPTS) \
- DESTDIR=$(TARGET_DIR) \
- CFLAGS="$(BR2_UDEV_CFLAGS)" \
- LDFLAGS="-warn-common" \
- USE_LOG=false USE_SELINUX=false \
- udevdir=$(UDEV_ROOT) EXTRAS="$(UDEV_BUILD_EXTRAS)" -C $(@D) install
- $(INSTALL) -m 0755 -D package/udev/S10udev $(TARGET_DIR)/etc/init.d/S10udev
+ $(INSTALL) -m 0755 -D package/udev/$(UDEV_INITSCRIPT) $(TARGET_DIR)/etc/init.d/$(UDEV_INITSCRIPT)
+ $(INSTALL) -m 755 $(@D)/udev/udevd $(TARGET_DIR)/usr/sbin/udevd
+ $(INSTALL) -m 755 $(@D)/udev/udevadm $(TARGET_DIR)/usr/sbin/udevadm
+ $(INSTALL) -m 755 $(@D)/libudev/.libs/libudev.so.$(UDEV_LIB_VERSION) $(TARGET_DIR)/usr/lib/libudev.so.$(UDEV_LIB_VERSION)
+ -ln -sf libudev.so.$(UDEV_LIB_VERSION) $(TARGING_DIR)/usr/lib/libudev.so.0.6
+ -ln -sf libudev.so.$(UDEV_LIB_VERSION) $(TARGING_DIR)/usr/lib/libudev.so.0
+ -ln -sf libudev.so.$(UDEV_LIB_VERSION) $(TARGING_DIR)/usr/lib/libudev.so
+ $(INSTALL) -m 0755 -d $(TARGET_DIR)/etc/udev
+ $(INSTALL) -m 0644 $(@D)/udev.conf $(TARGET_DIR)/etc/udev/udev.conf
$(INSTALL) -m 0755 -d $(TARGET_DIR)/etc/udev/rules.d
- $(INSTALL) -m 0644 $(@D)/etc/udev/frugalware/* $(TARGET_DIR)/etc/udev/rules.d
- ( grep udev_root $(TARGET_DIR)/etc/udev/udev.conf > /dev/null 2>&1 || echo 'udev_root=/dev' >> $(TARGET_DIR)/etc/udev/udev.conf )
- install -m 0755 -D $(@D)/udevstart $(TARGET_DIR)/sbin/udevstart
- for i in $(TARGET_DIR)/sbin/udev* $(TARGET_DIR)/usr/bin/udev* ; do \
+ $(INSTALL) -m 0755 -d $(TARGET_DIR)/usr/libexec/rules.d
+ $(INSTALL) -m 0644 $(@D)/rules/rules.d/50-udev-default.rules $(TARGET_DIR)/usr/libexec/rules.d
+ $(INSTALL) -m 0644 $(@D)/rules/rules.d/95-udev-late.rules $(TARGET_DIR)/usr/libexec/rules.d
+
+ for i in $(TARGET_DIR)/usr/sbin/udev* $(TARGET_DIR)/usr/lib/libudev.so.$(UDEV_LIB_VERSION); do \
$(STRIPCMD) $(STRIP_STRIP_ALL) $$i ; \
done
- for i in scsi_id usb_id vol_id ; do \
- if test -e $(TARGET_DIR)/lib/udev/$$i ; then \
- $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/lib/udev/$$i ; \
- fi \
- done
- $(UDEV_UTILS_REMOVAL)
-endef
-
-#
-# Clean
-#
-define UDEV_CLEAN_CMDS
- -$(MAKE) EXTRAS="$(UDEV_BUILD_EXTRAS)" -C $(@D) clean
-endef
-#
-# Staging uninstall
-#
-define UDEV_UNINSTALL_STAGING_CMDS
- rm -f $(STAGING_DIR)/usr/include/libvolume_id.h
- rm -f $(STAGING_DIR)/lib/libvolume_id.so*
- rm -f $(STAGING_DIR)/lib/libvolume_id.la
+ for i in $(UDEV_EXTRAS) ; do \
+ $(INSTALL) -m 755 $(@D)/extras/$$i/$$i $(TARGET_DIR)/usr/bin/$$i \
+ $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/$$i; \
+ done
+
endef
-#
-# Target uninstall
-#
define UDEV_UNINSTALL_TARGET_CMDS
- rm -f $(TARGET_DIR)/etc/init.d/S10udev $(TARGET_DIR)/sbin/udev*
- rm -f $(TARGET_DIR)/usr/sbin/udevmonitor $(TARGET_DIR)/usr/bin/udev*
- rm -fr $(TARGET_DIR)/sys
- rm -f $(TARGET_DIR)/lib/libvolume_id.so.0*
- rm -rf $(TARGET_DIR)/lib/udev
+ rm -f $(TARGET_DIR)/etc/init.d/$(UDEV_INITSCRIPT)
+ rm -rf $(TARGET_DIR)/etc/udev
+ rm -rf $(TARGET_DIR)/usr/libexec/rules.d
+ rm -f $(TARGET_DIR)/usr/sbin/udevd
+ rm -f $(TARGET_DIR)/usr/sbin/udevadm
+ rm -f $(TAGING_DIR)/usr/lib/libudev.so*
endef
-$(eval $(call GENTARGETS,package,udev))
+$(eval $(call AUTOTARGETS,package,udev))
--
1.7.3.4
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [Buildroot] [PATCH 63/63] udev: upgraded to version 151
2011-04-06 10:04 ` [Buildroot] [PATCH 63/63] udev: upgraded to version 151 Allan W. Nielsen
@ 2011-04-06 13:32 ` Thomas Petazzoni
0 siblings, 0 replies; 68+ messages in thread
From: Thomas Petazzoni @ 2011-04-06 13:32 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 6 Apr 2011 12:04:17 +0200
"Allan W. Nielsen" <a@awn.dk> wrote:
> - Changed udev.mk to use autotargets
> - removed the volume_id library
>
> Signed-off-by: Allan W. Nielsen <a@awn.dk>
I have already merged in one of my branch a more recent version of udev
contributed by another Buildroot contributor, which I have further
bumped to udev 166.
This will be part of the set of changes adding "udisks" that I'm
currently working on.
Regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 68+ messages in thread
* [Buildroot] Upgrade of the Xorg-server to newest version
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (62 preceding siblings ...)
2011-04-06 10:04 ` [Buildroot] [PATCH 63/63] udev: upgraded to version 151 Allan W. Nielsen
@ 2011-04-07 6:10 ` Patryk Benderz
2011-04-07 6:35 ` Peter Korsgaard
2012-09-22 19:39 ` Peter Korsgaard
64 siblings, 1 reply; 68+ messages in thread
From: Patryk Benderz @ 2011-04-07 6:10 UTC (permalink / raw)
To: buildroot
Dnia 2011-04-06, ?ro o godzinie 12:03 +0200, Allan W. Nielsen pisze:
> This patch series upgrades the XorgServer and all the xlibs + xprotos to newest
> version.
Hi Allan,
Thanks for your contribution. I would like to test newest Xorg. Are
these patches already incorporated in buildroot-20110407.tar.bz2
snapshot?
--
Patryk "LeadMan" Benderz
Linux Registered User #377521
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
^ permalink raw reply [flat|nested] 68+ messages in thread
* [Buildroot] Upgrade of the Xorg-server to newest version
2011-04-07 6:10 ` [Buildroot] Upgrade of the Xorg-server to newest version Patryk Benderz
@ 2011-04-07 6:35 ` Peter Korsgaard
0 siblings, 0 replies; 68+ messages in thread
From: Peter Korsgaard @ 2011-04-07 6:35 UTC (permalink / raw)
To: buildroot
>>>>> "Patryk" == Patryk Benderz <Patryk.Benderz@esp.pl> writes:
Patryk> Dnia 2011-04-06, ?ro o godzinie 12:03 +0200, Allan W. Nielsen pisze:
>> This patch series upgrades the XorgServer and all the xlibs + xprotos to newest
>> version.
Patryk> Hi Allan,
Patryk> Thanks for your contribution. I would like to test newest Xorg. Are
Patryk> these patches already incorporated in buildroot-20110407.tar.bz2
Patryk> snapshot?
No, they haven't been reviewed / committed yet.
I'm away next week, so don't expect to see it integrated until some time
after that.
To speed it up, it would be very good if you could test the patches.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 68+ messages in thread
* [Buildroot] Upgrade of the Xorg-server to newest version
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
` (63 preceding siblings ...)
2011-04-07 6:10 ` [Buildroot] Upgrade of the Xorg-server to newest version Patryk Benderz
@ 2012-09-22 19:39 ` Peter Korsgaard
64 siblings, 0 replies; 68+ messages in thread
From: Peter Korsgaard @ 2012-09-22 19:39 UTC (permalink / raw)
To: buildroot
>>>>> "Allan" == Allan W Nielsen <a@awn.dk> writes:
Hi,
Allan> This patch series upgrades the XorgServer and all the xlibs +
Allan> xprotos to newest version. For test purposes I have also
Allan> upgraded the ATI driver to its newest version, it might be
Allan> necessary to upgrade the remaining part of the x drivers. To
Allan> solve compilation errors it was necessary to upgrade the udev
Allan> daemon, here I have chosen version 151 (newest version is
Allan> 167). The only reason for this is that 151 is the default
Allan> version on my system, and therefor I knew this version could
Allan> play well together with the remaining components.
Better late than never - Committed with minor changes, thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 68+ messages in thread
end of thread, other threads:[~2012-09-22 19:39 UTC | newest]
Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 10:03 [Buildroot] Upgrade of the Xorg-server to newest version Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 01/63] xlib_xtrans: bump version to 1.2.6 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 02/63] xlib_libXxf86vm: bump version to 1.1.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 03/63] xlib_libXxf86dga: bump version to 1.1.2 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 04/63] xlib_libXvMC: bump version to 1.0.6 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 05/63] xlib_libXv: " Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 06/63] xlib_libXtst: bump version to 1.2.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] =?y?q?=5BPATCH=2007/63=5D=20xlib=5FlibXt=3A=20version=20bump=20to=201=2E1=2E1?= Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 08/63] xlib_libXScrnSaver: version bump Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 09/63] xlib_libXres: version bump to 1.0.5 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 10/63] xlib_libXrender: version bump to 0.9.6 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 11/63] xlib_libXrandr: version bump to 1.3.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 12/63] xlib_libXpm: version bump to 3.5.9 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 13/63] xlib_libXp: version bump to 1.0.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 14/63] xlib_libXmu: version bump to 1.1.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 15/63] xlib_libxkbfile: version bump to 1.0.7 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 16/63] xlib_libXinerama: version bump to 1.1.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 17/63] xlib_libXi: version bump to 1.4.2 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 18/63] xlib_libXft: version bump to 2.2.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 19/63] xlib_libXfont: version bump to 1.4.3 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 20/63] xlib_libXfixes: version bump to 5.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 21/63] xlib_libXext: version bump to 1.2.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 22/63] xlib_libXdmcp: version bump to 1.1.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 23/63] xlib_libXdamage: version bump to 1.1.3 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 24/63] xlib_libXcursor: version bump to 1.1.11 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 25/63] xlib_libXcomposite: version bump to 0.4.3 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 26/63] xlib_libXaw: version bump to 1.0.9 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 27/63] xlib_libXau: version bump to 1.0.6 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 28/63] xlib_libX11: verison bump to 1.4.2 and removed patch file xlib_libX11-1.3.2-keysymdef Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 29/63] xlib_libSM: version bump to 1.2.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 30/63] xlib_libpciaccess: version bump to 0.12.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 31/63] xlib_libICE: version bump to 1.0.7 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 32/63] xlib_libFS: version bump to 1.0.3 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 33/63] xlib_libfontenc: version bump to 1.1.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 34/63] xlib_libdmx: version bump to 1.1.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 35/63] xproto_xproto: version bump to 7.0.21 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 36/63] xproto_xineramaproto: version bumpt to 1.2.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 37/63] xproto_xf86vidmodeproto: version bump to 2.3.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 38/63] xproto_xf86driproto: version bump to 2.1.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 39/63] xproto_xextproto: version bump to 7.2.0 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 40/63] xproto_xcmiscproto: version bump to 1.2.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 41/63] xproto_videoproto: version bump to 2.3.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 42/63] xproto_scrnsaverproto: version bump to 1.2.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 43/63] xproto_resourceproto: version bump to 1.1.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 44/63] xproto_renderproto: version bump to 0.11.1 Allan W. Nielsen
2011-04-06 10:03 ` [Buildroot] [PATCH 45/63] xproto_randrproto: version bump to 1.3.2 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 46/63] xproto_printproto: version bump to 1.0.5 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 47/63] xproto_kbproto: " Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 48/63] xproto_inputproto: version bump to 2.0.1 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 49/63] xproto_glproto: version bump to 1.4.12 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 50/63] xproto_fontsproto: verison bump to 2.1.1 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 51/63] xproto_fixesproto: version bump to 5.0 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 52/63] xproto_dmxproto: version bump to 2.3.1 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 53/63] xproto_damageproto: version bump to 1.2.1 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 54/63] xproto_compositeproto: version bump to 0.4.2 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 55/63] xproto_bigreqsproto: version bump to 1.1.1 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 56/63] xutil_util-macros: version bump to 1.11.0 and xutil_util-macros-1.3.0.patch deleted Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 57/63] mesa3d: version bump to 7.10.1 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 58/63] xfont_encodings: version bump to 1.0.4 and add --with-fontrootdir option Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 59/63] libxcb: version bump to 1.7 Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 60/63] xdriver_xf86-video-ati: version bump to 6.14.1 and removed cross-compile patch Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 61/63] libdrm: upgraded to version 2.4.23 and added udev as dependency Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 62/63] xserver_xorg-server: dependency to udev added Allan W. Nielsen
2011-04-06 10:04 ` [Buildroot] [PATCH 63/63] udev: upgraded to version 151 Allan W. Nielsen
2011-04-06 13:32 ` Thomas Petazzoni
2011-04-07 6:10 ` [Buildroot] Upgrade of the Xorg-server to newest version Patryk Benderz
2011-04-07 6:35 ` Peter Korsgaard
2012-09-22 19:39 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox