From patchwork Mon Sep 18 18:35:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 815076 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xwvpF3m9Yz9s7B for ; Tue, 19 Sep 2017 04:35:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B3AF689427; Mon, 18 Sep 2017 18:35:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tZ-C-pSRT6bl; Mon, 18 Sep 2017 18:35:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1437F8942C; Mon, 18 Sep 2017 18:35:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 9FA601C26BD for ; Mon, 18 Sep 2017 18:35:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9B1AB8942C for ; Mon, 18 Sep 2017 18:35:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PSPNIdwpluuW for ; Mon, 18 Sep 2017 18:35:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by hemlock.osuosl.org (Postfix) with ESMTPS id 1F80289427 for ; Mon, 18 Sep 2017 18:35:44 +0000 (UTC) Received: from fwd20.aul.t-online.de (fwd20.aul.t-online.de [172.20.26.140]) by mailout10.t-online.de (Postfix) with SMTP id 1941441F82D7; Mon, 18 Sep 2017 20:35:42 +0200 (CEST) Received: from fli4l.lan.fli4l (E2xVquZlZhBtBTzCbZ2U4b3ci07wFBNtsZBlcpJ+4FZOc8g8OhE03QZxAxuQ2eJwjF@[79.228.1.99]) by fwd20.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1du0tO-0oT1W40; Mon, 18 Sep 2017 20:35:38 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:51586 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1du0tN-0002F8-6A; Mon, 18 Sep 2017 20:35:37 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 18 Sep 2017 20:35:37 +0200 Message-Id: <20170918183537.30917-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: E2xVquZlZhBtBTzCbZ2U4b3ci07wFBNtsZBlcpJ+4FZOc8g8OhE03QZxAxuQ2eJwjF X-TOI-MSGID: 981a199c-78c7-4024-9c6b-b89a9344c878 Cc: "Yann E . MORIN" Subject: [Buildroot] [PATCH 1/1] package/libinput: bump version to 1.8.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Added all hashes applied upstream. Renamed configure option -event-gui to -debug-gui after upstream commit https://cgit.freedesktop.org/wayland/libinput/commit/configure.ac?h=1.8-branch&id=a69294251df92e818f695cd2456c8eb860e02522 Signed-off-by: Bernd Kuhls --- package/libinput/libinput.hash | 7 +++++-- package/libinput/libinput.mk | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package/libinput/libinput.hash b/package/libinput/libinput.hash index 490131c3aa..4e64568ca3 100644 --- a/package/libinput/libinput.hash +++ b/package/libinput/libinput.hash @@ -1,2 +1,5 @@ -# From https://lists.freedesktop.org/archives/wayland-devel/2017-May/034037.html -sha256 0b1e5a6c106ccc609ccececd9e33e6b27c8b01fc7457ddb4c1dd266e780d6bc2 libinput-1.7.2.tar.xz +# From https://lists.freedesktop.org/archives/wayland-devel/2017-September/034949.html +md5 e94e9aa765da9533c23b80b440638de9 libinput-1.8.2.tar.xz +sha1 1c55462eb598b91c9c360f31170a408fb8d38d22 libinput-1.8.2.tar.xz +sha256 013518ee0adb2287e6e1f08412efba2137320738cadb5399b783738f04cbab38 libinput-1.8.2.tar.xz +sha512 555a7680cc8aaf62c5370a865f3aff0a933d42d94a3d8861c072666b02c9e1be45ea39de9a749a9575cdfb613b6150e412e18559d94d4919f21ca4680a3c76a7 libinput-1.8.2.tar.xz diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index 4ecc2d14ac..f904b796b7 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBINPUT_VERSION = 1.7.2 +LIBINPUT_VERSION = 1.8.2 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz LIBINPUT_SITE = http://www.freedesktop.org/software/libinput LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev @@ -15,10 +15,10 @@ LIBINPUT_LICENSE_FILES = COPYING LIBINPUT_CONF_OPTS = --disable-tests --disable-libwacom ifeq ($(BR2_PACKAGE_LIBGTK3),y) -LIBINPUT_CONF_OPTS += --enable-event-gui +LIBINPUT_CONF_OPTS += --enable-debug-gui LIBINPUT_DEPENDENCIES += libgtk3 else -LIBINPUT_CONF_OPTS += --disable-event-gui +LIBINPUT_CONF_OPTS += --disable-debug-gui endif $(eval $(autotools-package))