Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0
@ 2015-07-11 15:49 Bernd Kuhls
  2015-07-11 15:50 ` [Buildroot] [PATCH 2/2] package/libinput: bump version to 0.19.0, add locale dependency Bernd Kuhls
  2015-07-11 22:54 ` [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-07-11 15:49 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash  |    5 ++---
 .../xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk    |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash
index 9b5219f..05e119e 100644
--- a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash
+++ b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash
@@ -1,3 +1,2 @@
-# From http://lists.x.org/archives/xorg-announce/2015-April/002586.html
-sha1	cfb19cc863bfc0a419df6b14287891ad54bc86a2				xf86-input-libinput-0.9.0.tar.bz2
-sha256	37f623b7869c700156049fa9204bafd6027bf5c3acd9017919e42199bcc666da	xf86-input-libinput-0.9.0.tar.bz2
+# From http://lists.x.org/archives/xorg-announce/2015-June/002610.html
+sha256	56babf46c13d15fbd15c9d43815e9220e63acd9ed28095e7d68ad03f9148bbda	xf86-input-libinput-0.11.0.tar.bz2
diff --git a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
index 28371a2..722e700 100644
--- a/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
+++ b/package/x11r7/xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.9.0
+XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.11.0
 XDRIVER_XF86_INPUT_LIBINPUT_SOURCE = xf86-input-libinput-$(XDRIVER_XF86_INPUT_LIBINPUT_VERSION).tar.bz2
 XDRIVER_XF86_INPUT_LIBINPUT_SITE = http://xorg.freedesktop.org/releases/individual/driver
 XDRIVER_XF86_INPUT_LIBINPUT_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/2] package/libinput: bump version to 0.19.0, add locale dependency
  2015-07-11 15:49 [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0 Bernd Kuhls
@ 2015-07-11 15:50 ` Bernd Kuhls
  2015-07-11 22:55   ` Thomas Petazzoni
  2015-07-11 22:54 ` [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2015-07-11 15:50 UTC (permalink / raw)
  To: buildroot

Since 2015-04-22 libinput needs locale support:
http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc

This patch adds the needed dependency also to
xdriver_xf86-input-libinput.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libinput/Config.in                          |    5 +++--
 package/libinput/libinput.hash                      |    4 ++--
 package/libinput/libinput.mk                        |    2 +-
 package/x11r7/xdriver_xf86-input-libinput/Config.in |    5 +++--
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/package/libinput/Config.in b/package/libinput/Config.in
index 14e4e70..f7793df 100644
--- a/package/libinput/Config.in
+++ b/package/libinput/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBINPUT
 	bool "libinput"
+	depends on BR2_ENABLE_LOCALE
 	depends on BR2_PACKAGE_HAS_UDEV
 	select BR2_PACKAGE_LIBEVDEV
 	select BR2_PACKAGE_MTDEV
@@ -13,5 +14,5 @@ config BR2_PACKAGE_LIBINPUT
 
 	  http://freedesktop.org/wiki/Software/libinput/
 
-comment "libinput needs udev /dev management"
-	depends on !BR2_PACKAGE_HAS_UDEV
+comment "libinput needs udev /dev management and a toolchain w/ locale"
+	depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
diff --git a/package/libinput/libinput.hash b/package/libinput/libinput.hash
index 6452847..299a28f 100644
--- a/package/libinput/libinput.hash
+++ b/package/libinput/libinput.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/wayland-devel/2015-April/021485.html
-sha256	2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64	libinput-0.14.1.tar.xz
+# From http://lists.freedesktop.org/archives/wayland-devel/2015-July/023184.html
+sha256	69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d	libinput-0.19.0.tar.xz
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk
index bacee6a..175e04f 100644
--- a/package/libinput/libinput.mk
+++ b/package/libinput/libinput.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBINPUT_VERSION = 0.14.1
+LIBINPUT_VERSION = 0.19.0
 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
 LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
 LIBINPUT_LICENSE = MIT
diff --git a/package/x11r7/xdriver_xf86-input-libinput/Config.in b/package/x11r7/xdriver_xf86-input-libinput/Config.in
index cc878b6..69697ed 100644
--- a/package/x11r7/xdriver_xf86-input-libinput/Config.in
+++ b/package/x11r7/xdriver_xf86-input-libinput/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
 	bool "xf86-input-libinput"
+	depends on BR2_ENABLE_LOCALE # libinput
 	depends on BR2_PACKAGE_HAS_UDEV # libinput
 	select BR2_PACKAGE_LIBINPUT
 	select BR2_PACKAGE_XPROTO_INPUTPROTO
@@ -9,5 +10,5 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT
 	  libinput, so while it does provide all features that libinput supports
 	  it does little beyond.
 
-comment "xf86-input-libinput requires udev to be enabled"
-	depends on !BR2_PACKAGE_HAS_UDEV
+comment "xf86-input-libinput needs udev /dev management and a toolchain w/ locale"
+	depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0
  2015-07-11 15:49 [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0 Bernd Kuhls
  2015-07-11 15:50 ` [Buildroot] [PATCH 2/2] package/libinput: bump version to 0.19.0, add locale dependency Bernd Kuhls
@ 2015-07-11 22:54 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-07-11 22:54 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 11 Jul 2015 17:49:59 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.hash  |    5 ++---
>  .../xdriver_xf86-input-libinput/xdriver_xf86-input-libinput.mk    |    2 +-
>  2 files changed, 3 insertions(+), 4 deletions(-)

Applied, thanks.

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

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

* [Buildroot] [PATCH 2/2] package/libinput: bump version to 0.19.0, add locale dependency
  2015-07-11 15:50 ` [Buildroot] [PATCH 2/2] package/libinput: bump version to 0.19.0, add locale dependency Bernd Kuhls
@ 2015-07-11 22:55   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-07-11 22:55 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 11 Jul 2015 17:50:00 +0200, Bernd Kuhls wrote:
> Since 2015-04-22 libinput needs locale support:
> http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc

One might wonder why they are using strtod_l() instead of just
strtod(), but anyway...

> diff --git a/package/libinput/Config.in b/package/libinput/Config.in
> index 14e4e70..f7793df 100644
> --- a/package/libinput/Config.in
> +++ b/package/libinput/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_LIBINPUT
>  	bool "libinput"
> +	depends on BR2_ENABLE_LOCALE

You need to propagate this new dependency to all reverse dependencies
of libinput. You handled xdriver_xf86-input-libinput but I think you
missed the weston package. Can you respin?

Thanks!

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

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

end of thread, other threads:[~2015-07-11 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-11 15:49 [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0 Bernd Kuhls
2015-07-11 15:50 ` [Buildroot] [PATCH 2/2] package/libinput: bump version to 0.19.0, add locale dependency Bernd Kuhls
2015-07-11 22:55   ` Thomas Petazzoni
2015-07-11 22:54 ` [Buildroot] [PATCH 1/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox