blob: 151d87cdd6a69e77a9bfb1a7a3ba6a8c0499670c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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"
]
}
|