mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
harfbuzz: Update to version 8.2.2
- Update from version 8.1.1 to 8.2.2
- Update of rootfile
- Changelog
8.2.2
- Fix regression from 8.1.0 in shaping fonts with duplicate feature tags.
- Fix regression from 8.2.0 in parsing CSS-style feature strings.
- Variable fonts instanciation now handles more tables.
- Various CMake build improvements.
- various fixes to build without errors with gcc 4.9.2.
8.2.1
- Unicode 15.1 support.
8.2.0
- Various build and fuzzing fixes
- Improvements to COLRv1 painting.
- New API:
+hb_paint_color_glyph_func_t
+hb_paint_funcs_set_color_glyph_func
+hb_paint_color_glyph
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
239a269761
commit
641f99fd62
@@ -44,15 +44,15 @@
|
||||
#usr/lib/libharfbuzz-cairo.la
|
||||
#usr/lib/libharfbuzz-cairo.so
|
||||
usr/lib/libharfbuzz-cairo.so.0
|
||||
usr/lib/libharfbuzz-cairo.so.0.60811.0
|
||||
usr/lib/libharfbuzz-cairo.so.0.60822.0
|
||||
#usr/lib/libharfbuzz-subset.la
|
||||
#usr/lib/libharfbuzz-subset.so
|
||||
usr/lib/libharfbuzz-subset.so.0
|
||||
usr/lib/libharfbuzz-subset.so.0.60811.0
|
||||
usr/lib/libharfbuzz-subset.so.0.60822.0
|
||||
#usr/lib/libharfbuzz.la
|
||||
#usr/lib/libharfbuzz.so
|
||||
usr/lib/libharfbuzz.so.0
|
||||
usr/lib/libharfbuzz.so.0.60811.0
|
||||
usr/lib/libharfbuzz.so.0.60822.0
|
||||
#usr/lib/pkgconfig/harfbuzz-cairo.pc
|
||||
#usr/lib/pkgconfig/harfbuzz-subset.pc
|
||||
#usr/lib/pkgconfig/harfbuzz.pc
|
||||
@@ -131,6 +131,7 @@ usr/lib/libharfbuzz.so.0.60811.0
|
||||
#usr/share/gtk-doc/html/harfbuzz/api-index-7-3-0.html
|
||||
#usr/share/gtk-doc/html/harfbuzz/api-index-8-0-0.html
|
||||
#usr/share/gtk-doc/html/harfbuzz/api-index-8-1-0.html
|
||||
#usr/share/gtk-doc/html/harfbuzz/api-index-8-2-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
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 8.1.1
|
||||
VER = 8.2.2
|
||||
|
||||
THISAPP = harfbuzz-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 341603e50aec5294eb16fb431975304ee9badce5588d726c5ccbcf9e38878581c4bbf2e09f27c3d401da52c93121702f220cd207792448af66a9f23830df9114
|
||||
$(DL_FILE)_BLAKE2 = 5a26aa802b6e1afec734e59a9c280b4d336bb8ad72e0fbe6687237c150faa4d10fb2ae956b58394d7f6a2d1b97e6c91cd597a9b5146dcc3d2841d18d76611ec5
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user