From patchwork Thu Aug 7 12:53:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Mads_Dor=C3=A9_Hansen?= X-Patchwork-Id: 377842 X-Patchwork-Delegate: kiho@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 388C71400B6 for ; Thu, 7 Aug 2014 22:53:54 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id BE6BC3FD02 for ; Thu, 7 Aug 2014 14:53:51 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from ispc7.dotserv.com (ssl7.dotserv.com [178.20.217.17]) by hugin.dotsrc.org (Postfix) with ESMTPS id C53AD3FBFD for ; Thu, 7 Aug 2014 14:53:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id 3F9E3331A0 for ; Thu, 7 Aug 2014 14:53:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ispc7.dotserv.com Received: from ispc7.dotserv.com ([127.0.0.1]) by localhost (ispc7.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sNgZ6Do06yjz for ; Thu, 7 Aug 2014 14:53:45 +0200 (CEST) Received: from localhost.localdomain (unknown [195.215.105.114]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id B38A0513A15 for ; Thu, 7 Aug 2014 14:53:45 +0200 (CEST) From: =?UTF-8?q?Mads=20Dor=C3=A9?= To: dev@oe-lite.org Subject: [base 2/8] harfbuzz added. Date: Thu, 7 Aug 2014 14:53:39 +0200 Message-Id: <1407416025-2990-2-git-send-email-dore@madsdore.dk> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1407416025-2990-1-git-send-email-dore@madsdore.dk> References: <1407416025-2990-1-git-send-email-dore@madsdore.dk> X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/harfbuzz/harfbuzz_0.9.19.oe | 25 +++++++++++++++++++++++++ recipes/harfbuzz/harfbuzz_0.9.19.oe.sig | 1 + 2 files changed, 26 insertions(+) create mode 100644 recipes/harfbuzz/harfbuzz_0.9.19.oe create mode 100644 recipes/harfbuzz/harfbuzz_0.9.19.oe.sig diff --git a/recipes/harfbuzz/harfbuzz_0.9.19.oe b/recipes/harfbuzz/harfbuzz_0.9.19.oe new file mode 100644 index 0000000..7121594 --- /dev/null +++ b/recipes/harfbuzz/harfbuzz_0.9.19.oe @@ -0,0 +1,25 @@ +SUMMARY = "HarfBuzz is an OpenType text shaping engine" +DESCRIPTION = """ +HarfBuzz is a software development library for shaping of Unicode text. The most +recent incarnation of HarfBuzz targets various font technologies while the first +version targeted only OpenType fonts. +""" +LICENSE = "MIT" +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz" + +SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.19.tar.bz2" + +RECIPE_TYPES = "machine native" + +inherit autotools library pkgconfig auto-package-utils + +DEPENDS += "cairo glib-libglib libstdc++" + + +EXTRA_OECONF += " \ + --with-cairo=yes \ + --with-glib=yes \ +" + + +AUTO_PACKAGE_UTILS = "hb-shape hb-view hb-ot-shape-closure" diff --git a/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig b/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig new file mode 100644 index 0000000..576f963 --- /dev/null +++ b/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig @@ -0,0 +1 @@ +5603e084fbf8be1b93722c8e2694643361c489e4 harfbuzz-0.9.19.tar.bz2