All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 11:39   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10 Bernd Kuhls
                   ` (34 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/Config.in                            |    1 +
 package/x11r7/xproto_presentproto/Config.in        |    4 ++++
 .../xproto_presentproto/xproto_presentproto.mk     |   15 +++++++++++++++
 3 files changed, 20 insertions(+)
 create mode 100644 package/x11r7/xproto_presentproto/Config.in
 create mode 100644 package/x11r7/xproto_presentproto/xproto_presentproto.mk

diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
index fe0674c..5eff2df 100644
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -236,6 +236,7 @@ if BR2_PACKAGE_XORG7
 		source package/x11r7/xproto_glproto/Config.in
 		source package/x11r7/xproto_inputproto/Config.in
 		source package/x11r7/xproto_kbproto/Config.in
+		source package/x11r7/xproto_presentproto/Config.in
 		source package/x11r7/xproto_randrproto/Config.in
 		source package/x11r7/xproto_recordproto/Config.in
 		source package/x11r7/xproto_renderproto/Config.in
diff --git a/package/x11r7/xproto_presentproto/Config.in b/package/x11r7/xproto_presentproto/Config.in
new file mode 100644
index 0000000..7237b19
--- /dev/null
+++ b/package/x11r7/xproto_presentproto/Config.in
@@ -0,0 +1,4 @@
+config BR2_PACKAGE_XPROTO_PRESENTPROTO
+	bool "presentproto"
+	help
+	  X.Org Present extension headers
diff --git a/package/x11r7/xproto_presentproto/xproto_presentproto.mk b/package/x11r7/xproto_presentproto/xproto_presentproto.mk
new file mode 100644
index 0000000..b518e21
--- /dev/null
+++ b/package/x11r7/xproto_presentproto/xproto_presentproto.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# xproto_presentproto
+#
+################################################################################
+
+XPROTO_PRESENTPROTO_VERSION = 1.0
+XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
+XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
+XPROTO_PRESENTPROTO_LICENSE = MIT
+XPROTO_PRESENTPROTO_LICENSE_FILES = COPYING
+XPROTO_PRESENTPROTO_INSTALL_STAGING = YES
+XPROTO_PRESENTPROTO_INSTALL_TARGET = NO
+
+$(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
  2014-01-04 13:38 ` [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 20:10   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite Bernd Kuhls
                   ` (33 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot

updated pkgconfig variables code taken from OpenELEC:
https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/x11/lib/libxcb/package.mk

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/libxcb/libxcb.mk       |   10 ++++++----
 package/x11r7/xcb-proto/xcb-proto.mk |    2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index dfcf6fa..c3cbfab 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBXCB_VERSION = 1.8.1
+LIBXCB_VERSION = 1.10
 LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.bz2
 LIBXCB_SITE = http://xcb.freedesktop.org/dist/
 LIBXCB_LICENSE = MIT
@@ -15,9 +15,11 @@ LIBXCB_INSTALL_STAGING = YES
 LIBXCB_DEPENDENCIES = \
 	host-libxslt xlib_libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
 	host-xcb-proto host-python host-pkgconf
-LIBXCB_CONF_ENV = STAGING_DIR="$(STAGING_DIR)"
-LIBXCB_MAKE_OPT = XCBPROTO_XCBINCLUDEDIR=$(STAGING_DIR)/usr/share/xcb \
-	XCBPROTO_XCBPYTHONDIR=$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
+
+LIBXCB_CONF_ENV = PKG_CONFIG="$$PKG_CONFIG \
+	--define-variable=pythondir=$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \
+	--define-variable=xcbincludedir=$(STAGING_DIR)/usr/share/xcb"
+
 LIBXCB_CONF_OPT = --disable-build-docs
 
 HOST_LIBXCB_CONF_OPT = --disable-build-docs
diff --git a/package/x11r7/xcb-proto/xcb-proto.mk b/package/x11r7/xcb-proto/xcb-proto.mk
index 98d0f02..39f06e7 100644
--- a/package/x11r7/xcb-proto/xcb-proto.mk
+++ b/package/x11r7/xcb-proto/xcb-proto.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XCB_PROTO_VERSION = 1.7.1
+XCB_PROTO_VERSION = 1.10
 XCB_PROTO_SOURCE = xcb-proto-$(XCB_PROTO_VERSION).tar.bz2
 XCB_PROTO_SITE = http://xcb.freedesktop.org/dist/
 XCB_PROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
  2014-01-04 13:38 ` [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto Bernd Kuhls
  2014-01-04 13:38 ` [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 20:54   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1 Bernd Kuhls
                   ` (32 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot

snippet from configure:

checking for DPY_XCOMPOSITE... yes
checking for X11/extensions/Xcomposite.h... yes
checking for DPY_XINERAMA... yes
checking for X11/extensions/Xinerama.h... yes

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk b/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk
index 2143988..c83bdbb 100644
--- a/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk
+++ b/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk
@@ -9,6 +9,6 @@ XAPP_XDPYINFO_SOURCE = xdpyinfo-$(XAPP_XDPYINFO_VERSION).tar.bz2
 XAPP_XDPYINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XDPYINFO_LICENSE = MIT
 XAPP_XDPYINFO_LICENSE_FILES = COPYING
-XAPP_XDPYINFO_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXi xlib_libXrender xlib_libXtst xlib_libXxf86dga xlib_libXxf86vm xproto_inputproto xproto_kbproto xproto_renderproto xproto_xf86dgaproto xproto_xf86vidmodeproto xlib_libdmx
+XAPP_XDPYINFO_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXi xlib_libXrender xlib_libXtst xlib_libXxf86dga xlib_libXxf86vm xproto_inputproto xproto_kbproto xproto_renderproto xproto_xf86dgaproto xproto_xf86vidmodeproto xlib_libdmx xlib_libXinerama xlib_libXcomposite
 
 $(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (2 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 20:59   ` Peter Korsgaard
  2014-01-05 21:04   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907 Bernd Kuhls
                   ` (31 subsequent siblings)
  35 siblings, 2 replies; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xapp_xrandr/xapp_xrandr.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xapp_xrandr/xapp_xrandr.mk b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
index 9ba7332..7e03d29 100644
--- a/package/x11r7/xapp_xrandr/xapp_xrandr.mk
+++ b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XRANDR_VERSION = 1.3.5
+XAPP_XRANDR_VERSION = 1.4.1
 XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
 XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XRANDR_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (3 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-07  9:04   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1 Bernd Kuhls
                   ` (30 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot

- enable sna support by default, disable unneeded stuff
  ported from OpenELEC:
  https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/x11/driver/xf86-video-intel/package.mk
- add xlib_libXtst dependency

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 .../xdriver_xf86-video-intel.mk                    |   20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
index 97fef99..34624d3 100644
--- a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
+++ b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
@@ -1,16 +1,28 @@
 ################################################################################
 #
-# xdriver_xf86-video-intel
+# xdriver_xf86-video-intel -- Intel video driver
 #
 ################################################################################
 
-XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.19.0
+XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.99.907
 XDRIVER_XF86_VIDEO_INTEL_SOURCE = xf86-video-intel-$(XDRIVER_XF86_VIDEO_INTEL_VERSION).tar.bz2
 XDRIVER_XF86_VIDEO_INTEL_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_VIDEO_INTEL_LICENSE = MIT
 XDRIVER_XF86_VIDEO_INTEL_LICENSE_FILES = COPYING
 XDRIVER_XF86_VIDEO_INTEL_AUTORECONF = YES
-XDRIVER_XF86_VIDEO_INTEL_CONF_OPT = --enable-dri
-XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto libdrm xlib_libpciaccess
+
+XDRIVER_XF86_VIDEO_INTEL_CONF_OPT = \
+	--enable-dri \
+	--enable-kms-only \
+	--disable-xvmc \
+	--disable-ums-only \
+	--enable-sna \
+	--disable-uxa \
+	--disable-glamor \
+	--disable-xaa \
+	--disable-dga \
+	--disable-async-swap
+
+XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto libdrm xlib_libpciaccess xlib_libXtst
 
 $(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (4 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 22:27   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2 Bernd Kuhls
                   ` (29 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot

- add missing dependencies

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xkeyboard-config/xkeyboard-config.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
index 49540df..b8afc46 100644
--- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk
+++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
@@ -4,13 +4,13 @@
 #
 ################################################################################
 
-XKEYBOARD_CONFIG_VERSION = 2.6
+XKEYBOARD_CONFIG_VERSION = 2.10.1
 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
 XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config/
 XKEYBOARD_CONFIG_LICENSE = MIT
 XKEYBOARD_CONFIG_LICENSE_FILES = COPYING
 
-XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp
+XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp xlib_libX11 xproto_xproto
 XKEYBOARD_CONFIG_CONF_OPT += --disable-runtime-deps
 
 $(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (5 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:20   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2 Bernd Kuhls
                   ` (28 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libfontenc/xlib_libfontenc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk b/package/x11r7/xlib_libfontenc/xlib_libfontenc.mk
index d47a7d3..fd7a6fb 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.1.1
+XLIB_LIBFONTENC_VERSION = 1.1.2
 XLIB_LIBFONTENC_SOURCE = libfontenc-$(XLIB_LIBFONTENC_VERSION).tar.bz2
 XLIB_LIBFONTENC_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBFONTENC_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (6 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:22   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2 Bernd Kuhls
                   ` (27 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 .../x11r7/xlib_libpciaccess/xlib_libpciaccess.mk   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk b/package/x11r7/xlib_libpciaccess/xlib_libpciaccess.mk
index 9196e47..d065bf1 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.13.1
+XLIB_LIBPCIACCESS_VERSION = 0.13.2
 XLIB_LIBPCIACCESS_SOURCE = libpciaccess-$(XLIB_LIBPCIACCESS_VERSION).tar.bz2
 XLIB_LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBPCIACCESS_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (7 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:24   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2 Bernd Kuhls
                   ` (26 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libSM/xlib_libSM.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libSM/xlib_libSM.mk b/package/x11r7/xlib_libSM/xlib_libSM.mk
index ac3bd37..3352679 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.2.1
+XLIB_LIBSM_VERSION = 1.2.2
 XLIB_LIBSM_SOURCE = libSM-$(XLIB_LIBSM_VERSION).tar.bz2
 XLIB_LIBSM_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBSM_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (8 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:27   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8 Bernd Kuhls
                   ` (25 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libX11/xlib_libX11.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index f8b19e4..f78538f 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.5.0
+XLIB_LIBX11_VERSION = 1.6.2
 XLIB_LIBX11_SOURCE = libX11-$(XLIB_LIBX11_VERSION).tar.bz2
 XLIB_LIBX11_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBX11_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (9 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:28   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4 Bernd Kuhls
                   ` (24 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXau/xlib_libXau.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXau/xlib_libXau.mk b/package/x11r7/xlib_libXau/xlib_libXau.mk
index 83deb75..720c62c 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.7
+XLIB_LIBXAU_VERSION = 1.0.8
 XLIB_LIBXAU_SOURCE = libXau-$(XLIB_LIBXAU_VERSION).tar.bz2
 XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXAU_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (10 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:31   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4 Bernd Kuhls
                   ` (23 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 .../x11r7/xlib_libXcomposite/xlib_libXcomposite.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXcomposite/xlib_libXcomposite.mk b/package/x11r7/xlib_libXcomposite/xlib_libXcomposite.mk
index e097e3c..f0e59cb 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.3
+XLIB_LIBXCOMPOSITE_VERSION = 0.4.4
 XLIB_LIBXCOMPOSITE_SOURCE = libXcomposite-$(XLIB_LIBXCOMPOSITE_VERSION).tar.bz2
 XLIB_LIBXCOMPOSITE_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXCOMPOSITE_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (11 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:32   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2 Bernd Kuhls
                   ` (22 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXdamage/xlib_libXdamage.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk b/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
index 69014f5..9f982ee 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.3
+XLIB_LIBXDAMAGE_VERSION = 1.1.4
 XLIB_LIBXDAMAGE_SOURCE = libXdamage-$(XLIB_LIBXDAMAGE_VERSION).tar.bz2
 XLIB_LIBXDAMAGE_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXDAMAGE_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (12 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:06   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1 Bernd Kuhls
                   ` (21 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXext/xlib_libXext.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXext/xlib_libXext.mk b/package/x11r7/xlib_libXext/xlib_libXext.mk
index 3fc19e2..ebfa4bc 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.3.1
+XLIB_LIBXEXT_VERSION = 1.3.2
 XLIB_LIBXEXT_SOURCE = libXext-$(XLIB_LIBXEXT_VERSION).tar.bz2
 XLIB_LIBXEXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXEXT_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (13 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:14   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6 Bernd Kuhls
                   ` (20 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXfixes/xlib_libXfixes.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk b/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
index 7e956a6..b94cd0f 100644
--- a/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
+++ b/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XLIB_LIBXFIXES_VERSION = 5.0
+XLIB_LIBXFIXES_VERSION = 5.0.1
 XLIB_LIBXFIXES_SOURCE = libXfixes-$(XLIB_LIBXFIXES_VERSION).tar.bz2
 XLIB_LIBXFIXES_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXFIXES_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (14 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:33   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2 Bernd Kuhls
                   ` (19 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXfont/xlib_libXfont.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXfont/xlib_libXfont.mk b/package/x11r7/xlib_libXfont/xlib_libXfont.mk
index cf27aad..735c5e7 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.5
+XLIB_LIBXFONT_VERSION = 1.4.6
 XLIB_LIBXFONT_SOURCE = libXfont-$(XLIB_LIBXFONT_VERSION).tar.bz2
 XLIB_LIBXFONT_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXFONT_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (15 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:15   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3 Bernd Kuhls
                   ` (18 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXi/xlib_libXi.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXi/xlib_libXi.mk b/package/x11r7/xlib_libXi/xlib_libXi.mk
index cac3787..4717cd0 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.6.1
+XLIB_LIBXI_VERSION = 1.7.2
 XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.bz2
 XLIB_LIBXI_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXI_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (16 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:40   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2 Bernd Kuhls
                   ` (17 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXinerama/xlib_libXinerama.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXinerama/xlib_libXinerama.mk b/package/x11r7/xlib_libXinerama/xlib_libXinerama.mk
index ce660ed..9336a22 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.2
+XLIB_LIBXINERAMA_VERSION = 1.1.3
 XLIB_LIBXINERAMA_SOURCE = libXinerama-$(XLIB_LIBXINERAMA_VERSION).tar.bz2
 XLIB_LIBXINERAMA_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXINERAMA_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (17 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:43   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate Bernd Kuhls
                   ` (16 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXmu/xlib_libXmu.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXmu/xlib_libXmu.mk b/package/x11r7/xlib_libXmu/xlib_libXmu.mk
index eda4151..261f871 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.1.1
+XLIB_LIBXMU_VERSION = 1.1.2
 XLIB_LIBXMU_SOURCE = libXmu-$(XLIB_LIBXMU_VERSION).tar.bz2
 XLIB_LIBXMU_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXMU_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (18 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 22:48   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2 Bernd Kuhls
                   ` (15 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXpm/xlib_libXpm.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/x11r7/xlib_libXpm/xlib_libXpm.mk b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
index e0b4f2f..21bdf02 100644
--- a/package/x11r7/xlib_libXpm/xlib_libXpm.mk
+++ b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
@@ -11,6 +11,8 @@ XLIB_LIBXPM_LICENSE = MIT
 XLIB_LIBXPM_LICENSE_FILES = COPYING
 XLIB_LIBXPM_INSTALL_STAGING = YES
 XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xproto_xproto \
+	$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
+	$(if $(BR2_PACKAGE_GETTEXT),gettext) \
 	host-gettext
 
 $(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (19 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:04   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8 Bernd Kuhls
                   ` (14 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXrandr/xlib_libXrandr.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXrandr/xlib_libXrandr.mk b/package/x11r7/xlib_libXrandr/xlib_libXrandr.mk
index 7986611..e2e8bd8 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.2
+XLIB_LIBXRANDR_VERSION = 1.4.2
 XLIB_LIBXRANDR_SOURCE = libXrandr-$(XLIB_LIBXRANDR_VERSION).tar.bz2
 XLIB_LIBXRANDR_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXRANDR_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (20 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:56   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4 Bernd Kuhls
                   ` (13 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXrender/xlib_libXrender.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXrender/xlib_libXrender.mk b/package/x11r7/xlib_libXrender/xlib_libXrender.mk
index 4515b82..bc30112 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.7
+XLIB_LIBXRENDER_VERSION = 0.9.8
 XLIB_LIBXRENDER_SOURCE = libXrender-$(XLIB_LIBXRENDER_VERSION).tar.bz2
 XLIB_LIBXRENDER_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXRENDER_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (21 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:57   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2 Bernd Kuhls
                   ` (12 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXt/xlib_libXt.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXt/xlib_libXt.mk b/package/x11r7/xlib_libXt/xlib_libXt.mk
index f186df0..edb01c1 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.1.3
+XLIB_LIBXT_VERSION = 1.1.4
 XLIB_LIBXT_SOURCE = libXt-$(XLIB_LIBXT_VERSION).tar.bz2
 XLIB_LIBXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXT_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (22 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:57   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3 Bernd Kuhls
                   ` (11 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXtst/xlib_libXtst.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXtst/xlib_libXtst.mk b/package/x11r7/xlib_libXtst/xlib_libXtst.mk
index 46d58e2..ad3caea 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.2.1
+XLIB_LIBXTST_VERSION = 1.2.2
 XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
 XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXTST_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (23 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:59   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2 Bernd Kuhls
                   ` (10 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk b/package/x11r7/xlib_libXxf86vm/xlib_libXxf86vm.mk
index 8ec1cf7..74a37f9 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.2
+XLIB_LIBXXF86VM_VERSION = 1.1.3
 XLIB_LIBXXF86VM_SOURCE = libXxf86vm-$(XLIB_LIBXXF86VM_VERSION).tar.bz2
 XLIB_LIBXXF86VM_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXXF86VM_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (24 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 22:04   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8 Bernd Kuhls
                   ` (9 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xlib_xtrans/xlib_xtrans.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xlib_xtrans/xlib_xtrans.mk b/package/x11r7/xlib_xtrans/xlib_xtrans.mk
index 9e02d21..8c5fd42 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.7
+XLIB_XTRANS_VERSION = 1.3.2
 XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2
 XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_XTRANS_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (25 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:18   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17 Bernd Kuhls
                   ` (8 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xproto_dri2proto/xproto_dri2proto.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xproto_dri2proto/xproto_dri2proto.mk b/package/x11r7/xproto_dri2proto/xproto_dri2proto.mk
index 9b56bb1..e4ed7d8 100644
--- a/package/x11r7/xproto_dri2proto/xproto_dri2proto.mk
+++ b/package/x11r7/xproto_dri2proto/xproto_dri2proto.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XPROTO_DRI2PROTO_VERSION = 2.6
+XPROTO_DRI2PROTO_VERSION = 2.8
 XPROTO_DRI2PROTO_SOURCE = dri2proto-$(XPROTO_DRI2PROTO_VERSION).tar.bz2
 XPROTO_DRI2PROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_DRI2PROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (26 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:18   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3 Bernd Kuhls
                   ` (7 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xproto_glproto/xproto_glproto.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xproto_glproto/xproto_glproto.mk b/package/x11r7/xproto_glproto/xproto_glproto.mk
index 7c4b13a..ccfc6de 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.15
+XPROTO_GLPROTO_VERSION = 1.4.17
 XPROTO_GLPROTO_SOURCE = glproto-$(XPROTO_GLPROTO_VERSION).tar.bz2
 XPROTO_GLPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_GLPROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (27 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:14   ` Peter Korsgaard
  2014-01-04 13:38 ` [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0 Bernd Kuhls
                   ` (6 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 .../x11r7/xproto_inputproto/xproto_inputproto.mk   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xproto_inputproto/xproto_inputproto.mk b/package/x11r7/xproto_inputproto/xproto_inputproto.mk
index 11316c3..71715cd 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.2
+XPROTO_INPUTPROTO_VERSION = 2.3
 XPROTO_INPUTPROTO_SOURCE = inputproto-$(XPROTO_INPUTPROTO_VERSION).tar.bz2
 XPROTO_INPUTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_INPUTPROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (28 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3 Bernd Kuhls
@ 2014-01-04 13:38 ` Bernd Kuhls
  2014-01-05 21:03   ` Peter Korsgaard
  2014-01-04 13:39 ` [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2 Bernd Kuhls
                   ` (5 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:38 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 .../x11r7/xproto_randrproto/xproto_randrproto.mk   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xproto_randrproto/xproto_randrproto.mk b/package/x11r7/xproto_randrproto/xproto_randrproto.mk
index b12653e..a8fb232 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.2
+XPROTO_RANDRPROTO_VERSION = 1.4.0
 XPROTO_RANDRPROTO_SOURCE = randrproto-$(XPROTO_RANDRPROTO_VERSION).tar.bz2
 XPROTO_RANDRPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_RANDRPROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (29 preceding siblings ...)
  2014-01-04 13:38 ` [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0 Bernd Kuhls
@ 2014-01-04 13:39 ` Bernd Kuhls
  2014-01-05 21:19   ` Peter Korsgaard
  2014-01-04 13:39 ` [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0 Bernd Kuhls
                   ` (4 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:39 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 .../x11r7/xproto_videoproto/xproto_videoproto.mk   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xproto_videoproto/xproto_videoproto.mk b/package/x11r7/xproto_videoproto/xproto_videoproto.mk
index 2861c91..9226c73 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.1
+XPROTO_VIDEOPROTO_VERSION = 2.3.2
 XPROTO_VIDEOPROTO_SOURCE = videoproto-$(XPROTO_VIDEOPROTO_VERSION).tar.bz2
 XPROTO_VIDEOPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_VIDEOPROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (30 preceding siblings ...)
  2014-01-04 13:39 ` [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2 Bernd Kuhls
@ 2014-01-04 13:39 ` Bernd Kuhls
  2014-01-05 21:06   ` Peter Korsgaard
  2014-01-04 13:39 ` [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25 Bernd Kuhls
                   ` (3 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:39 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xproto_xextproto/xproto_xextproto.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xproto_xextproto/xproto_xextproto.mk b/package/x11r7/xproto_xextproto/xproto_xextproto.mk
index b78ba4a..700580b 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.2.1
+XPROTO_XEXTPROTO_VERSION = 7.3.0
 XPROTO_XEXTPROTO_SOURCE = xextproto-$(XPROTO_XEXTPROTO_VERSION).tar.bz2
 XPROTO_XEXTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_XEXTPROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (31 preceding siblings ...)
  2014-01-04 13:39 ` [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0 Bernd Kuhls
@ 2014-01-04 13:39 ` Bernd Kuhls
  2014-01-05 21:14   ` Peter Korsgaard
  2014-01-04 13:39 ` [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5 Bernd Kuhls
                   ` (2 subsequent siblings)
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:39 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xproto_xproto/xproto_xproto.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xproto_xproto/xproto_xproto.mk b/package/x11r7/xproto_xproto/xproto_xproto.mk
index bfff3be..46779f6 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.23
+XPROTO_XPROTO_VERSION = 7.0.25
 XPROTO_XPROTO_SOURCE = xproto-$(XPROTO_XPROTO_VERSION).tar.bz2
 XPROTO_XPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_XPROTO_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (32 preceding siblings ...)
  2014-01-04 13:39 ` [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25 Bernd Kuhls
@ 2014-01-04 13:39 ` Bernd Kuhls
  2014-01-05 22:30   ` Peter Korsgaard
  2014-01-04 13:39 ` [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0 Bernd Kuhls
  2014-01-04 13:39 ` [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:39 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xutil_makedepend/xutil_makedepend.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xutil_makedepend/xutil_makedepend.mk b/package/x11r7/xutil_makedepend/xutil_makedepend.mk
index 0a436d1..81e348e 100644
--- a/package/x11r7/xutil_makedepend/xutil_makedepend.mk
+++ b/package/x11r7/xutil_makedepend/xutil_makedepend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XUTIL_MAKEDEPEND_VERSION = 1.0.4
+XUTIL_MAKEDEPEND_VERSION = 1.0.5
 XUTIL_MAKEDEPEND_SOURCE = makedepend-$(XUTIL_MAKEDEPEND_VERSION).tar.bz2
 XUTIL_MAKEDEPEND_SITE = http://xorg.freedesktop.org/releases/individual/util
 XUTIL_MAKEDEPEND_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (33 preceding siblings ...)
  2014-01-04 13:39 ` [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5 Bernd Kuhls
@ 2014-01-04 13:39 ` Bernd Kuhls
  2014-01-05 22:30   ` Peter Korsgaard
  2014-01-04 13:39 ` [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:39 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 .../x11r7/xutil_util-macros/xutil_util-macros.mk   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x11r7/xutil_util-macros/xutil_util-macros.mk b/package/x11r7/xutil_util-macros/xutil_util-macros.mk
index f2656c2..1d73255 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.17
+XUTIL_UTIL_MACROS_VERSION = 1.18.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_LICENSE = MIT
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0
       [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
                   ` (34 preceding siblings ...)
  2014-01-04 13:39 ` [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0 Bernd Kuhls
@ 2014-01-04 13:39 ` Bernd Kuhls
  2014-01-07  8:35   ` Peter Korsgaard
  35 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-04 13:39 UTC (permalink / raw)
  To: buildroot

- remove patches applied upstream
- add new dependency xproto_presentproto

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/x11r7/xserver_xorg-server/Config.in        |    1 +
 .../xserver_xorg-server-02-cve-2013-1940.patch     |   34 -----------
 ...ut-allocate-enough-space-for-null-charact.patch |   59 --------------------
 .../xserver_xorg-server/xserver_xorg-server.mk     |    3 +-
 4 files changed, 3 insertions(+), 94 deletions(-)
 delete mode 100644 package/x11r7/xserver_xorg-server/xserver_xorg-server-02-cve-2013-1940.patch
 delete mode 100644 package/x11r7/xserver_xorg-server/xserver_xorg-server-03-Revert-kinput-allocate-enough-space-for-null-charact.patch

diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in
index 5f0c2d8..dfa7d10 100644
--- a/package/x11r7/xserver_xorg-server/Config.in
+++ b/package/x11r7/xserver_xorg-server/Config.in
@@ -36,6 +36,7 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER
 	select BR2_PACKAGE_XPROTO_GLPROTO
 	select BR2_PACKAGE_XPROTO_INPUTPROTO
 	select BR2_PACKAGE_XPROTO_KBPROTO
+	select BR2_PACKAGE_XPROTO_PRESENTPROTO
 	select BR2_PACKAGE_XPROTO_RANDRPROTO
 	select BR2_PACKAGE_XPROTO_RENDERPROTO
 	select BR2_PACKAGE_XPROTO_RESOURCEPROTO
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server-02-cve-2013-1940.patch b/package/x11r7/xserver_xorg-server/xserver_xorg-server-02-cve-2013-1940.patch
deleted file mode 100644
index d85494f..0000000
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server-02-cve-2013-1940.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 6ca03b9161d33b1d2b55a3a1a913cf88deb2343f Mon Sep 17 00:00:00 2001
-From: Dave Airlie <airlied@gmail.com>
-Date: Wed, 10 Apr 2013 06:09:01 +0000
-Subject: xf86: fix flush input to work with Linux evdev devices.
-
-So when we VT switch back and attempt to flush the input devices,
-we don't succeed because evdev won't return part of an event,
-since we were only asking for 4 bytes, we'd only get -EINVAL back.
-
-This could later cause events to be flushed that we shouldn't have
-gotten.
-
-This is a fix for CVE-2013-1940.
-
-Signed-off-by: Dave Airlie <airlied@redhat.com>
-Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
----
-diff --git a/hw/xfree86/os-support/shared/posix_tty.c b/hw/xfree86/os-support/shared/posix_tty.c
-index ab3757a..4d08c1e 100644
---- a/hw/xfree86/os-support/shared/posix_tty.c
-+++ b/hw/xfree86/os-support/shared/posix_tty.c
-@@ -421,7 +421,8 @@ xf86FlushInput(int fd)
- {
-     fd_set fds;
-     struct timeval timeout;
--    char c[4];
-+    /* this needs to be big enough to flush an evdev event. */
-+    char c[256];
- 
-     DebugF("FlushingSerial\n");
-     if (tcflush(fd, TCIFLUSH) == 0)
---
-cgit v0.9.0.2-2-gbebe
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server-03-Revert-kinput-allocate-enough-space-for-null-charact.patch b/package/x11r7/xserver_xorg-server/xserver_xorg-server-03-Revert-kinput-allocate-enough-space-for-null-charact.patch
deleted file mode 100644
index d19bc46..0000000
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server-03-Revert-kinput-allocate-enough-space-for-null-charact.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-From 09f1e5b15b769e1122f0a8d7cae0820038992312 Mon Sep 17 00:00:00 2001
-From: Julien Cristau <jcristau@debian.org>
-Date: Sun, 7 Oct 2012 18:40:35 +0200
-Subject: [PATCH] Revert "kinput: allocate enough space for null character."
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This reverts commit 531785dd746d64ef7f473a83ca73bb20e74b6fca.
-
-The above commit breaks Xephyr option parsing.  Andrzej writes:
-
-  Xephyr -retro -keybd evdev,,device=/dev/input/event2,xkbrules=evdev,xkbmodel=evdev,xkblayout=pl -mouse evdev,,device=/dev/input/event1 :3
-
-  results in:
-
-  <snip>
-  Pointer option key (device=) of value (/dev/input/event1) not assigned!
-  Kbd option key (device=) of value (/dev/input/event2) not assigned!
-  Kbd option key (xkbrules=) of value (evdev) not assigned!
-  Kbd option key (xkbmodel=) of value (evdev) not assigned!
-  Kbd option key (xkblayout=) of value (pl) not assigned!
-  <snip>
-
-  The effect of the patch is that the "key=value" pairs are parsed in such
-  a way that the key is added an "equals" sign to it and we end up with
-  keys like "device=" instead of "device". This in turn has effect on
-  KdParsePointerOptions and KdParseKbdOptions: the key does not match
-  any choice presented in the "switch" statement, and so "Pointer/Kbd
-  option key (...) of value (...) not assigned!" happens, making all
-  "key=value" options inaccessible to the user. Reverting the patch makes
-  them available again.
-
-Reference: http://bugs.debian.org/689246
-Reported-by: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
-Signed-off-by: Julien Cristau <jcristau@debian.org>
-Cc: Dave Airlie <airlied@redhat.com>
-Reviewed-by: S?ren Sandmann <ssp@redhat.com>
-Signed-off-by: Keith Packard <keithp@keithp.com>
----
- hw/kdrive/src/kinput.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
-index d35dcf8..b1068bb 100644
---- a/hw/kdrive/src/kinput.c
-+++ b/hw/kdrive/src/kinput.c
-@@ -1034,7 +1034,7 @@ KdGetOptions(InputOption **options, char *string)
- 
-     if (strchr(string, '=')) {
-         tam_key = (strchr(string, '=') - string);
--        key = strndup(string, tam_key + 1);
-+        key = strndup(string, tam_key);
-         if (!key)
-             goto out;
- 
--- 
-1.7.10.4
-
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
index 4089aab..3a24b49 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.12.4
+XSERVER_XORG_SERVER_VERSION = 1.15.0
 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_LICENSE = MIT
@@ -40,6 +40,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = 	\
 	xproto_glproto 			\
 	xproto_inputproto 		\
 	xproto_kbproto 			\
+	xproto_presentproto 		\
 	xproto_randrproto 		\
 	xproto_renderproto 		\
 	xproto_resourceproto 		\
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto
  2014-01-04 13:38 ` [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto Bernd Kuhls
@ 2014-01-05 11:39   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 11:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 > +################################################################################
 > +#
 > +# xproto_presentproto
 > +#
 > +################################################################################
 > +
 > +XPROTO_PRESENTPROTO_VERSION = 1.0
 > +XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
 > +XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 > +XPROTO_PRESENTPROTO_LICENSE = MIT
 > +XPROTO_PRESENTPROTO_LICENSE_FILES = COPYING

There's no COPYING in the tarball, so I've changed it to presentproto.h

The configure script uses pkg-config to find xorg-macros, so I've added
host-pkgconf and xutil_util-macros to the dependencies.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10
  2014-01-04 13:38 ` [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10 Bernd Kuhls
@ 2014-01-05 20:10   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 20:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > updated pkgconfig variables code taken from OpenELEC:
 > https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/x11/lib/libxcb/package.mk

It would have been good if you could have described why you bumped these
two packages in the same commit so I didn't had to figure it out myself.

I've amended the commit message with a description why.

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 >  package/x11r7/libxcb/libxcb.mk       |   10 ++++++----
 >  package/x11r7/xcb-proto/xcb-proto.mk |    2 +-
 >  2 files changed, 7 insertions(+), 5 deletions(-)

 > diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
 > index dfcf6fa..c3cbfab 100644
 > --- a/package/x11r7/libxcb/libxcb.mk
 > +++ b/package/x11r7/libxcb/libxcb.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -LIBXCB_VERSION = 1.8.1
 > +LIBXCB_VERSION = 1.10
 >  LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.bz2
 >  LIBXCB_SITE = http://xcb.freedesktop.org/dist/
 >  LIBXCB_LICENSE = MIT
 > @@ -15,9 +15,11 @@ LIBXCB_INSTALL_STAGING = YES
 >  LIBXCB_DEPENDENCIES = \
 >  	host-libxslt xlib_libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
 >  	host-xcb-proto host-python host-pkgconf
 > -LIBXCB_CONF_ENV = STAGING_DIR="$(STAGING_DIR)"
 > -LIBXCB_MAKE_OPT = XCBPROTO_XCBINCLUDEDIR=$(STAGING_DIR)/usr/share/xcb \
 > -	XCBPROTO_XCBPYTHONDIR=$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
 > +
 > +LIBXCB_CONF_ENV = PKG_CONFIG="$$PKG_CONFIG \
 > +	--define-variable=pythondir=$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages \
 > +	--define-variable=xcbincludedir=$(STAGING_DIR)/usr/share/xcb"
 > +

I think it makes more sense to simply fixup those variables in
xcb-proto.pc instead, similar like what we do for include/libdir, so
I've done that in xcb-proto.mk and dropped this.

Committed with these changes, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite
  2014-01-04 13:38 ` [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite Bernd Kuhls
@ 2014-01-05 20:54   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 20:54 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > snippet from configure:
 > checking for DPY_XCOMPOSITE... yes
 > checking for X11/extensions/Xcomposite.h... yes
 > checking for DPY_XINERAMA... yes
 > checking for X11/extensions/Xinerama.h... yes

Yes, but they are optional so we shouldn't force them (and if they were
required, there should be matching 'select' lines in Config.in).

I've committed a patch to clean up the list of dependencies and add
optional support for xcomposite / xinerama.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1
  2014-01-04 13:38 ` [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1 Bernd Kuhls
@ 2014-01-05 20:59   ` Peter Korsgaard
  2014-01-05 21:04   ` Peter Korsgaard
  1 sibling, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 20:59 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 >  package/x11r7/xapp_xrandr/xapp_xrandr.mk |    2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/x11r7/xapp_xrandr/xapp_xrandr.mk b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
 > index 9ba7332..7e03d29 100644
 > --- a/package/x11r7/xapp_xrandr/xapp_xrandr.mk
 > +++ b/package/x11r7/xapp_xrandr/xapp_xrandr.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -XAPP_XRANDR_VERSION = 1.3.5
 > +XAPP_XRANDR_VERSION = 1.4.1

That doesn't work:

checking for XRANDR... configure: error: Package requirements (xrandr >= 1.4 xrender x11 xproto >= 7.0.17) were not met:

Package dependency requirement 'xrandr >= 1.4' could not be satisfied.
Package 'xrandr' has version '1.3.2', required version is '>= 1.4'

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

I guess this should come after the xproto_randrproto bump?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0
  2014-01-04 13:38 ` [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0 Bernd Kuhls
@ 2014-01-05 21:03   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:03 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2 Bernd Kuhls
@ 2014-01-05 21:04   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1
  2014-01-04 13:38 ` [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1 Bernd Kuhls
  2014-01-05 20:59   ` Peter Korsgaard
@ 2014-01-05 21:04   ` Peter Korsgaard
  1 sibling, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---

Committed after reshuffling the series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0
  2014-01-04 13:39 ` [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0 Bernd Kuhls
@ 2014-01-05 21:06   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2 Bernd Kuhls
@ 2014-01-05 21:06   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25
  2014-01-04 13:39 ` [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25 Bernd Kuhls
@ 2014-01-05 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1
  2014-01-04 13:38 ` [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1 Bernd Kuhls
@ 2014-01-05 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3
  2014-01-04 13:38 ` [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3 Bernd Kuhls
@ 2014-01-05 21:14   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2 Bernd Kuhls
@ 2014-01-05 21:15   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 >  package/x11r7/xlib_libXi/xlib_libXi.mk |    2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/x11r7/xlib_libXi/xlib_libXi.mk b/package/x11r7/xlib_libXi/xlib_libXi.mk
 > index cac3787..4717cd0 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.6.1
 > +XLIB_LIBXI_VERSION = 1.7.2

It now also needs libXfixes. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8
  2014-01-04 13:38 ` [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8 Bernd Kuhls
@ 2014-01-05 21:18   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17
  2014-01-04 13:38 ` [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17 Bernd Kuhls
@ 2014-01-05 21:18   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2
  2014-01-04 13:39 ` [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2 Bernd Kuhls
@ 2014-01-05 21:19   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2 Bernd Kuhls
@ 2014-01-05 21:20   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2 Bernd Kuhls
@ 2014-01-05 21:22   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2 Bernd Kuhls
@ 2014-01-05 21:24   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2 Bernd Kuhls
@ 2014-01-05 21:27   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8
  2014-01-04 13:38 ` [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8 Bernd Kuhls
@ 2014-01-05 21:28   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4
  2014-01-04 13:38 ` [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4 Bernd Kuhls
@ 2014-01-05 21:31   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4
  2014-01-04 13:38 ` [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4 Bernd Kuhls
@ 2014-01-05 21:32   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6
  2014-01-04 13:38 ` [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6 Bernd Kuhls
@ 2014-01-05 21:33   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:33 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3
  2014-01-04 13:38 ` [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3 Bernd Kuhls
@ 2014-01-05 21:40   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2 Bernd Kuhls
@ 2014-01-05 21:43   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8
  2014-01-04 13:38 ` [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8 Bernd Kuhls
@ 2014-01-05 21:56   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4
  2014-01-04 13:38 ` [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4 Bernd Kuhls
@ 2014-01-05 21:57   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2 Bernd Kuhls
@ 2014-01-05 21:57   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3
  2014-01-04 13:38 ` [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3 Bernd Kuhls
@ 2014-01-05 21:59   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 21:59 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2
  2014-01-04 13:38 ` [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2 Bernd Kuhls
@ 2014-01-05 22:04   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 22:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1
  2014-01-04 13:38 ` [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1 Bernd Kuhls
@ 2014-01-05 22:27   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 22:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > - add missing dependencies

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 >  package/x11r7/xkeyboard-config/xkeyboard-config.mk |    4 ++--
 >  1 file changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
 > index 49540df..b8afc46 100644
 > --- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk
 > +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
 > @@ -4,13 +4,13 @@
 >  #
 >  ################################################################################
 
 > -XKEYBOARD_CONFIG_VERSION = 2.6
 > +XKEYBOARD_CONFIG_VERSION = 2.10.1
 >  XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
 >  XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config/
 >  XKEYBOARD_CONFIG_LICENSE = MIT
 >  XKEYBOARD_CONFIG_LICENSE_FILES = COPYING
 
 > -XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp
 > +XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp xlib_libX11 xproto_xproto

Those extra dependencies don't seem to be needed (and weren't added in
Config.in). It would be odd if it really needed libX11 as it is also
used by wayland.

So committed without those extra dependencies, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5
  2014-01-04 13:39 ` [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5 Bernd Kuhls
@ 2014-01-05 22:30   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 22:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0
  2014-01-04 13:39 ` [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0 Bernd Kuhls
@ 2014-01-05 22:30   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 22:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate
  2014-01-04 13:38 ` [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate Bernd Kuhls
@ 2014-01-05 22:48   ` Peter Korsgaard
  2014-01-06  5:35     ` Bernd Kuhls
  0 siblings, 1 reply; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-05 22:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

What issue exactly are you trying to fix? I don't seem to be able to
trigger it here?

Some more detailed commit message would be good, please.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate
  2014-01-05 22:48   ` Peter Korsgaard
@ 2014-01-06  5:35     ` Bernd Kuhls
  2014-01-28 18:48       ` Thomas Petazzoni
  0 siblings, 1 reply; 76+ messages in thread
From: Bernd Kuhls @ 2014-01-06  5:35 UTC (permalink / raw)
  To: buildroot

Peter Korsgaard <jacmet@uclibc.org> wrote in
news:87k3eeyris.fsf at dell.be.48ers.dk: 

>>>>>> "Bernd" == Bernd Kuhls
>>>>>> <berndkuhls@hotmail.com> writes: 
> 
> > Signed-off-by: Bernd Kuhls
> > <berndkuhls@hotmail.com> 
> 
> What issue exactly are you trying to fix? I don't seem to be able to
> trigger it here?
> 
> Some more detailed commit message would be good, please.
> 

Hi,

I need this kind of patch for a lot of packages due to link failures 
regarding libiconv and, sometimes, libgettext, for example gnupg 
(http://patchwork.ozlabs.org/patch/305819/):

buildroot/output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a 
buildroot/output/target/usr/bin/gpg | grep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libiconv.so.2]
 0x00000001 (NEEDED)                     Shared library: [libz.so.1]
 0x00000001 (NEEDED)                     Shared library: [libbz2.so.1.0]
 0x00000001 (NEEDED)                     Shared library: [libreadline.so.6]
 0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
 0x00000001 (NEEDED)                     Shared library: [libc.so.0]

Here is a patch snippet of the uClibc .config currently in use, I hope this 
will help you triggering the problem:

@@ -179,67 +172,65 @@
 #
 # String and Stdio Support
 #
-# UCLIBC_HAS_STRING_GENERIC_OPT is not set
+UCLIBC_HAS_STRING_GENERIC_OPT=y
 UCLIBC_HAS_STRING_ARCH_OPT=y
 UCLIBC_HAS_CTYPE_TABLES=y
 UCLIBC_HAS_CTYPE_SIGNED=y
 # UCLIBC_HAS_CTYPE_UNSAFE is not set
 UCLIBC_HAS_CTYPE_CHECKED=y
 # UCLIBC_HAS_CTYPE_ENFORCED is not set
-# UCLIBC_HAS_WCHAR is not set
+UCLIBC_HAS_WCHAR=y
 # UCLIBC_HAS_LOCALE is not set

The full version can be found here:
https://ssl.nettworks.org/repo/browse/fli4l/branches/testing/src/src/fbr/bu
ildroot/package/uclibc/uclibc.config?r=28674

Regards, Bernd

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0
  2014-01-04 13:39 ` [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
@ 2014-01-07  8:35   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-07  8:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > - remove patches applied upstream
 > - add new dependency xproto_presentproto

Thanks, but it seems like xorg 1.15 needs a newer mesa version:

configure: error: Package requirements (glproto >= 1.4.17 gl >= 9.2.0) were not met:

Package dependency requirement 'gl >= 9.2.0' could not be satisfied.
Package 'gl' has version '7.10.3', required version is '>= 9.2.0'

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GL_CFLAGS
and GL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** [/home/peko/source/buildroot/output/build/xserver_xorg-server-1.15.0/.stamp_configured] Error 1

So this is blocked until I've added Spensers' mesa bump series.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907
  2014-01-04 13:38 ` [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907 Bernd Kuhls
@ 2014-01-07  9:04   ` Peter Korsgaard
  0 siblings, 0 replies; 76+ messages in thread
From: Peter Korsgaard @ 2014-01-07  9:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > - enable sna support by default, disable unneeded stuff
 >   ported from OpenELEC:
 >   https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/x11/driver/xf86-video-intel/package.mk
 > - add xlib_libXtst dependency

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
 > ---
 >  .../xdriver_xf86-video-intel.mk                    |   20 ++++++++++++++++----
 >  1 file changed, 16 insertions(+), 4 deletions(-)

 > diff --git a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
 > index 97fef99..34624d3 100644
 > --- a/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
 > +++ b/package/x11r7/xdriver_xf86-video-intel/xdriver_xf86-video-intel.mk
 > @@ -1,16 +1,28 @@
 >  ################################################################################
 >  #
 > -# xdriver_xf86-video-intel
 > +# xdriver_xf86-video-intel -- Intel video driver

Please don't do that. The style we use is to only list the package name.

 >  #
 >  ################################################################################
 
 > -XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.19.0
 > +XDRIVER_XF86_VIDEO_INTEL_VERSION = 2.99.907
 >  XDRIVER_XF86_VIDEO_INTEL_SOURCE = xf86-video-intel-$(XDRIVER_XF86_VIDEO_INTEL_VERSION).tar.bz2
 >  XDRIVER_XF86_VIDEO_INTEL_SITE = http://xorg.freedesktop.org/releases/individual/driver
 >  XDRIVER_XF86_VIDEO_INTEL_LICENSE = MIT
 >  XDRIVER_XF86_VIDEO_INTEL_LICENSE_FILES = COPYING
 >  XDRIVER_XF86_VIDEO_INTEL_AUTORECONF = YES
 > -XDRIVER_XF86_VIDEO_INTEL_CONF_OPT = --enable-dri
 > -XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto libdrm xlib_libpciaccess
 > +
 > +XDRIVER_XF86_VIDEO_INTEL_CONF_OPT = \
 > +	--enable-dri \
 > +	--enable-kms-only \
 > +	--disable-xvmc \
 > +	--disable-ums-only \
 > +	--enable-sna \
 > +	--disable-uxa \
 > +	--disable-glamor \
 > +	--disable-xaa \
 > +	--disable-dga \
 > +	--disable-async-swap
 > +
 > +XDRIVER_XF86_VIDEO_INTEL_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto libdrm xlib_libpciaccess xlib_libXtst

From configure.ac Xtst seems to only be needed for the
intel-virtual-output tool, that I don't think we should enforce, so I've
dropped this.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate
  2014-01-06  5:35     ` Bernd Kuhls
@ 2014-01-28 18:48       ` Thomas Petazzoni
  2014-02-02 16:54         ` Bernd Kuhls
  0 siblings, 1 reply; 76+ messages in thread
From: Thomas Petazzoni @ 2014-01-28 18:48 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Mon, 06 Jan 2014 06:35:30 +0100, Bernd Kuhls wrote:

> I need this kind of patch for a lot of packages due to link failures 
> regarding libiconv and, sometimes, libgettext, for example gnupg 
> (http://patchwork.ozlabs.org/patch/305819/):
> 
> buildroot/output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a 
> buildroot/output/target/usr/bin/gpg | grep NEEDED
>  0x00000001 (NEEDED)                     Shared library: [libiconv.so.2]
>  0x00000001 (NEEDED)                     Shared library: [libz.so.1]
>  0x00000001 (NEEDED)                     Shared library: [libbz2.so.1.0]
>  0x00000001 (NEEDED)                     Shared library: [libreadline.so.6]
>  0x00000001 (NEEDED)                     Shared library: [libgcc_s.so.1]
>  0x00000001 (NEEDED)                     Shared library: [libc.so.0]
> 
> Here is a patch snippet of the uClibc .config currently in use, I hope this 
> will help you triggering the problem:
> 
> @@ -179,67 +172,65 @@
>  #
>  # String and Stdio Support
>  #
> -# UCLIBC_HAS_STRING_GENERIC_OPT is not set
> +UCLIBC_HAS_STRING_GENERIC_OPT=y
>  UCLIBC_HAS_STRING_ARCH_OPT=y
>  UCLIBC_HAS_CTYPE_TABLES=y
>  UCLIBC_HAS_CTYPE_SIGNED=y
>  # UCLIBC_HAS_CTYPE_UNSAFE is not set
>  UCLIBC_HAS_CTYPE_CHECKED=y
>  # UCLIBC_HAS_CTYPE_ENFORCED is not set
> -# UCLIBC_HAS_WCHAR is not set
> +UCLIBC_HAS_WCHAR=y
>  # UCLIBC_HAS_LOCALE is not set
> 
> The full version can be found here:
> https://ssl.nettworks.org/repo/browse/fli4l/branches/testing/src/src/fbr/bu
> ildroot/package/uclibc/uclibc.config?r=28674

So you're only able to trigger the problem by using a custom uClibc
configuration file?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 76+ messages in thread

* [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate
  2014-01-28 18:48       ` Thomas Petazzoni
@ 2014-02-02 16:54         ` Bernd Kuhls
  0 siblings, 0 replies; 76+ messages in thread
From: Bernd Kuhls @ 2014-02-02 16:54 UTC (permalink / raw)
  To: buildroot

Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote
in news:20140128194805.33daa9ce at skate: 

> So you're only able to trigger the problem by using a custom uClibc
> configuration file?

Hi,

no, see my answer here: 
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/75632

Regards, Bernd

^ permalink raw reply	[flat|nested] 76+ messages in thread

end of thread, other threads:[~2014-02-02 16:54 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1388842746-12510-1-git-send-email-berndkuhls@hotmail.com>
2014-01-04 13:38 ` [Buildroot] [PATCH 01/36] xorg: New package xproto_presentproto Bernd Kuhls
2014-01-05 11:39   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10 Bernd Kuhls
2014-01-05 20:10   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 03/36] xorg: xapp_xdpyinfo also depends on xlib_libXinerama & xlib_libXcomposite Bernd Kuhls
2014-01-05 20:54   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 04/36] xorg: Bump xapp_xrandr version to 1.4.1 Bernd Kuhls
2014-01-05 20:59   ` Peter Korsgaard
2014-01-05 21:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 05/36] xorg: Bump xdriver_xf86-video-intel version to 2.99.907 Bernd Kuhls
2014-01-07  9:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 06/36] xorg: Bump xkeyboard-config version to 2.10.1 Bernd Kuhls
2014-01-05 22:27   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 07/36] xorg: Bump xlib_libfontenc version to 1.1.2 Bernd Kuhls
2014-01-05 21:20   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 08/36] xorg: Bump xlib_libpciaccess version to 0.13.2 Bernd Kuhls
2014-01-05 21:22   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 09/36] xorg: Bump xlib_libSM version to 1.2.2 Bernd Kuhls
2014-01-05 21:24   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 10/36] xorg: Bump xlib_libX11 version to 1.6.2 Bernd Kuhls
2014-01-05 21:27   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 11/36] xorg: Bump xlib_libXau version to 1.0.8 Bernd Kuhls
2014-01-05 21:28   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 12/36] xorg: Bump xlib_libXcomposite version to 0.4.4 Bernd Kuhls
2014-01-05 21:31   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 13/36] xorg: Bump xlib_libXdamage version to 1.1.4 Bernd Kuhls
2014-01-05 21:32   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 14/36] xorg: Bump xlib_libXext version to 1.3.2 Bernd Kuhls
2014-01-05 21:06   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 15/36] xorg: Bump xlib_libXfixes version to 5.0.1 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 16/36] xorg: Bump xlib_libXfont version to 1.4.6 Bernd Kuhls
2014-01-05 21:33   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 17/36] xorg: Bump xlib_libXi version to 1.7.2 Bernd Kuhls
2014-01-05 21:15   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 18/36] xorg: Bump xlib_libXinerama version to 1.1.3 Bernd Kuhls
2014-01-05 21:40   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 19/36] xorg: Bump xlib_libXmu version to 1.1.2 Bernd Kuhls
2014-01-05 21:43   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 20/36] xorg: xlib_libXpm depends on libiconv & gettext if appropriate Bernd Kuhls
2014-01-05 22:48   ` Peter Korsgaard
2014-01-06  5:35     ` Bernd Kuhls
2014-01-28 18:48       ` Thomas Petazzoni
2014-02-02 16:54         ` Bernd Kuhls
2014-01-04 13:38 ` [Buildroot] [PATCH 21/36] xorg: Bump xlib_libXrandr version to 1.4.2 Bernd Kuhls
2014-01-05 21:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 22/36] xorg: Bump xlib_libXrender version to 0.9.8 Bernd Kuhls
2014-01-05 21:56   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 23/36] xorg: Bump xlib_libXt version to 1.1.4 Bernd Kuhls
2014-01-05 21:57   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 24/36] xorg: Bump xlib_libXtst version to 1.2.2 Bernd Kuhls
2014-01-05 21:57   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 25/36] xorg: Bump xlib_libXxf86vm version to 1.1.3 Bernd Kuhls
2014-01-05 21:59   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 26/36] xorg: Bump xlib_xtrans version to 1.3.2 Bernd Kuhls
2014-01-05 22:04   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 27/36] xorg: Bump xproto_dri2proto version to 2.8 Bernd Kuhls
2014-01-05 21:18   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 28/36] xorg: Bump xproto_glproto version to 1.4.17 Bernd Kuhls
2014-01-05 21:18   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 29/36] xorg: Bump xproto_inputproto version to 2.3 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:38 ` [Buildroot] [PATCH 30/36] xorg: Bump xproto_randrproto version to 1.4.0 Bernd Kuhls
2014-01-05 21:03   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 31/36] xorg: Bump xproto_videoproto version to 2.3.2 Bernd Kuhls
2014-01-05 21:19   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 32/36] xorg: Bump xproto_xextproto version to 7.3.0 Bernd Kuhls
2014-01-05 21:06   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 33/36] xorg: Bump xproto_xproto version to 7.0.25 Bernd Kuhls
2014-01-05 21:14   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 34/36] xorg: Bump xutil_makedepend version to 1.0.5 Bernd Kuhls
2014-01-05 22:30   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 35/36] xorg: Bump xutil_util-macros version to 1.18.0 Bernd Kuhls
2014-01-05 22:30   ` Peter Korsgaard
2014-01-04 13:39 ` [Buildroot] [PATCH 36/36] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
2014-01-07  8:35   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.