mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:39:00 +08:00
786d8f1261
* [libass] Update to 0.15.0 * [libass] Add vcpkg_fixup_pkgconfig() * [libass] Add to versions file
21 lines
463 B
JSON
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"
|
|
]
|
|
}
|