pineapple/externals/vcpkg/ports/libass/vcpkg.json
2022-07-23 03:01:36 +02:00

20 lines
451 B
JSON
Executable file

{
"name": "libass",
"version": "0.16.0",
"description": "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format",
"homepage": "https://github.com/libass/libass",
"license": "ISC",
"dependencies": [
{
"name": "fontconfig",
"platform": "linux"
},
"freetype",
"fribidi",
"harfbuzz",
{
"name": "vcpkg-cmake",
"host": true
}
]
}