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