Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/36] xorg: Bump xcb-proto & libxcb version to 1.10
Date: Sun, 05 Jan 2014 21:10:37 +0100	[thread overview]
Message-ID: <87ioty5gw2.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <BLU0-SMTP401025A09E72B56EC74214CD9B50@phx.gbl> (Bernd Kuhls's message of "Sat, 4 Jan 2014 14:38:31 +0100")

>>>>> "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

  reply	other threads:[~2014-01-05 20:10 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ioty5gw2.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox