aboutsummaryrefslogtreecommitdiff
path: root/ports/libass/libass.def
AgeCommit message (Collapse)Author
2021-01-26[libass] Update to 0.15.0 (#15213)wangqr
* [libass] Update to 0.15.0 * [libass] Add vcpkg_fixup_pkgconfig() * [libass] Add to versions file
2019-01-30libass dynamic library (#5244)SunTY
* libass dynamic library it relies on fribidi, harfbuzz, fontconfig, libiconv * Remove references to iconv and fontconfig Because this port is currently Windows-only (Fribidi doesn't build on Linux with vcpkg because of an issue with Meson), we don't want to worry about FontConfig; DirectWrite should be enough. * Freetype is important! * Remove unnecessary fontconfig -- for real * Remove unnecessary comment