[build] type = "autotools" [build.flags] configure = [ "--enable-fontconfig", "--enable-libunibreak", ] [dependencies] build = ["nasm"] runtime = [ "fribidi", "fontconfig", "glibc", "harfbuzz", "libunibreak", ] [package] description = "portable library for SSA/ASS subtitles rendering" homepage = "https://github.com/libass/libass/" license = "ISC" name = "libass" version = "0.17.4" [[source]] extract_dir = "$name-$version" url = "https://github.com/libass/libass.git#$version" post_extract = [ "./autogen.sh" ]