2021-01-25 10:47:30 +01:00
|
|
|
{
|
|
|
|
"name": "harfbuzz",
|
2023-09-26 16:38:13 +09:00
|
|
|
"version": "8.2.1",
|
2023-10-10 06:37:47 +08:00
|
|
|
"port-version": 1,
|
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": "freetype",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
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
|
|
|
},
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|