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-7.8 platform.
Download (HTTP): http://anduin.linuxfromscratch.org/sources/other/libass-0.12.3.tar.gz
Download MD5 sum: 1b53e739ab389335ce46fd626777ec61
Download size: 128 KB
Estimated disk space required: 6.7 MB
Estimated build time: 0.1 SBU
FreeType-2.6 and FriBidi-0.19.7
Harfbuzz-1.0.3 and Enca
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libass
Install libass by running the following commands:
sh autogen.sh && ./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 2015-09-20 15:38:20 -0700