From patchwork Wed Aug 25 15:51: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: 4651 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Gvr876XK0z3xCX for ; Wed, 25 Aug 2021 15:52:07 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Gvr8655VBz13F; Wed, 25 Aug 2021 15:52:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Gvr863TPgz2xmL; Wed, 25 Aug 2021 15:52:06 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Gvr846lXcz2xYh for ; Wed, 25 Aug 2021 15:52:04 +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 4Gvr841nM7z13F; Wed, 25 Aug 2021 15:52:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1629906724; 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; bh=Ha9FDIGMIzeOaUrnHOdfFYxssxMEwd+TwQmWlniIlvU=; b=l8a0Q7XTL8H5XV/71ogngY5j8g3EZ6hR9FFdwSOGTdWVc/hcFu6EAL90zZV+ZBZdTzINLD NeVNIj+OImlpEQBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1629906724; 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; bh=Ha9FDIGMIzeOaUrnHOdfFYxssxMEwd+TwQmWlniIlvU=; b=LsS8IToB44JJoXoEOnmfzz3F6q+82iWCJ1JMCaHCsnK0OZN5h/TUO5ccsqcG/Oyou6cPRn IqwJZKO2Ah0A1KmgUFNhe6FHDX5o2rscMlENVRsbXGgbfShBr/wIquisvsPqrWa0myRgL3 m6V56AYk6bx2vybBboF1WYeFyVquWUOrEGwmzGkVyV6bW5LP7Q6ldyc/vyIp80diiCSuOa bOtyrDMkFWn4TdRMu8vl3bYnYNIxlpySOBB19+Xa2NN2L0aVCBvblw0PQD7YNZnr+bg6JF vWx6V6RyArpPysFZQ1ZLI7Q75iWn/dOUzKzxbjBh28J/iUlT+96/Ubo2gbThuQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] pango: Update to version 1.49.0 Date: Wed, 25 Aug 2021 17:51:55 +0200 Message-Id: <20210825155157.2800796-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" - Update from 1.30.1 (2012) to 1.49.0 (2021) - Update of rootfile - Pango modules, engines, and config have been removed (#733882) in version 1.37.0 in 2014. - pango now has dependencies of harfbuzz and fribidi so patches for these two are included in the following two patches for this series. - Changelog is too large to show here but the details can be found in the NEWS file in the source tarball. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/pango | 111 ++++------------------------------ lfs/pango | 10 +-- make.sh | 2 + 3 files changed, 18 insertions(+), 105 deletions(-) diff --git a/config/rootfiles/common/pango b/config/rootfiles/common/pango index 286aa35e0..8f420c60c 100644 --- a/config/rootfiles/common/pango +++ b/config/rootfiles/common/pango @@ -1,14 +1,15 @@ -etc/pango -etc/pango/pango.modules -usr/bin/pango-querymodules +usr/bin/pango-list +usr/bin/pango-segmentation usr/bin/pango-view #usr/include/pango-1.0 #usr/include/pango-1.0/pango #usr/include/pango-1.0/pango/pango-attributes.h #usr/include/pango-1.0/pango/pango-bidi-type.h #usr/include/pango-1.0/pango/pango-break.h +#usr/include/pango-1.0/pango/pango-color.h #usr/include/pango-1.0/pango/pango-context.h #usr/include/pango-1.0/pango/pango-coverage.h +#usr/include/pango-1.0/pango/pango-direction.h #usr/include/pango-1.0/pango/pango-engine.h #usr/include/pango-1.0/pango/pango-enum-types.h #usr/include/pango-1.0/pango/pango-features.h @@ -21,6 +22,7 @@ usr/bin/pango-view #usr/include/pango-1.0/pango/pango-item.h #usr/include/pango-1.0/pango/pango-language.h #usr/include/pango-1.0/pango/pango-layout.h +#usr/include/pango-1.0/pango/pango-markup.h #usr/include/pango-1.0/pango/pango-matrix.h #usr/include/pango-1.0/pango/pango-modules.h #usr/include/pango-1.0/pango/pango-ot.h @@ -29,115 +31,24 @@ usr/bin/pango-view #usr/include/pango-1.0/pango/pango-tabs.h #usr/include/pango-1.0/pango/pango-types.h #usr/include/pango-1.0/pango/pango-utils.h +#usr/include/pango-1.0/pango/pango-version-macros.h #usr/include/pango-1.0/pango/pango.h #usr/include/pango-1.0/pango/pangocairo.h #usr/include/pango-1.0/pango/pangofc-decoder.h #usr/include/pango-1.0/pango/pangofc-font.h #usr/include/pango-1.0/pango/pangofc-fontmap.h #usr/include/pango-1.0/pango/pangoft2.h -#usr/lib/libpango-1.0.la #usr/lib/libpango-1.0.so usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.3000.1 -#usr/lib/libpangocairo-1.0.la +usr/lib/libpango-1.0.so.0.4900.0 #usr/lib/libpangocairo-1.0.so usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.3000.1 -#usr/lib/libpangoft2-1.0.la +usr/lib/libpangocairo-1.0.so.0.4900.0 #usr/lib/libpangoft2-1.0.so usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.3000.1 -usr/lib/pango -usr/lib/pango/1.6.0 -usr/lib/pango/1.6.0/modules -#usr/lib/pango/1.6.0/modules/pango-arabic-fc.la -usr/lib/pango/1.6.0/modules/pango-arabic-fc.so -#usr/lib/pango/1.6.0/modules/pango-arabic-lang.la -usr/lib/pango/1.6.0/modules/pango-arabic-lang.so -#usr/lib/pango/1.6.0/modules/pango-basic-fc.la -usr/lib/pango/1.6.0/modules/pango-basic-fc.so -#usr/lib/pango/1.6.0/modules/pango-hangul-fc.la -usr/lib/pango/1.6.0/modules/pango-hangul-fc.so -#usr/lib/pango/1.6.0/modules/pango-hebrew-fc.la -usr/lib/pango/1.6.0/modules/pango-hebrew-fc.so -#usr/lib/pango/1.6.0/modules/pango-indic-fc.la -usr/lib/pango/1.6.0/modules/pango-indic-fc.so -#usr/lib/pango/1.6.0/modules/pango-indic-lang.la -usr/lib/pango/1.6.0/modules/pango-indic-lang.so -#usr/lib/pango/1.6.0/modules/pango-khmer-fc.la -usr/lib/pango/1.6.0/modules/pango-khmer-fc.so -#usr/lib/pango/1.6.0/modules/pango-syriac-fc.la -usr/lib/pango/1.6.0/modules/pango-syriac-fc.so -#usr/lib/pango/1.6.0/modules/pango-thai-fc.la -usr/lib/pango/1.6.0/modules/pango-thai-fc.so -#usr/lib/pango/1.6.0/modules/pango-tibetan-fc.la -usr/lib/pango/1.6.0/modules/pango-tibetan-fc.so +usr/lib/libpangoft2-1.0.so.0.4900.0 #usr/lib/pkgconfig/pango.pc #usr/lib/pkgconfig/pangocairo.pc +#usr/lib/pkgconfig/pangofc.pc #usr/lib/pkgconfig/pangoft2.pc -#usr/share/gtk-doc/html/pango -#usr/share/gtk-doc/html/pango/PangoEngineLang.html -#usr/share/gtk-doc/html/pango/PangoEngineShape.html -#usr/share/gtk-doc/html/pango/PangoFcDecoder.html -#usr/share/gtk-doc/html/pango/PangoFcFont.html -#usr/share/gtk-doc/html/pango/PangoFcFontMap.html -#usr/share/gtk-doc/html/pango/PangoMarkupFormat.html -#usr/share/gtk-doc/html/pango/annotation-glossary.html -#usr/share/gtk-doc/html/pango/api-index-1-10.html -#usr/share/gtk-doc/html/pango/api-index-1-12.html -#usr/share/gtk-doc/html/pango/api-index-1-14.html -#usr/share/gtk-doc/html/pango/api-index-1-16.html -#usr/share/gtk-doc/html/pango/api-index-1-18.html -#usr/share/gtk-doc/html/pango/api-index-1-2.html -#usr/share/gtk-doc/html/pango/api-index-1-20.html -#usr/share/gtk-doc/html/pango/api-index-1-22.html -#usr/share/gtk-doc/html/pango/api-index-1-24.html -#usr/share/gtk-doc/html/pango/api-index-1-26.html -#usr/share/gtk-doc/html/pango/api-index-1-28.html -#usr/share/gtk-doc/html/pango/api-index-1-30.html -#usr/share/gtk-doc/html/pango/api-index-1-4.html -#usr/share/gtk-doc/html/pango/api-index-1-6.html -#usr/share/gtk-doc/html/pango/api-index-1-8.html -#usr/share/gtk-doc/html/pango/api-index-deprecated.html -#usr/share/gtk-doc/html/pango/api-index-full.html -#usr/share/gtk-doc/html/pango/home.png -#usr/share/gtk-doc/html/pango/index.html -#usr/share/gtk-doc/html/pango/index.sgml -#usr/share/gtk-doc/html/pango/layout.gif -#usr/share/gtk-doc/html/pango/left.png -#usr/share/gtk-doc/html/pango/lowlevel.html -#usr/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html -#usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html -#usr/share/gtk-doc/html/pango/pango-Cairo-Rendering.html -#usr/share/gtk-doc/html/pango/pango-CoreText-Fonts.html -#usr/share/gtk-doc/html/pango/pango-Coverage-Maps.html -#usr/share/gtk-doc/html/pango/pango-Engines.html -#usr/share/gtk-doc/html/pango/pango-Fonts.html -#usr/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html -#usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html -#usr/share/gtk-doc/html/pango/pango-Layout-Objects.html -#usr/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html -#usr/share/gtk-doc/html/pango/pango-Modules.html -#usr/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html -#usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html -#usr/share/gtk-doc/html/pango/pango-Tab-Stops.html -#usr/share/gtk-doc/html/pango/pango-Text-Attributes.html -#usr/share/gtk-doc/html/pango/pango-Text-Processing.html -#usr/share/gtk-doc/html/pango/pango-Version-Checking.html -#usr/share/gtk-doc/html/pango/pango-Vertical-Text.html -#usr/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html -#usr/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html -#usr/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html -#usr/share/gtk-doc/html/pango/pango-hierarchy.html -#usr/share/gtk-doc/html/pango/pango-pango-renderer.html -#usr/share/gtk-doc/html/pango/pango-querymodules.html -#usr/share/gtk-doc/html/pango/pango.devhelp2 -#usr/share/gtk-doc/html/pango/pango.html -#usr/share/gtk-doc/html/pango/rendering.html -#usr/share/gtk-doc/html/pango/right.png -#usr/share/gtk-doc/html/pango/rotated-text.png -#usr/share/gtk-doc/html/pango/style.css -#usr/share/gtk-doc/html/pango/tools.html -#usr/share/gtk-doc/html/pango/up.png -#usr/share/man/man1/pango-querymodules.1 -#usr/share/man/man1/pango-view.1 +#usr/lib/pkgconfig/pangoot.pc diff --git a/lfs/pango b/lfs/pango index cd6287e67..314e05e39 100644 --- a/lfs/pango +++ b/lfs/pango @@ -24,7 +24,7 @@ include Config -VER = 1.30.1 +VER = 1.49.0 THISAPP = pango-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ec3c1f236ee9bd4a982a5f46fcaff7b9 +$(DL_FILE)_MD5 = 307181e0868a1f3903f8d9e4107f73c2 install : $(TARGET) @@ -71,8 +71,8 @@ $(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 --sysconfdir=/etc - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install + cd $(DIR_APP) && meson --prefix=/usr --sysconfdir=/etc builddir/ + cd $(DIR_APP) && ninja -C builddir/ + cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index 0baf2050d..dedabcb11 100755 --- a/make.sh +++ b/make.sh @@ -1347,6 +1347,8 @@ buildipfire() { lfsmake2 freefont lfsmake2 pixman lfsmake2 cairo + lfsmake2 harfbuzz + lfsmake2 fribidi lfsmake2 pango lfsmake2 rrdtool lfsmake2 setup From patchwork Wed Aug 25 15:51:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4652 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 4Gvr8S0G7gz3xCX for ; Wed, 25 Aug 2021 15:52:24 +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 4Gvr8R4nTRz5Ny; Wed, 25 Aug 2021 15:52:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Gvr8R4GXbz2y4S; Wed, 25 Aug 2021 15:52:23 +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 4Gvr8Q3bppz2xPx for ; Wed, 25 Aug 2021 15:52:22 +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 4Gvr8Q03Lcz15y; Wed, 25 Aug 2021 15:52:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1629906742; 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=bELUQX8JteQRVG6wHgyURtjWvF5D9hPE71JVyx2AuhQ=; b=O7R9t1fEtYs1EO07Z+xzaUMt+v1y8Q5ouxvejntjpPR3GrC6lbIsTYb2GRrmi1oRYScIvg Oxyl18jtbl2ZT9DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1629906742; 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=bELUQX8JteQRVG6wHgyURtjWvF5D9hPE71JVyx2AuhQ=; b=ebFhrJYIlDdeMBNqPKX6loGFF6hAYnFiz83Am2Gp90C+k/OGy19sJ/8BL+3bVl7fj/yqq5 E0NG5p+KOXtJdS8S3NlS06u29bh4SqdtzghIdX4iiGkNgRZevNnSZlmC6oNNq4XqmHoBBA /U0Dd2kpRo1kfq9ZbOLeRHdQ2wnbkYlm0hkLgP4rVB99TAq7ccAFNf4wdkdkRG7ms1+0OP eBDmJPJhrJFyKDHLHOxxfatlXWX+LNePezaHgLSOcbhuL4SDFYMLebDsuNctkLnH9e0y7p aiGX67qMww/cQT9DpVib5uI79csq0r5i11iM1ydvoGeZYbxGu4dHHZz7Gx3cfQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] harfbuzz: New dependency for pango Date: Wed, 25 Aug 2021 17:51:56 +0200 Message-Id: <20210825155157.2800796-2-adolf.belka@ipfire.org> In-Reply-To: <20210825155157.2800796-1-adolf.belka@ipfire.org> References: <20210825155157.2800796-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" - lfs file created - rootfile created Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- 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) From patchwork Wed Aug 25 15:51:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4653 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 4Gvr8q0z5wz3xCX for ; Wed, 25 Aug 2021 15:52:43 +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 4Gvr8p5YlZz6cb; Wed, 25 Aug 2021 15:52:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Gvr8p52R4z2xmx; Wed, 25 Aug 2021 15:52:42 +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 4Gvr8n4rtLz2xPx for ; Wed, 25 Aug 2021 15:52:41 +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 4Gvr8n1RfQz5Q2; Wed, 25 Aug 2021 15:52:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1629906761; 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=gFLFMc/WE5YCyKARvct9wvVyMl9uVsGdv/DcZTMrGrk=; b=oZI1iFWJNKflT5mRMgPVA8bvtFGMoIr3WN33AOepLC6qMXj+waomy49ciHtlxohZxxTu6q jMvKmsX6+UH5rwCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1629906761; 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=gFLFMc/WE5YCyKARvct9wvVyMl9uVsGdv/DcZTMrGrk=; b=SQjPJweCPBIpUWxAWBbYifu3/JNnnXA7YcLtUJasmNbwBffLvsEdurfMcEpvXocJmtmDYp z3Pau740yzq438ex6il0SB4vZDlWmlQntTPCJq29B8QjJ1dlGiZ3Bo6z/DDYtRjpQjAVwB Wmtnx10vS8nPk59GkmfNPTL1ubJPx5daKYLhHRoG6Z/6ktIC5O50aSdeoxKvgH4z1eOLKg D458XicKnsVRSgB8bYa9Rqom7oSTxFdUXL2tklA5LtT1/ED+7ujZKDeX6XXITscV6pW+lH lCxpCy08j1Cz7X4JnCznDp580qgSFJEVOR3MVya8MPCqmtVOrhOlP9rhidmNuw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] fribidi: New dependency for pango Date: Wed, 25 Aug 2021 17:51:57 +0200 Message-Id: <20210825155157.2800796-3-adolf.belka@ipfire.org> In-Reply-To: <20210825155157.2800796-1-adolf.belka@ipfire.org> References: <20210825155157.2800796-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" - lfs file created - rootfile created Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/fribidi | 59 +++++++++++++++++++++++++ lfs/fribidi | 78 +++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 config/rootfiles/common/fribidi create mode 100644 lfs/fribidi diff --git a/config/rootfiles/common/fribidi b/config/rootfiles/common/fribidi new file mode 100644 index 000000000..c19632203 --- /dev/null +++ b/config/rootfiles/common/fribidi @@ -0,0 +1,59 @@ +#usr/bin/fribidi +#usr/include/fribidi +#usr/include/fribidi/fribidi-arabic.h +#usr/include/fribidi/fribidi-begindecls.h +#usr/include/fribidi/fribidi-bidi-types-list.h +#usr/include/fribidi/fribidi-bidi-types.h +#usr/include/fribidi/fribidi-bidi.h +#usr/include/fribidi/fribidi-brackets.h +#usr/include/fribidi/fribidi-char-sets-list.h +#usr/include/fribidi/fribidi-char-sets.h +#usr/include/fribidi/fribidi-common.h +#usr/include/fribidi/fribidi-config.h +#usr/include/fribidi/fribidi-deprecated.h +#usr/include/fribidi/fribidi-enddecls.h +#usr/include/fribidi/fribidi-flags.h +#usr/include/fribidi/fribidi-joining-types-list.h +#usr/include/fribidi/fribidi-joining-types.h +#usr/include/fribidi/fribidi-joining.h +#usr/include/fribidi/fribidi-mirroring.h +#usr/include/fribidi/fribidi-shape.h +#usr/include/fribidi/fribidi-types.h +#usr/include/fribidi/fribidi-unicode-version.h +#usr/include/fribidi/fribidi-unicode.h +#usr/include/fribidi/fribidi.h +#usr/lib/libfribidi.so +usr/lib/libfribidi.so.0 +usr/lib/libfribidi.so.0.4.0 +#usr/lib/pkgconfig/fribidi.pc +#usr/share/man/man3/fribidi_charset_to_unicode.3 +#usr/share/man/man3/fribidi_debug_status.3 +#usr/share/man/man3/fribidi_get_bidi_type.3 +#usr/share/man/man3/fribidi_get_bidi_type_name.3 +#usr/share/man/man3/fribidi_get_bidi_types.3 +#usr/share/man/man3/fribidi_get_bracket.3 +#usr/share/man/man3/fribidi_get_bracket_types.3 +#usr/share/man/man3/fribidi_get_joining_type.3 +#usr/share/man/man3/fribidi_get_joining_type_name.3 +#usr/share/man/man3/fribidi_get_joining_types.3 +#usr/share/man/man3/fribidi_get_mirror_char.3 +#usr/share/man/man3/fribidi_get_par_direction.3 +#usr/share/man/man3/fribidi_get_par_embedding_levels.3 +#usr/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +#usr/share/man/man3/fribidi_get_type.3 +#usr/share/man/man3/fribidi_get_type_internal.3 +#usr/share/man/man3/fribidi_join_arabic.3 +#usr/share/man/man3/fribidi_log2vis.3 +#usr/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +#usr/share/man/man3/fribidi_mirroring_status.3 +#usr/share/man/man3/fribidi_parse_charset.3 +#usr/share/man/man3/fribidi_remove_bidi_marks.3 +#usr/share/man/man3/fribidi_reorder_line.3 +#usr/share/man/man3/fribidi_reorder_nsm_status.3 +#usr/share/man/man3/fribidi_set_debug.3 +#usr/share/man/man3/fribidi_set_mirroring.3 +#usr/share/man/man3/fribidi_set_reorder_nsm.3 +#usr/share/man/man3/fribidi_shape.3 +#usr/share/man/man3/fribidi_shape_arabic.3 +#usr/share/man/man3/fribidi_shape_mirroring.3 +#usr/share/man/man3/fribidi_unicode_to_charset.3 diff --git a/lfs/fribidi b/lfs/fribidi new file mode 100644 index 000000000..e895ac429 --- /dev/null +++ b/lfs/fribidi @@ -0,0 +1,78 @@ +############################################################################### +# # +# 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 = 1.0.10 + +THISAPP = fribidi-$(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 = 97c87da9930e8e70fbfc8e2bcd031554 + +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) && meson --prefix=/usr builddir/ + cd $(DIR_APP) && ninja -C builddir/ + cd $(DIR_APP) && ninja -C builddir/ install + @rm -rf $(DIR_APP) + @$(POSTBUILD)