From patchwork Tue Sep 8 21:19:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 515563 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 74065140342 for ; Wed, 9 Sep 2015 07:20:29 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4676C966C4; Tue, 8 Sep 2015 21:20:28 +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 zqcC3KPIMwJY; Tue, 8 Sep 2015 21:20:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6FD3B96639; Tue, 8 Sep 2015 21:20:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E54E51CE7B5 for ; Tue, 8 Sep 2015 21:20:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E0CC98D270 for ; Tue, 8 Sep 2015 21:20:25 +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 16lAtOL8N3SL for ; Tue, 8 Sep 2015 21:20:24 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by whitealder.osuosl.org (Postfix) with ESMTPS id 036968D1F9 for ; Tue, 8 Sep 2015 21:20:23 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id 74B0694004B; Tue, 8 Sep 2015 23:20:21 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Tue, 8 Sep 2015 23:19:37 +0200 Message-Id: <1441747212-27421-4-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1441747212-27421-1-git-send-email-romain.naour@openwide.fr> References: <1441747212-27421-1-git-send-email-romain.naour@openwide.fr> Cc: Bernd Kuhls Subject: [Buildroot] [PACH v2 03/38] package/x11r7/xlib_libXpresent: 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" From: Bernd Kuhls [Romain: - update the help text with the one from: https://ftp-master.debian.org/new/libxpresent_1.0.0-1.html - add host-pkgconf dependency] Signed-off-by: Bernd Kuhls Signed-off-by: Romain Naour --- package/x11r7/Config.in | 1 + package/x11r7/xlib_libXpresent/Config.in | 19 +++++++++++++++++++ .../x11r7/xlib_libXpresent/xlib_libXpresent.hash | 4 ++++ package/x11r7/xlib_libXpresent/xlib_libXpresent.mk | 22 ++++++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 package/x11r7/xlib_libXpresent/Config.in create mode 100644 package/x11r7/xlib_libXpresent/xlib_libXpresent.hash create mode 100644 package/x11r7/xlib_libXpresent/xlib_libXpresent.mk diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in index 7922a5b..d25e5bc 100644 --- a/package/x11r7/Config.in +++ b/package/x11r7/Config.in @@ -42,6 +42,7 @@ if BR2_PACKAGE_XORG7 source package/x11r7/xlib_libXmu/Config.in source package/x11r7/xlib_libXp/Config.in source package/x11r7/xlib_libXpm/Config.in + source package/x11r7/xlib_libXpresent/Config.in source package/x11r7/xlib_libXrandr/Config.in source package/x11r7/xlib_libXrender/Config.in source package/x11r7/xlib_libXres/Config.in diff --git a/package/x11r7/xlib_libXpresent/Config.in b/package/x11r7/xlib_libXpresent/Config.in new file mode 100644 index 0000000..8da839e --- /dev/null +++ b/package/x11r7/xlib_libXpresent/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_XLIB_LIBXPRESENT + bool "libXpresent" + select BR2_PACKAGE_XLIB_LIBX11 + select BR2_PACKAGE_XLIB_LIBXEXT + select BR2_PACKAGE_XLIB_LIBXFIXES + select BR2_PACKAGE_XLIB_LIBXRANDR + select BR2_PACKAGE_XPROTO_PRESENTPROTO + select BR2_PACKAGE_XPROTO_XPROTO + help + X11 Present extension library + libXpresent provides an X Window System client interface to the + Present extension to the X protocol. The Present extension + provides a way for applications to update their window contents + from a pixmap in a well defined fashion, synchronizing with the + display refresh and potentially using a more efficient mechanism + than copying the contents of the source pixmap. + + More information about X.Org can be found at: + diff --git a/package/x11r7/xlib_libXpresent/xlib_libXpresent.hash b/package/x11r7/xlib_libXpresent/xlib_libXpresent.hash new file mode 100644 index 0000000..9d057c0 --- /dev/null +++ b/package/x11r7/xlib_libXpresent/xlib_libXpresent.hash @@ -0,0 +1,4 @@ +# From http://lists.x.org/archives/xorg-announce/2015-April/002584.html +md5 edd87ac15bb666081898dd7382fcbff5 libXpresent-1.0.0.tar.bz2 +sha1 8893cca785dc94f4a001b53f4308588ff6c3900a libXpresent-1.0.0.tar.bz2 +sha256 c11ae015141a9afbe10f4f2b8ee00b11adca6373dc1b9808d7c6c138b2da7b8a libXpresent-1.0.0.tar.bz2 diff --git a/package/x11r7/xlib_libXpresent/xlib_libXpresent.mk b/package/x11r7/xlib_libXpresent/xlib_libXpresent.mk new file mode 100644 index 0000000..5f8f546 --- /dev/null +++ b/package/x11r7/xlib_libXpresent/xlib_libXpresent.mk @@ -0,0 +1,22 @@ +################################################################################ +# +# xlib_libXpresent +# +################################################################################ + +XLIB_LIBXPRESENT_VERSION = 1.0.0 +XLIB_LIBXPRESENT_SOURCE = libXpresent-$(XLIB_LIBXPRESENT_VERSION).tar.bz2 +XLIB_LIBXPRESENT_SITE = http://xorg.freedesktop.org/archive/individual/lib +XLIB_LIBXPRESENT_LICENSE = MIT +XLIB_LIBXPRESENT_LICENSE_FILES = COPYING +XLIB_LIBXPRESENT_INSTALL_STAGING = YES +XLIB_LIBXPRESENT_DEPENDENCIES = \ + host-pkgconf \ + xlib_libX11 \ + xlib_libXext \ + xlib_libXfixes \ + xlib_libXrandr \ + xproto_presentproto \ + xproto_xproto + +$(eval $(autotools-package))