From patchwork Thu Oct 17 15:29:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Drake X-Patchwork-Id: 1178740 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=codethink.co.uk Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46vCn612bDz9sPv for ; Fri, 18 Oct 2019 02:30:10 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1B676886DC; Thu, 17 Oct 2019 15:30:09 +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 FLUOEfLatCcV; Thu, 17 Oct 2019 15:30:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 426A1886DF; Thu, 17 Oct 2019 15:30:08 +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 8CBCC1BF568 for ; Thu, 17 Oct 2019 15:29:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 878A287C0A for ; Thu, 17 Oct 2019 15:29:42 +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 6OrLQYWv9Irl for ; Thu, 17 Oct 2019 15:29:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from imap1.codethink.co.uk (imap1.codethink.co.uk [176.9.8.82]) by whitealder.osuosl.org (Postfix) with ESMTPS id D11D987C25 for ; Thu, 17 Oct 2019 15:29:41 +0000 (UTC) Received: from [167.98.27.226] (helo=ts007-build.ts007.codethink.co.uk) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1iL7id-0002Zy-Rj; Thu, 17 Oct 2019 16:29:40 +0100 From: Michael Drake To: buildroot@buildroot.org Date: Thu, 17 Oct 2019 16:29:10 +0100 Message-Id: <20191017152929.49153-12-michael.drake@codethink.co.uk> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191017152929.49153-1-michael.drake@codethink.co.uk> References: <20191017152929.49153-1-michael.drake@codethink.co.uk> MIME-Version: 1.0 Subject: [Buildroot] [RFC PATCH v2 11/30] package/libpangox: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Drake , Thomas Preston Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Michael Drake Signed-off-by: Thomas Preston --- package/Config.in | 1 + package/libpangox/Config.in | 14 ++++++++++++++ package/libpangox/libpangox.mk | 12 ++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 package/libpangox/Config.in create mode 100644 package/libpangox/libpangox.mk diff --git a/package/Config.in b/package/Config.in index ab9335a055..56b01b3b31 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1325,6 +1325,7 @@ menu "Graphics" source "package/libgtk3/Config.in" source "package/libmediaart/Config.in" source "package/libmng/Config.in" + source "package/libpangox/Config.in" source "package/libpng/Config.in" source "package/libqrencode/Config.in" source "package/libraw/Config.in" diff --git a/package/libpangox/Config.in b/package/libpangox/Config.in new file mode 100644 index 0000000000..5575081a4e --- /dev/null +++ b/package/libpangox/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_LIBPANGOX + bool "libpangox" + depends on BR2_USE_WCHAR # gettext + depends on BR2_TOOLCHAIN_HAS_THREADS + select BR2_PACKAGE_LIBGTK2 + select BR2_PACKAGE_PANGO + select BR2_PACKAGE_XLIB_LIBICE + select BR2_PACKAGE_XLIB_LIBSM + select BR2_PACKAGE_XLIB_LIBXMU + select BR2_PACKAGE_XLIB_LIBXMU + select BR2_PACKAGE_XLIB_LIBXT + help + This is a compatibility library providing the obsolete pangox + library that is not shipped by Pango itself anymore. diff --git a/package/libpangox/libpangox.mk b/package/libpangox/libpangox.mk new file mode 100644 index 0000000000..35d7720302 --- /dev/null +++ b/package/libpangox/libpangox.mk @@ -0,0 +1,12 @@ +################################################################################ +# +# libpangox +# +################################################################################ +LIBPANGOX_VERSION = 0.0.2 +LIBPANGOX_SOURCE = pangox-compat-$(LIBPANGOX_VERSION).tar.xz +LIBPANGOX_SITE = http://ftp.gnome.org/pub/GNOME/sources/pangox-compat/0.0 +LIBPANGOX_INSTALL_STAGING = YES +LIBPANGOX_DEPENDENCIES = libglib2 host-pkgconf pango + +$(eval $(autotools-package))