From patchwork Sat May 17 11:42:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8762 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4b029g2PZcz3wty for ; Sat, 17 May 2025 11:42:15 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b029g1f3tz6WK for ; Sat, 17 May 2025 11:42:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b029g0wv1z30WM for ; Sat, 17 May 2025 11:42:15 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b029c1yxjz2xWD for ; Sat, 17 May 2025 11:42:12 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b029b5xNtzlL; Sat, 17 May 2025 11:42:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747482131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7TcMESiiNsSFwV1qairvtcG4EBwFLEltRsFfOqsK0zA=; b=+SsU3Zgrde2dEPnVzLRGX7XuMkPnWWtBmRj5w+JQn/PYzloz0Hu/sXuI3jsHi6z56F0Ygj bQHfoUYZH7FrYjDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747482131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7TcMESiiNsSFwV1qairvtcG4EBwFLEltRsFfOqsK0zA=; b=JprQe3JwME6bDNIDx1NC3VacUVQOPO97liubk6g4194lfuavliFD6SiInKKB5A/sk7y4HV E6lzG0kdnay4FJpxG5hZVP0Gab8nMyYQDJM0zZo/NOaghNve0tO5K4mUQO5mvx9KEhIY8H XbdtVntCfU4PCRhBdvsdgpkLKtUqpOQmjRCPY6azDJV+Ma/8u2vjpBcDimGqt6pXNkgpj9 l4BSx4+Jgt8LUfc1OBXCIftQk7XtyOKR+P//vYRtt0s84ndQdjzycHEgupnzos9GItHnXD IAZIpb5L/Cm5J51khKe6IKTvGG/2jZs/C6i9XHRZBsCHws7RvUrJKBjClzOmLA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/2] harfbuzz: Update to version 11.2.1 Date: Sat, 17 May 2025 13:42:06 +0200 Message-ID: <20250517114207.3280284-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 11.2.0 to 11.2.1 - Update of rootfile - Changelog 11.2.1 - Various build improvements. - Fix build with HB_NO_DRAW and HB_NO_PAINT - Add an optional “harfruzz” shaper that uses HarfRuzz; an ongoing Rust port of HarfBuzz shaping. This shaper is mainly used for testing the output of the Rust implementation. - Fox regression that caused applying unsafe_to_break() to the whole buffer to be ignored. - Update USE data files. - Fix getting advances of out-of-rage glyph indices in DirectWrite font functions. Signed-off-by: Adolf Belka --- config/rootfiles/common/harfbuzz | 8 ++++---- lfs/harfbuzz | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/harfbuzz b/config/rootfiles/common/harfbuzz index 588ed8c19..1b129edcf 100644 --- a/config/rootfiles/common/harfbuzz +++ b/config/rootfiles/common/harfbuzz @@ -47,16 +47,16 @@ usr/include/harfbuzz/hb-script-list.h #usr/lib/cmake/harfbuzz/harfbuzz-config.cmake #usr/lib/libharfbuzz-cairo.so usr/lib/libharfbuzz-cairo.so.0 -usr/lib/libharfbuzz-cairo.so.0.61120.0 +usr/lib/libharfbuzz-cairo.so.0.61121.0 #usr/lib/libharfbuzz-gobject.so usr/lib/libharfbuzz-gobject.so.0 -usr/lib/libharfbuzz-gobject.so.0.61120.0 +usr/lib/libharfbuzz-gobject.so.0.61121.0 #usr/lib/libharfbuzz-subset.so usr/lib/libharfbuzz-subset.so.0 -usr/lib/libharfbuzz-subset.so.0.61120.0 +usr/lib/libharfbuzz-subset.so.0.61121.0 #usr/lib/libharfbuzz.so usr/lib/libharfbuzz.so.0 -usr/lib/libharfbuzz.so.0.61120.0 +usr/lib/libharfbuzz.so.0.61121.0 #usr/lib/pkgconfig/harfbuzz-cairo.pc #usr/lib/pkgconfig/harfbuzz-gobject.pc #usr/lib/pkgconfig/harfbuzz-subset.pc diff --git a/lfs/harfbuzz b/lfs/harfbuzz index 95f417bc2..03ba8b6a5 100644 --- a/lfs/harfbuzz +++ b/lfs/harfbuzz @@ -24,7 +24,7 @@ include Config -VER = 11.2.0 +VER = 11.2.1 THISAPP = harfbuzz-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 112693a42120407c25b8bf84ed14f7a481810f34557132e5902e5eeaa967071d0aa785961541b7779b7d36f353c54b6f3167c3ab6bdb81238a69d385dab3ebfe +$(DL_FILE)_BLAKE2 = 1c2553a02b4254c06f41a429c498439796e3c307ea2b1325b3ee99a4a87dc817bcc0ceb4ec23f0b1c708e3488249ce5f05913f4ab50fc2a66605b3e238f39d5d install : $(TARGET) @@ -72,9 +72,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && meson setup \ - --prefix=/usr \ - -Dcpp_args=-fno-exceptions \ - builddir/ + --prefix=/usr \ + -Dcpp_args=-fno-exceptions \ + builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP) From patchwork Sat May 17 11:42:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8763 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4b029g42MMz3xDv for ; Sat, 17 May 2025 11:42:15 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b029g3M0yzwN for ; Sat, 17 May 2025 11:42:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b029g2dK9z33fH for ; Sat, 17 May 2025 11:42:15 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b029c3gjKz33d6 for ; Sat, 17 May 2025 11:42:12 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b029c1ywvzvC; Sat, 17 May 2025 11:42:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747482132; 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=toHa1vIem+Jirk4HYWPoIw6gs5Sn1ON/9CjlgpmJzFY=; b=Kons5pbuJxG7fxuu2BIddrfg6ccu0M8XRLzevs35Ey+XXRJUTzE0vVRN7vKGrkLaU3b39x um9EXuPfY9ubL6CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747482132; 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=toHa1vIem+Jirk4HYWPoIw6gs5Sn1ON/9CjlgpmJzFY=; b=fuLHdouUmSNh176u4XOa5LRC7M6lnKFYUGbYBwGC67SRb4L7w4aVO0rWiL78pivpuoGqA0 TPBJ0K3kdJ/vG+TyxmRMYg2zwTuZPUqKewWcCOCErS1EN+UlkEEj5HkrqgJwIMANHLjfre 9oLSJkUKWWNHZaiN7x8G7N2laS2zDAiwVGMqJ5kHeUMJUPDYAM41BwirC8i6QBzgOQmavm CxhUV27F8IphT3vG+kxRv3wmM/S4R85jD/bv9avmWt6qs1n8nEEYLup/p450C0OdNwVhpi hhoJtsRm7PjHvvRsm10wUyLSrXCkU/kdtZ3MjWN5L40hng9OSiSh9NO4jGzGQw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core196: Ship harfbuzz Date: Sat, 17 May 2025 13:42:07 +0200 Message-ID: <20250517114207.3280284-2-adolf.belka@ipfire.org> In-Reply-To: <20250517114207.3280284-1-adolf.belka@ipfire.org> References: <20250517114207.3280284-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/196/filelists/harfbuzz | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/harfbuzz diff --git a/config/rootfiles/core/196/filelists/harfbuzz b/config/rootfiles/core/196/filelists/harfbuzz new file mode 120000 index 000000000..ffe1e0d0b --- /dev/null +++ b/config/rootfiles/core/196/filelists/harfbuzz @@ -0,0 +1 @@ +../../../common/harfbuzz \ No newline at end of file