vcpkg/ports/libass/vcpkg.json
wangqr 786d8f1261
[libass] Update to 0.15.0 (#15213)
* [libass] Update to 0.15.0

* [libass] Add vcpkg_fixup_pkgconfig()

* [libass] Add to versions file
2021-01-26 15:07:05 -08:00

21 lines
463 B
JSON

{
"name": "libass",
"version-string": "0.15.0",
"port-version": 1,
"description": "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format",
"homepage": "https://github.com/libass/libass",
"dependencies": [
{
"name": "dirent",
"platform": "windows"
},
{
"name": "fontconfig",
"platform": "linux"
},
"freetype",
"fribidi",
"harfbuzz"
]
}