mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:19:10 +08:00
926daf3fc2
* [libass] fix fontconfig dependency in .pc file on x64-linux * [libass] bump port version * [libass] x-add-version
21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"name": "libass",
|
|
"version": "0.15.1",
|
|
"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"
|
|
]
|
|
}
|