mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
a22aaa389f
Overview of changes in 1.50.6, 19-03-2022 ========================================= - Drop hb-glib dependency - Fix test font configuration - Maintain order in pango_attr_list_change - Fix a use-after-free in pango_attr_list_change Overview of changes in 1.50.5, 03-03-2022 ========================================= * Fix compiler warnings * Enable cairo by default * pango-view: Show more baselines * layout: Handle baselines * Windows: build cleanups Overview of changes in 1.50.4, 09-02-2022 ========================================= * Tweak synthetic space sizes * itemize: Try harder to avoid NULL fonts * docs: Some additions * Pass synthetic slant to harfbuzz * Make sloped carets work with uneven scales * Fix serialiation on arm * Avoid an uninitialized variable warning * Reinstate previous behavior of pango_attr_list_splice * Deprecated pango_coverage_ref/unref * Fix serialization on non-glibc systems * Fix allow-breaks handling Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
37 lines
620 B
JSON
37 lines
620 B
JSON
{
|
|
"name": "pango",
|
|
"version": "1.50.6",
|
|
"description": "Text and font handling library.",
|
|
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
|
|
"license": "LGPL-2.0-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"features": [
|
|
"gobject"
|
|
]
|
|
},
|
|
"fontconfig",
|
|
"freetype",
|
|
"fribidi",
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"harfbuzz",
|
|
{
|
|
"name": "harfbuzz",
|
|
"features": [
|
|
"coretext"
|
|
],
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|