Accepting request 1250245 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1250245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=118
This commit is contained in:
commit
57c89534aa
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/harfbuzz/harfbuzz.git</param>
|
||||
<param name="revision">10.3.0</param>
|
||||
<param name="revision">10.4.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33ab12e614303d9274946234d3097a42ef32bcb6f4c565d22268dfe611fbe85b
|
||||
size 98337806
|
3
harfbuzz-10.4.0.obscpio
Normal file
3
harfbuzz-10.4.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0317ee2e53ed0ce605fd48ec1d2568c67850417fe892ab40a58067a1cd8c159
|
||||
size 96703502
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 09:36:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 10.4.0:
|
||||
+ Drawing glyphs using hb-draw API now avoids any “malloc” calls,
|
||||
which improves drawing performance by 10+%.
|
||||
+ Add support new “GVAR” table fonts with more than 65535 glyphs.
|
||||
Support is currently behind a compilation flag and is disabled
|
||||
by default.
|
||||
+ Some hb-directwrite and hb-ft APIs got renamed with more clear
|
||||
names and the old names are deprecated.
|
||||
+ Various build and fuzzing fixes.
|
||||
+ New API:
|
||||
- +hb_directwrite_face_get_dw_font_face()
|
||||
- +hb_ft_font_get_ft_face()
|
||||
+ Deprecated API:
|
||||
- +hb_directwrite_face_get_font_face()
|
||||
- +hb_ft_font_get_face()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 10:38:24 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: harfbuzz
|
||||
version: 10.3.0
|
||||
mtime: 1740088619
|
||||
commit: 694ffa874723e1f5a8552faedb101ddd072063be
|
||||
version: 10.4.0
|
||||
mtime: 1740783589
|
||||
commit: 3ef8709829a5884517ad91a97b32b9435b2f20d1
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 10.3.0
|
||||
Version: 10.4.0
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user