vcpkg/ports/libass/vcpkg.json
Lily 1973918384
[libass] Fix build error on x64-windows-static (#12528)
* [libass] Fix build error on x64-windows-static

* [libass] Update vcpkg.json

* Update CMakeLists.txt

* Update CMakeLists.txt

* Update portfile.cmake

* [libass] Resolve conflict

* [libass] Resolve conflict

* format manifest

Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-08-07 16:06:43 -07:00

17 lines
396 B
JSON

{
"name": "libass",
"version-string": "0.14.0",
"port-version": 3,
"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"
},
"freetype",
"fribidi",
"harfbuzz"
]
}