2021-01-25 10:47:30 +01:00
|
|
|
{
|
|
|
|
"name": "harfbuzz",
|
2024-11-07 11:47:19 +07:00
|
|
|
"version": "10.1.0",
|
2021-01-25 10:47:30 +01:00
|
|
|
"description": "HarfBuzz OpenType text shaping engine",
|
|
|
|
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
2022-04-19 15:59:53 +02:00
|
|
|
"license": "MIT-Modern-Variant",
|
2023-02-24 11:57:40 -08:00
|
|
|
"supports": "!uwp",
|
2021-01-25 10:47:30 +01:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"platform": "osx"
|
2021-12-03 00:48:34 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-tool-meson",
|
|
|
|
"host": true
|
2021-01-25 10:47:30 +01:00
|
|
|
}
|
|
|
|
],
|
2023-12-28 02:52:26 -05:00
|
|
|
"default-features": [
|
|
|
|
"freetype"
|
|
|
|
],
|
2021-01-25 10:47:30 +01:00
|
|
|
"features": {
|
2023-10-18 19:54:42 +02:00
|
|
|
"cairo": {
|
|
|
|
"description": "Enable Cairo graphics library support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "cairo",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"freetype"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-04-26 19:28:21 +02:00
|
|
|
"coretext": {
|
2022-06-09 00:44:40 +02:00
|
|
|
"description": "Enable CoreText shaper backend on macOS",
|
|
|
|
"supports": "osx"
|
2021-04-26 19:28:21 +02:00
|
|
|
},
|
2023-12-29 03:00:39 -05:00
|
|
|
"directwrite": {
|
|
|
|
"description": "Enable DirectWrite support on Windows",
|
|
|
|
"supports": "windows"
|
|
|
|
},
|
2024-04-19 01:52:41 +02:00
|
|
|
"experimental-api": {
|
|
|
|
"description": "Enable experimental api"
|
|
|
|
},
|
2023-12-28 02:52:26 -05:00
|
|
|
"freetype": {
|
|
|
|
"description": "Enable FreeType support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "freetype",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2024-06-12 01:00:22 +00:00
|
|
|
"gdi": {
|
|
|
|
"description": "Enable GDI/Uniscribe support on Windows",
|
|
|
|
"supports": "windows"
|
|
|
|
},
|
2021-01-25 10:47:30 +01:00
|
|
|
"glib": {
|
|
|
|
"description": "Glib Unicode callbacks support",
|
|
|
|
"dependencies": [
|
2021-04-26 19:28:21 +02:00
|
|
|
"glib",
|
|
|
|
{
|
|
|
|
"name": "glib",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-01-25 10:47:30 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"graphite2": {
|
|
|
|
"description": "Graphite2 shaper support",
|
|
|
|
"dependencies": [
|
|
|
|
"graphite2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"icu": {
|
|
|
|
"description": "icu support for harfbuzz",
|
|
|
|
"dependencies": [
|
|
|
|
"icu"
|
|
|
|
]
|
2023-01-17 19:44:20 +00:00
|
|
|
},
|
|
|
|
"introspection": {
|
|
|
|
"description": "build with introspection",
|
|
|
|
"dependencies": [
|
|
|
|
"glib",
|
2023-09-18 09:52:14 -07:00
|
|
|
"gobject-introspection"
|
2023-01-17 19:44:20 +00:00
|
|
|
]
|
2021-01-25 10:47:30 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|