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.5 platform.
Download (HTTP): http://libass.googlecode.com/files/libass-0.10.2.tar.xz
Download MD5 sum: ce672ed5629c9708b3401b976f516744
Download size: 272 KB
Estimated disk space required: 4.5 MB
Estimated build time: 0.1 SBU
FreeType-2.5.2 and FriBidi-0.19.6
Harfbuzz-0.9.26 and Enca
User Notes: http://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 2014-02-25 03:54:44 -0800