public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] harfbuzz: Update to version 11.2.1
@ 2025-05-17 11:42 Adolf Belka
  2025-05-17 11:42 ` [PATCH 2/2] core196: Ship harfbuzz Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-05-17 11:42 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- 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 <adolf.belka@ipfire.org>
---
 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-17 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-17 11:42 [PATCH 1/2] harfbuzz: Update to version 11.2.1 Adolf Belka
2025-05-17 11:42 ` [PATCH 2/2] core196: Ship harfbuzz Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox