libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format that allows for more advanced subtitles than the conventional SRT and similar formats.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://github.com/libass/libass/releases/download/0.15.1/libass-0.15.1.tar.xz
Download MD5 sum: 65e60f7bb7e881b453bede1faad10b77
Download size: 364 KB
Estimated disk space required: 5.6 MB
Estimated build time: less than 0.1 SBU
FreeType-2.11.0, FriBidi-1.0.9, and NASM-2.15.05
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libass
Install libass by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--disable-fontconfig
: Use this switch
if you didn't install Fontconfig.
Last updated on