From patchwork Thu Sep 2 14:11:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4659 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4H0jYL4TLKz3wy6 for ; Thu, 2 Sep 2021 14:12:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4H0jYL2XRnz2gN; Thu, 2 Sep 2021 14:12:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H0jYL1ssHz2yXv; Thu, 2 Sep 2021 14:12:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4H0jYK0y7Dz2xZM for ; Thu, 2 Sep 2021 14:12:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4H0jYJ2SkFzBF; Thu, 2 Sep 2021 14:12:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630591940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+yVKLNK/hExvn4J1H4p10tsCGsnIdENHzAbwzeqnil8=; b=OMIZ6Vu5+eBr3YTXvYRdtBw+RQzKpWjfPRWKbejbWdoIRyaLL4hoe1QjkozEu4lSdxqpvk C5DJSR4aUdmgecAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630591940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+yVKLNK/hExvn4J1H4p10tsCGsnIdENHzAbwzeqnil8=; b=S2GMVTeRB69/zc54fkxEQZg1A+MvT3hePJotyCZtNpk9kc1hSl8rk/trmffthy9u6mr5WF pOAoz1t+Q1MOjuc+LHfU2muOVUAkJUnyvTFlyPjeYysoE5eAsa8R1l6+OfGhzd6fUVG4pb Ayl6UeVBXMyiuQPxs8kqmVaiwgu923X1oSEm01/F6P7tR7dW4BQHnXmSImdS/OynFyZQf5 5Puj6tnR53HnlSZeWONJ6I0ANC/8Cyhco0nx4tfMJoobJFJ18ovkARc2Kh9sALOPy+Eokr sBm0ETqy51mQiHLGUY0Gxij0hkfALGkjwed0YsTJlLxZnsTzr1mDvboGAqhKuw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 2/3] harfbuzz: New dependency for pango Date: Thu, 2 Sep 2021 16:11:55 +0200 Message-Id: <20210902141156.2737925-2-adolf.belka@ipfire.org> In-Reply-To: <20210902141156.2737925-1-adolf.belka@ipfire.org> References: <20210902141156.2737925-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - No change in v2 version as ninja build not used for harfbuzz - lfs file created - rootfile created Signed-off-by: Adolf Belka --- config/rootfiles/common/harfbuzz | 150 +++++++++++++++++++++++++++++++ lfs/harfbuzz | 80 +++++++++++++++++ 2 files changed, 230 insertions(+) create mode 100644 config/rootfiles/common/harfbuzz create mode 100644 lfs/harfbuzz diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz new file mode 100644 index 000000000..ea507c149 --- /dev/null +++ b/config/rootfiles/common/harfbuzz @@ -0,0 +1,150 @@ +#usr/bin/hb-ot-shape-closure +#usr/bin/hb-shape +#usr/bin/hb-subset +#usr/bin/hb-view +#usr/include/harfbuzz +#usr/include/harfbuzz/hb-aat-layout.h +#usr/include/harfbuzz/hb-aat.h +#usr/include/harfbuzz/hb-blob.h +#usr/include/harfbuzz/hb-buffer.h +#usr/include/harfbuzz/hb-common.h +#usr/include/harfbuzz/hb-deprecated.h +#usr/include/harfbuzz/hb-draw.h +#usr/include/harfbuzz/hb-face.h +#usr/include/harfbuzz/hb-font.h +#usr/include/harfbuzz/hb-ft.h +#usr/include/harfbuzz/hb-glib.h +#usr/include/harfbuzz/hb-map.h +#usr/include/harfbuzz/hb-ot-color.h +#usr/include/harfbuzz/hb-ot-deprecated.h +#usr/include/harfbuzz/hb-ot-font.h +#usr/include/harfbuzz/hb-ot-layout.h +#usr/include/harfbuzz/hb-ot-math.h +#usr/include/harfbuzz/hb-ot-meta.h +#usr/include/harfbuzz/hb-ot-metrics.h +#usr/include/harfbuzz/hb-ot-name.h +#usr/include/harfbuzz/hb-ot-shape.h +#usr/include/harfbuzz/hb-ot-var.h +#usr/include/harfbuzz/hb-ot.h +#usr/include/harfbuzz/hb-set.h +#usr/include/harfbuzz/hb-shape-plan.h +#usr/include/harfbuzz/hb-shape.h +#usr/include/harfbuzz/hb-style.h +#usr/include/harfbuzz/hb-subset.h +#usr/include/harfbuzz/hb-unicode.h +#usr/include/harfbuzz/hb-version.h +#usr/include/harfbuzz/hb.h +#usr/lib/cmake/harfbuzz +#usr/lib/cmake/harfbuzz/harfbuzz-config.cmake +#usr/lib/libharfbuzz-subset.la +#usr/lib/libharfbuzz-subset.so +usr/lib/libharfbuzz-subset.so.0 +usr/lib/libharfbuzz-subset.so.0.20900.0 +#usr/lib/libharfbuzz.la +#usr/lib/libharfbuzz.so +usr/lib/libharfbuzz.so.0 +usr/lib/libharfbuzz.so.0.20900.0 +#usr/lib/pkgconfig/harfbuzz-subset.pc +#usr/lib/pkgconfig/harfbuzz.pc +#usr/share/gtk-doc/html/harfbuzz +#usr/share/gtk-doc/html/harfbuzz/HarfBuzz.png +#usr/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +#usr/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +#usr/share/gtk-doc/html/harfbuzz/a-simple-shaping-example.html +#usr/share/gtk-doc/html/harfbuzz/aat-shaping.html +#usr/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +#usr/share/gtk-doc/html/harfbuzz/annotation-glossary.html +#usr/share/gtk-doc/html/harfbuzz/api-index-full.html +#usr/share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html +#usr/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +#usr/share/gtk-doc/html/harfbuzz/building.html +#usr/share/gtk-doc/html/harfbuzz/clusters.html +#usr/share/gtk-doc/html/harfbuzz/complex-scripts.html +#usr/share/gtk-doc/html/harfbuzz/core-api.html +#usr/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +#usr/share/gtk-doc/html/harfbuzz/fonts-and-faces-custom-functions.html +#usr/share/gtk-doc/html/harfbuzz/fonts-and-faces-native-opentype.html +#usr/share/gtk-doc/html/harfbuzz/fonts-and-faces-variable.html +#usr/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +#usr/share/gtk-doc/html/harfbuzz/getting-started.html +#usr/share/gtk-doc/html/harfbuzz/graphite-shaping.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-aat-layout.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-directwrite.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gdi.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-map.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-color.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-meta.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-metrics.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-name.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-var.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-subset.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +#usr/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +#usr/share/gtk-doc/html/harfbuzz/home.png +#usr/share/gtk-doc/html/harfbuzz/index.html +#usr/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +#usr/share/gtk-doc/html/harfbuzz/integration-api.html +#usr/share/gtk-doc/html/harfbuzz/integration-coretext.html +#usr/share/gtk-doc/html/harfbuzz/integration-freetype.html +#usr/share/gtk-doc/html/harfbuzz/integration-icu.html +#usr/share/gtk-doc/html/harfbuzz/integration-python.html +#usr/share/gtk-doc/html/harfbuzz/integration-uniscribe.html +#usr/share/gtk-doc/html/harfbuzz/integration.html +#usr/share/gtk-doc/html/harfbuzz/left-insensitive.png +#usr/share/gtk-doc/html/harfbuzz/left.png +#usr/share/gtk-doc/html/harfbuzz/level-2.html +#usr/share/gtk-doc/html/harfbuzz/object-model-blobs.html +#usr/share/gtk-doc/html/harfbuzz/object-model-lifecycle.html +#usr/share/gtk-doc/html/harfbuzz/object-model-object-types.html +#usr/share/gtk-doc/html/harfbuzz/object-model-user-data.html +#usr/share/gtk-doc/html/harfbuzz/object-model.html +#usr/share/gtk-doc/html/harfbuzz/opentype-api.html +#usr/share/gtk-doc/html/harfbuzz/opentype-shaping-models.html +#usr/share/gtk-doc/html/harfbuzz/reference-manual.html +#usr/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +#usr/share/gtk-doc/html/harfbuzz/right-insensitive.png +#usr/share/gtk-doc/html/harfbuzz/right.png +#usr/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +#usr/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +#usr/share/gtk-doc/html/harfbuzz/shaping-concepts.html +#usr/share/gtk-doc/html/harfbuzz/shaping-opentype-features.html +#usr/share/gtk-doc/html/harfbuzz/shaping-operations.html +#usr/share/gtk-doc/html/harfbuzz/shaping-plans-and-caching.html +#usr/share/gtk-doc/html/harfbuzz/shaping-shaper-selection.html +#usr/share/gtk-doc/html/harfbuzz/style.css +#usr/share/gtk-doc/html/harfbuzz/subset-api.html +#usr/share/gtk-doc/html/harfbuzz/terminology.html +#usr/share/gtk-doc/html/harfbuzz/text-runs.html +#usr/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +#usr/share/gtk-doc/html/harfbuzz/unicode-character-categories.html +#usr/share/gtk-doc/html/harfbuzz/up-insensitive.png +#usr/share/gtk-doc/html/harfbuzz/up.png +#usr/share/gtk-doc/html/harfbuzz/user-manual.html +#usr/share/gtk-doc/html/harfbuzz/utilities-common-types-apis.html +#usr/share/gtk-doc/html/harfbuzz/utilities.html +#usr/share/gtk-doc/html/harfbuzz/what-does-harfbuzz-do.html +#usr/share/gtk-doc/html/harfbuzz/what-harfbuzz-doesnt-do.html +#usr/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +#usr/share/gtk-doc/html/harfbuzz/why-do-i-need-a-shaping-engine.html +#usr/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +#usr/share/gtk-doc/html/harfbuzz/working-with-harfbuzz-clusters.html diff --git a/lfs/harfbuzz b/lfs/harfbuzz new file mode 100644 index 000000000..7448ba493 --- /dev/null +++ b/lfs/harfbuzz @@ -0,0 +1,80 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 IPFire Team # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 2.9.0 + +THISAPP = harfbuzz-$(VER) +DL_FILE = $(THISAPP).tar.xz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = b1977caae59978c2fea28a4b66a60da0 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-static + cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD)