From patchwork Sat Apr 18 14:05:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 462307 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 95FEC140308 for ; Sun, 19 Apr 2015 00:05:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 56A5195FE8; Sat, 18 Apr 2015 14:05:57 +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 qvx3G6IR7-b1; Sat, 18 Apr 2015 14:05:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9AA0E95FD8; Sat, 18 Apr 2015 14:05:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 625C21C21A6 for ; Sat, 18 Apr 2015 14:05:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5E30291CE0 for ; Sat, 18 Apr 2015 14:05:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eZD+OPyMjknD for ; Sat, 18 Apr 2015 14:05:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by whitealder.osuosl.org (Postfix) with ESMTPS id AB6F891CD9 for ; Sat, 18 Apr 2015 14:05:51 +0000 (UTC) Received: from fwd17.aul.t-online.de (fwd17.aul.t-online.de [172.20.27.64]) by mailout03.t-online.de (Postfix) with SMTP id 058B83AF675 for ; Sat, 18 Apr 2015 16:05:49 +0200 (CEST) Received: from fli4l.lan.fli4l (GcrHS2Zc8hK+XNNJPVo8dGVgkdYGjmtGLVXmzsB5dSCN9fru59QqBHvCwwnlVFnwpR@[79.247.149.14]) by fwd17.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1YjTNO-2X2ZiC0; Sat, 18 Apr 2015 16:05:42 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:51714) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1YjTNN-0004vq-9H; Sat, 18 Apr 2015 16:05:41 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 18 Apr 2015 16:05:38 +0200 Message-Id: <1429365938-12638-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: GcrHS2Zc8hK+XNNJPVo8dGVgkdYGjmtGLVXmzsB5dSCN9fru59QqBHvCwwnlVFnwpR X-TOI-MSGID: 0ee1de5e-cb29-40b3-9432-c086505bd6a8 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v2 1/1] package/x11r7/xcb-util-renderutil: new package 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" Signed-off-by: Bernd Kuhls --- v2: Fixed hash (Romain) package/x11r7/Config.in | 1 + package/x11r7/xcb-util-renderutil/Config.in | 15 +++++++++++++++ .../x11r7/xcb-util-renderutil/xcb-util-renderutil.hash | 2 ++ .../x11r7/xcb-util-renderutil/xcb-util-renderutil.mk | 15 +++++++++++++++ 4 files changed, 33 insertions(+) create mode 100644 package/x11r7/xcb-util-renderutil/Config.in create mode 100644 package/x11r7/xcb-util-renderutil/xcb-util-renderutil.hash create mode 100644 package/x11r7/xcb-util-renderutil/xcb-util-renderutil.mk diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in index 608837f..4166a96 100644 --- a/package/x11r7/Config.in +++ b/package/x11r7/Config.in @@ -19,6 +19,7 @@ if BR2_PACKAGE_XORG7 source package/x11r7/xcb-util/Config.in source package/x11r7/xcb-util-image/Config.in source package/x11r7/xcb-util-keysyms/Config.in + source package/x11r7/xcb-util-renderutil/Config.in source package/x11r7/xcb-util-wm/Config.in source package/x11r7/xlib_libFS/Config.in source package/x11r7/xlib_libICE/Config.in diff --git a/package/x11r7/xcb-util-renderutil/Config.in b/package/x11r7/xcb-util-renderutil/Config.in new file mode 100644 index 0000000..9675278 --- /dev/null +++ b/package/x11r7/xcb-util-renderutil/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_XCB_UTIL_RENDERUTIL + bool "xcb-util-renderutil" + select BR2_PACKAGE_XCB_UTIL + help + The XCB util modules provides a number of libraries which sit on top + of libxcb, the core X protocol library, and some of the extension + libraries. These experimental libraries provide convenience functions + and interfaces which make the raw X protocol more usable. Some of the + libraries also provide client-side code which is not strictly part of + the X protocol but which have traditionally been provided by Xlib. + + XCB util-renderutil module provides the following library: + - renderutil: Convenience functions for the Render extension. + + http://xcb.freedesktop.org/ diff --git a/package/x11r7/xcb-util-renderutil/xcb-util-renderutil.hash b/package/x11r7/xcb-util-renderutil/xcb-util-renderutil.hash new file mode 100644 index 0000000..1a1ad3e --- /dev/null +++ b/package/x11r7/xcb-util-renderutil/xcb-util-renderutil.hash @@ -0,0 +1,2 @@ +# From http://lists.x.org/archives/xorg-announce/2014-June/002446.html +sha256 c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b xcb-util-renderutil-0.3.9.tar.bz2 diff --git a/package/x11r7/xcb-util-renderutil/xcb-util-renderutil.mk b/package/x11r7/xcb-util-renderutil/xcb-util-renderutil.mk new file mode 100644 index 0000000..9e6683b --- /dev/null +++ b/package/x11r7/xcb-util-renderutil/xcb-util-renderutil.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# xcb-util-renderutil +# +################################################################################ + +XCB_UTIL_RENDERUTIL_VERSION = 0.3.9 +XCB_UTIL_RENDERUTIL_SITE = http://xcb.freedesktop.org/dist +XCB_UTIL_RENDERUTIL_SOURCE = xcb-util-renderutil-$(XCB_UTIL_RENDERUTIL_VERSION).tar.bz2 +XCB_UTIL_RENDERUTIL_LICENSE = MIT +XCB_UTIL_RENDERUTIL_LICENSE_FILES = COPYING +XCB_UTIL_RENDERUTIL_INSTALL_STAGING = YES +XCB_UTIL_RENDERUTIL_DEPENDENCIES = xcb-util + +$(eval $(autotools-package))