aboutsummaryrefslogtreecommitdiff
path: root/ports/libass/vcpkg.json
blob: b16ff67696d18b93e03ebe97bcb9f1f8d4ed2ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
  ]
}