From patchwork Mon Dec 6 17:02:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4901 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 4J78qX5Yl3z3wcZ for ; Mon, 6 Dec 2021 17:02:16 +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 4J78qX1k40znR; Mon, 6 Dec 2021 17:02:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J78qX1Sz1z2yqn; Mon, 6 Dec 2021 17:02:16 +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 4J78qW34n0z2xQs for ; Mon, 6 Dec 2021 17:02:15 +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 4J78qV3qdlz19; Mon, 6 Dec 2021 17:02:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638810134; 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=ihfxlTGmKuR2Mt524Sax+Z981AXaH5tScXBEoFBW0is=; b=u/cSjLx3nsPHXJRTo4Tfn9bBxW9/G3GnulZnOLw/zaU7x1cjB0wsOb1R8790KVfLNSfy7S sKyy+pqJeBO0iGAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638810134; 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=ihfxlTGmKuR2Mt524Sax+Z981AXaH5tScXBEoFBW0is=; b=VxM21SdfSwd+tbBb4oUw3dFm08k2n+eHH+nUbB89WfPFNkzyLEItaYvMEJjoEJkAPgw2GU jhLmFHEVBxuy9afxjaBXKgT6HP+ZmCN/j+Rcn+tcAzCLbpOZ+6wkDjc41Zw+G2W+cNr/zb Gk3Apt4B5l+5L+BTPsdr0EJWFi1XP1Ha9R4NouhA12/hJ2wX7zaUnAJaWK9JdSN0tScveC v/ucupvLg8r9j8OKJyxLbz83Ekh2h983XLO+w42aQfOiTDNJ+/UfEkBmgvtEfHBffeznVS Vef/c7UdFH1DthWimpORQypILjHT1QeEhc0E9NMuCzj3XsxMtVcQ9j5RMfOwJw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v3 1/3] pango: Update to version 1.50.0 Date: Mon, 6 Dec 2021 18:02:03 +0100 Message-Id: <20211206170205.1596565-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" - v3 version has updated pango version - Update from 1.30.1 (2012) to 1.50.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. - make.sh modified to include build of these two packages before pango is built - Build is done via meson/ninja now - 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..b9146ecdd 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.5000.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.5000.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.5000.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..fce1b120c 100644 --- a/lfs/pango +++ b/lfs/pango @@ -24,7 +24,7 @@ include Config -VER = 1.30.1 +VER = 1.50.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 = 726a7c7b6faf34006d2b5aa0dd8dc1d5 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/ $(MAKETUNING) + cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index e6f948ba0..232b863d0 100755 --- a/make.sh +++ b/make.sh @@ -1350,6 +1350,8 @@ buildipfire() { lfsmake2 freefont lfsmake2 pixman lfsmake2 cairo + lfsmake2 harfbuzz + lfsmake2 fribidi lfsmake2 pango lfsmake2 rrdtool lfsmake2 setup From patchwork Mon Dec 6 17:02:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4902 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 4J78qs5Wb7z3wcZ for ; Mon, 6 Dec 2021 17:02:33 +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 4J78qs2pGkznR; Mon, 6 Dec 2021 17:02:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J78qs2ZXLz2yqT; Mon, 6 Dec 2021 17:02:33 +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 4J78qr02j4z2xQs for ; Mon, 6 Dec 2021 17:02:32 +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 4J78qq1cMYz19; Mon, 6 Dec 2021 17:02:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638810151; 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=JkfD26PqX9eWvwghjcTfX2pLpetlZQgxbz/0K9X2wkU=; b=UTT3lwz3hIPW1+poJotCRzkEmfytVr/XBrTdz9CyLWfJMsZL7h9KrEsv7eznNCdwcoPVPQ tnthdMjZbqotEEBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638810151; 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=JkfD26PqX9eWvwghjcTfX2pLpetlZQgxbz/0K9X2wkU=; b=ll3Seqm0ODxzqivsv+b8nmXX1/sXJ6uIVPF+U+8GRrZmRko6Z4SuxfZdq/oUjgluKe+heo ubh5NEXk1kJKJWqyk7RkgfDmgI4utGdblZ/PgKQ4AseavecRdzcBR/LA10agYcdT8nursW T35rfxreyFdbBYYbtsGhUxO2Eh8wXThPhh8KpySaJr80rxv0wVBbz8ad93J+lcwINE3wIi SPJaRyjhdolPHe1KvxJAgmbZ3O4J4+pfiUWd20HwS0lcAgsbA6qTg5dQFHlZcaR8chl3FF 6SNWPd7/xJBD3fd5Dhp0d1WD9lYUYVL5+5XCAh4CFvtjUCQgdAoq6Oz61yp2wg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v3 2/3] harfbuzz: New dependency for pango Date: Mon, 6 Dec 2021 18:02:04 +0100 Message-Id: <20211206170205.1596565-2-adolf.belka@ipfire.org> In-Reply-To: <20211206170205.1596565-1-adolf.belka@ipfire.org> References: <20211206170205.1596565-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" - v3 version has newer harfbuzz version - lfs file created - rootfile created Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/harfbuzz | 206 +++++++++++++++++++++++++++++++ lfs/harfbuzz | 80 ++++++++++++ 2 files changed, 286 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..798eee5dc --- /dev/null +++ b/config/rootfiles/common/harfbuzz @@ -0,0 +1,206 @@ +#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.30102.0 +#usr/lib/libharfbuzz.la +#usr/lib/libharfbuzz.so +usr/lib/libharfbuzz.so.0 +usr/lib/libharfbuzz.so.0.30102.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-0-6-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-21.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-26.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-33.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +#usr/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-4-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-7-2.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-7-5.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-7-7.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-1.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-5.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-8-6.html +#usr/share/gtk-doc/html/harfbuzz/api-index-1-9-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-0-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-1-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-2-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-3-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-4-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-5-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-3.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-5.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-6-8.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-7-3.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-8-2.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-9-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-2-9-1.html +#usr/share/gtk-doc/html/harfbuzz/api-index-3-0-0.html +#usr/share/gtk-doc/html/harfbuzz/api-index-3-1-0.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/deprecated-api-index.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-style.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-api.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..02edb391e --- /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 = 3.1.2 + +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 = fabbb4bafe030877a21f7bbc0c7cba05 + +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 Mon Dec 6 17:02:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4903 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 4J78r80FqKz3wcZ for ; Mon, 6 Dec 2021 17:02:48 +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 4J78r74P9DznR; Mon, 6 Dec 2021 17:02:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J78r73z3Yz2y2V; Mon, 6 Dec 2021 17:02:47 +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 4J78r64Z7Dz2xLX for ; Mon, 6 Dec 2021 17:02:46 +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 4J78r56cwVz19; Mon, 6 Dec 2021 17:02:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638810166; 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=J69B8i+78Tiqa7BKvrioLbMlgmGGheBwyaHQmpQO26c=; b=/wsnOqa6QXVKvfsSqJMOIDmvdEfZS3xl2NqybD/Fe1ceNiMdWkEaK/LJTQtUYc1Kmu9bNt VQIgJyvX381ALnCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638810166; 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=J69B8i+78Tiqa7BKvrioLbMlgmGGheBwyaHQmpQO26c=; b=mHmT7vbUCJx3HIavOs4SWVxW91aX3fQUPQpZOlX6SLrXGq9q11GglzGuadRX1+OFRUG4uQ +THxzjp/f5B97JLVMq8JfhYp0cfF6EMhFu3hO9iOFvZcl9Rmb1XbhG9TKJSOeS0d3vGqFd glS0wH48AQ8azfj82tMoiY8tePSt1vMgR9TTJkRnWdV5m/D4Wp6vSa9/DLACLWpuNtW0GD 4pNScvY+50wxhOoJeWERKkcNPMfg2J5pcd+jWtiWVPPG574WFCIGkLpiCTTrfI43N67UZW tTyXNpPggY6FmkPvpuXiz8Jyna0LqnzvpPyuODtCKic/MlUhShol3If8OhbDmQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v3 3/3] fribidi: New dependency for pango Date: Mon, 6 Dec 2021 18:02:05 +0100 Message-Id: <20211206170205.1596565-3-adolf.belka@ipfire.org> In-Reply-To: <20211206170205.1596565-1-adolf.belka@ipfire.org> References: <20211206170205.1596565-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" - v3 version uses newer version of fribidi - 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..dce6171c4 --- /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.11 + +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 = 06bb29553bb0529fb38648185f2553b0 + +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/ $(MAKETUNING) + cd $(DIR_APP) && ninja -C builddir/ install + @rm -rf $(DIR_APP) + @$(POSTBUILD)