From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b029g52M4z33fm for ; Sat, 17 May 2025 11:42:15 +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 (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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) -- 2.49.0