* [Buildroot] [pull request] Pull request for branch xorg-fixes
@ 2012-11-16 17:23 Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 01/12] xlib_libXt: bump version to 1.1.3 Thomas Petazzoni
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Hello,
Here is a set of X.org related bumps needed to get rid of the Xmu
related build failures (like
http://autobuild.buildroot.org/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build-end.log)
that occur on multiple X.org application packages.
Thanks,
thomas
The following changes since commit 3116742e8f0c45e5ca06b32f91e481763356e03e:
kexec: disable on unsupported architectures (2012-11-16 17:01:04 +0100)
are available in the git repository at:
git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git xorg-fixes
for you to fetch changes up to fb160f69ac3eb6495ffd1b93a14da77606f16b69:
xapp_xvidtune: bump version to 1.0.2 to fix Xmu related build failure (2012-11-16 18:21:45 +0100)
----------------------------------------------------------------
Thomas Petazzoni (12):
xlib_libXt: bump version to 1.1.3
xutil_util-macros: bump to version 1.17
xapp_editres: bump to 1.0.5 to fix Xmu related build failure
xapp_twm: bump to 1.0.6 to fix Xmu related build failure
xapp_viewres: bump to 1.0.3 to fix Xmu related build failure
xapp_xclipboard: bump to 1.1.2 to fix Xmu related build failure
xapp_xditview: bump version to 1.0.2 to fix Xmu related build failure
xapp_xfd: bump version to 1.1.1 to fix Xmu related build failure
xapp_xload: bump version to 1.1.1 to fix Xmu related build failure
xapp_xlogo: bump version to 1.0.4 to fix Xmu related build failure
xapp_xmh: bump version to 1.0.2 to fix Xmu related build failure
xapp_xvidtune: bump version to 1.0.2 to fix Xmu related build failure
package/x11r7/xapp_editres/xapp_editres.mk | 2 +-
package/x11r7/xapp_twm/xapp_twm.mk | 2 +-
package/x11r7/xapp_viewres/xapp_viewres.mk | 2 +-
package/x11r7/xapp_xclipboard/xapp_xclipboard.mk | 4 ++--
package/x11r7/xapp_xditview/xapp_xditview.mk | 2 +-
package/x11r7/xapp_xfd/xapp_xfd.mk | 2 +-
package/x11r7/xapp_xload/xapp_xload.mk | 2 +-
package/x11r7/xapp_xlogo/xapp_xlogo.mk | 2 +-
package/x11r7/xapp_xmh/xapp_xmh.mk | 2 +-
package/x11r7/xapp_xvidtune/xapp_xvidtune.mk | 2 +-
...il-don-t-link-makestrs-with-target-cflags.patch | 19 +++++++++----------
package/x11r7/xlib_libXt/xlib_libXt.mk | 2 +-
.../x11r7/xutil_util-macros/xutil_util-macros.mk | 2 +-
13 files changed, 22 insertions(+), 23 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 01/12] xlib_libXt: bump version to 1.1.3
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 02/12] xutil_util-macros: bump to version 1.17 Thomas Petazzoni
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Needed by the bump of xapp_clipboard, itself needed to avoid the
following build failure:
http://autobuild.buildroot.org/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
...il-don-t-link-makestrs-with-target-cflags.patch | 19 +++++++++----------
package/x11r7/xlib_libXt/xlib_libXt.mk | 2 +-
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch b/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
index aafb352..692d03b 100644
--- a/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
+++ b/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
@@ -1,11 +1,11 @@
-From 9324466141626518e5a67838813562ec6ef62ba3 Mon Sep 17 00:00:00 2001
+From 3f064076c783914cafdff028db303681dae4291d Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date: Thu, 15 Nov 2012 18:31:53 +0100
-Subject: [PATCH] util: don't link makestrs with target cflags
+Subject: [PATCH] libXt: util: don't link makestrs with target cflags
The line:
-makestrs_CFLAGS = $(XT_CFLAGS)
+AM_CFLAGS = $(XT_CFLAGS)
in util/Makefile.am is wrong because it adds target cflags to the
compilation of makestrs, which is built for the build machine, which
@@ -23,19 +23,19 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2 files changed, 2 deletions(-)
diff --git a/util/Makefile.am b/util/Makefile.am
-index 969ecef..cc6f3fc 100644
+index dedfa6b..cc6f3fc 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -10,7 +10,6 @@ EXTRA_DIST = \
- StrDefs.ht \
- string.list
+ StrDefs.ht \
+ string.list
--makestrs_CFLAGS = $(XT_CFLAGS)
+-AM_CFLAGS = $(XT_CFLAGS)
makestrs_SOURCES = makestrs.c
diff --git a/util/makestrs.c b/util/makestrs.c
-index 3551cc1..456735b 100644
+index a52866a..00c861f 100644
--- a/util/makestrs.c
+++ b/util/makestrs.c
@@ -27,7 +27,6 @@ in this Software without prior written authorization from The Open Group.
@@ -45,7 +45,6 @@ index 3551cc1..456735b 100644
-#include <X11/Xos.h>
#include <stdlib.h>
#include <unistd.h>
- #if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */
+
--
1.7.9.5
-
diff --git a/package/x11r7/xlib_libXt/xlib_libXt.mk b/package/x11r7/xlib_libXt/xlib_libXt.mk
index fd8f079..9f9aaea 100644
--- a/package/x11r7/xlib_libXt/xlib_libXt.mk
+++ b/package/x11r7/xlib_libXt/xlib_libXt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XLIB_LIBXT_VERSION = 1.0.9
+XLIB_LIBXT_VERSION = 1.1.3
XLIB_LIBXT_SOURCE = libXt-$(XLIB_LIBXT_VERSION).tar.bz2
XLIB_LIBXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXT_INSTALL_STAGING = YES
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 02/12] xutil_util-macros: bump to version 1.17
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 01/12] xlib_libXt: bump version to 1.1.3 Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 03/12] xapp_editres: bump to 1.0.5 to fix Xmu related build failure Thomas Petazzoni
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Needed by other xapp versions bump, which themselves are needed to fix
the missing link against the Xmu library (build failures similar to
http://autobuild.buildroot.org/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build-end.log).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 7a13a61..6171c39 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.11.0
+XUTIL_UTIL_MACROS_VERSION = 1.17
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_INSTALL_STAGING = YES
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 03/12] xapp_editres: bump to 1.0.5 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 01/12] xlib_libXt: bump version to 1.1.3 Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 02/12] xutil_util-macros: bump to version 1.17 Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 04/12] xapp_twm: bump to 1.0.6 " Thomas Petazzoni
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_editres/xapp_editres.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_editres/xapp_editres.mk b/package/x11r7/xapp_editres/xapp_editres.mk
index e5371fa..440ce61 100644
--- a/package/x11r7/xapp_editres/xapp_editres.mk
+++ b/package/x11r7/xapp_editres/xapp_editres.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_EDITRES_VERSION = 1.0.2
+XAPP_EDITRES_VERSION = 1.0.5
XAPP_EDITRES_SOURCE = editres-$(XAPP_EDITRES_VERSION).tar.bz2
XAPP_EDITRES_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_EDITRES_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXmu xlib_libXt
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 04/12] xapp_twm: bump to 1.0.6 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (2 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 03/12] xapp_editres: bump to 1.0.5 to fix Xmu related build failure Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 05/12] xapp_viewres: bump to 1.0.3 " Thomas Petazzoni
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_twm/xapp_twm.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_twm/xapp_twm.mk b/package/x11r7/xapp_twm/xapp_twm.mk
index c8f15d3..9474eca 100644
--- a/package/x11r7/xapp_twm/xapp_twm.mk
+++ b/package/x11r7/xapp_twm/xapp_twm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_TWM_VERSION = 1.0.3
+XAPP_TWM_VERSION = 1.0.6
XAPP_TWM_SOURCE = twm-$(XAPP_TWM_VERSION).tar.bz2
XAPP_TWM_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_TWM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xlib_libXmu
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 05/12] xapp_viewres: bump to 1.0.3 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (3 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 04/12] xapp_twm: bump to 1.0.6 " Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 06/12] xapp_xclipboard: bump to 1.1.2 " Thomas Petazzoni
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_viewres/xapp_viewres.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_viewres/xapp_viewres.mk b/package/x11r7/xapp_viewres/xapp_viewres.mk
index 622dcd9..04ba936 100644
--- a/package/x11r7/xapp_viewres/xapp_viewres.mk
+++ b/package/x11r7/xapp_viewres/xapp_viewres.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_VIEWRES_VERSION = 1.0.1
+XAPP_VIEWRES_VERSION = 1.0.3
XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2
XAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_VIEWRES_DEPENDENCIES = xlib_libXaw
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 06/12] xapp_xclipboard: bump to 1.1.2 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (4 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 05/12] xapp_viewres: bump to 1.0.3 " Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 07/12] xapp_xditview: bump version to 1.0.2 " Thomas Petazzoni
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_xclipboard/xapp_xclipboard.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk b/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk
index a7bc4ab..1fb7ca4 100644
--- a/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk
+++ b/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk
@@ -4,9 +4,9 @@
#
################################################################################
-XAPP_XCLIPBOARD_VERSION = 1.0.1
+XAPP_XCLIPBOARD_VERSION = 1.1.2
XAPP_XCLIPBOARD_SOURCE = xclipboard-$(XAPP_XCLIPBOARD_VERSION).tar.bz2
XAPP_XCLIPBOARD_SITE = http://xorg.freedesktop.org/releases/individual/app
-XAPP_XCLIPBOARD_DEPENDENCIES = xlib_libXaw
+XAPP_XCLIPBOARD_DEPENDENCIES = xlib_libXaw xlib_libXmu xlib_libXt
$(eval $(autotools-package))
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 07/12] xapp_xditview: bump version to 1.0.2 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (5 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 06/12] xapp_xclipboard: bump to 1.1.2 " Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 08/12] xapp_xfd: bump version to 1.1.1 " Thomas Petazzoni
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_xditview/xapp_xditview.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xditview/xapp_xditview.mk b/package/x11r7/xapp_xditview/xapp_xditview.mk
index 00d6038..773ed21 100644
--- a/package/x11r7/xapp_xditview/xapp_xditview.mk
+++ b/package/x11r7/xapp_xditview/xapp_xditview.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_XDITVIEW_VERSION = 1.0.1
+XAPP_XDITVIEW_VERSION = 1.0.2
XAPP_XDITVIEW_SOURCE = xditview-$(XAPP_XDITVIEW_VERSION).tar.bz2
XAPP_XDITVIEW_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XDITVIEW_DEPENDENCIES = xlib_libXaw
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 08/12] xapp_xfd: bump version to 1.1.1 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (6 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 07/12] xapp_xditview: bump version to 1.0.2 " Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 09/12] xapp_xload: " Thomas Petazzoni
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_xfd/xapp_xfd.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xfd/xapp_xfd.mk b/package/x11r7/xapp_xfd/xapp_xfd.mk
index 50f15b1..72c1aca 100644
--- a/package/x11r7/xapp_xfd/xapp_xfd.mk
+++ b/package/x11r7/xapp_xfd/xapp_xfd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_XFD_VERSION = 1.0.1
+XAPP_XFD_VERSION = 1.1.1
XAPP_XFD_SOURCE = xfd-$(XAPP_XFD_VERSION).tar.bz2
XAPP_XFD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XFD_DEPENDENCIES = freetype fontconfig xlib_libXaw xlib_libXft
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 09/12] xapp_xload: bump version to 1.1.1 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (7 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 08/12] xapp_xfd: bump version to 1.1.1 " Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 10/12] xapp_xlogo: bump version to 1.0.4 " Thomas Petazzoni
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_xload/xapp_xload.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xload/xapp_xload.mk b/package/x11r7/xapp_xload/xapp_xload.mk
index ace06c6..8580391 100644
--- a/package/x11r7/xapp_xload/xapp_xload.mk
+++ b/package/x11r7/xapp_xload/xapp_xload.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_XLOAD_VERSION = 1.0.2
+XAPP_XLOAD_VERSION = 1.1.1
XAPP_XLOAD_SOURCE = xload-$(XAPP_XLOAD_VERSION).tar.bz2
XAPP_XLOAD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XLOAD_DEPENDENCIES = xlib_libXaw
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 10/12] xapp_xlogo: bump version to 1.0.4 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (8 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 09/12] xapp_xload: " Thomas Petazzoni
@ 2012-11-16 17:23 ` Thomas Petazzoni
2012-11-16 17:24 ` [Buildroot] [PATCH 11/12] xapp_xmh: bump version to 1.0.2 " Thomas Petazzoni
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_xlogo/xapp_xlogo.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xlogo/xapp_xlogo.mk b/package/x11r7/xapp_xlogo/xapp_xlogo.mk
index c3467ba..674b943 100644
--- a/package/x11r7/xapp_xlogo/xapp_xlogo.mk
+++ b/package/x11r7/xapp_xlogo/xapp_xlogo.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_XLOGO_VERSION = 1.0.1
+XAPP_XLOGO_VERSION = 1.0.4
XAPP_XLOGO_SOURCE = xlogo-$(XAPP_XLOGO_VERSION).tar.bz2
XAPP_XLOGO_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XLOGO_DEPENDENCIES = xlib_libXaw xlib_libXprintUtil xlib_libXrender \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 11/12] xapp_xmh: bump version to 1.0.2 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (9 preceding siblings ...)
2012-11-16 17:23 ` [Buildroot] [PATCH 10/12] xapp_xlogo: bump version to 1.0.4 " Thomas Petazzoni
@ 2012-11-16 17:24 ` Thomas Petazzoni
2012-11-16 17:24 ` [Buildroot] [PATCH 12/12] xapp_xvidtune: " Thomas Petazzoni
2012-11-17 8:15 ` [Buildroot] [pull request] Pull request for branch xorg-fixes Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:24 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_xmh/xapp_xmh.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xmh/xapp_xmh.mk b/package/x11r7/xapp_xmh/xapp_xmh.mk
index 463c31d..934f38d 100644
--- a/package/x11r7/xapp_xmh/xapp_xmh.mk
+++ b/package/x11r7/xapp_xmh/xapp_xmh.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_XMH_VERSION = 1.0.1
+XAPP_XMH_VERSION = 1.0.2
XAPP_XMH_SOURCE = xmh-$(XAPP_XMH_VERSION).tar.bz2
XAPP_XMH_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XMH_DEPENDENCIES = xlib_libXaw
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 12/12] xapp_xvidtune: bump version to 1.0.2 to fix Xmu related build failure
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (10 preceding siblings ...)
2012-11-16 17:24 ` [Buildroot] [PATCH 11/12] xapp_xmh: bump version to 1.0.2 " Thomas Petazzoni
@ 2012-11-16 17:24 ` Thomas Petazzoni
2012-11-17 8:15 ` [Buildroot] [pull request] Pull request for branch xorg-fixes Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2012-11-16 17:24 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/x11r7/xapp_xvidtune/xapp_xvidtune.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk b/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk
index 8ac49f7..eb1cac2 100644
--- a/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk
+++ b/package/x11r7/xapp_xvidtune/xapp_xvidtune.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_XVIDTUNE_VERSION = 1.0.1
+XAPP_XVIDTUNE_VERSION = 1.0.2
XAPP_XVIDTUNE_SOURCE = xvidtune-$(XAPP_XVIDTUNE_VERSION).tar.bz2
XAPP_XVIDTUNE_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XVIDTUNE_DEPENDENCIES = xlib_libXaw xlib_libXxf86vm
--
1.7.9.5
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [pull request] Pull request for branch xorg-fixes
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
` (11 preceding siblings ...)
2012-11-16 17:24 ` [Buildroot] [PATCH 12/12] xapp_xvidtune: " Thomas Petazzoni
@ 2012-11-17 8:15 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2012-11-17 8:15 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Hello,
Thomas> Here is a set of X.org related bumps needed to get rid of the Xmu
Thomas> related build failures (like
Thomas> http://autobuild.buildroot.org/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build-end.log)
Thomas> that occur on multiple X.org application packages.
Committed series, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2012-11-17 8:15 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 17:23 [Buildroot] [pull request] Pull request for branch xorg-fixes Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 01/12] xlib_libXt: bump version to 1.1.3 Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 02/12] xutil_util-macros: bump to version 1.17 Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 03/12] xapp_editres: bump to 1.0.5 to fix Xmu related build failure Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 04/12] xapp_twm: bump to 1.0.6 " Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 05/12] xapp_viewres: bump to 1.0.3 " Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 06/12] xapp_xclipboard: bump to 1.1.2 " Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 07/12] xapp_xditview: bump version to 1.0.2 " Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 08/12] xapp_xfd: bump version to 1.1.1 " Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 09/12] xapp_xload: " Thomas Petazzoni
2012-11-16 17:23 ` [Buildroot] [PATCH 10/12] xapp_xlogo: bump version to 1.0.4 " Thomas Petazzoni
2012-11-16 17:24 ` [Buildroot] [PATCH 11/12] xapp_xmh: bump version to 1.0.2 " Thomas Petazzoni
2012-11-16 17:24 ` [Buildroot] [PATCH 12/12] xapp_xvidtune: " Thomas Petazzoni
2012-11-17 8:15 ` [Buildroot] [pull request] Pull request for branch xorg-fixes Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox