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