Pango is a library for laying out and rendering of text, with an emphasis on internationalization. It can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.14.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.14.tar.xz
Download MD5 sum: 18d7eb8d52e7e445e733c109ddaa7b78
Download size: 840 KB
Estimated disk space required: 18 MB (with tests)
Estimated build time: 0.1 SBU (with parallelism=4 and tests)
Fontconfig-2.12.6 (must be built with FreeType-2.9 using HarfBuzz-1.7.5) and GLib-2.54.3
Cairo-1.14.12 and Xorg Libraries
Cantarell fonts (for tests), GTK-Doc-1.27, and libthai
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pango
Install Pango by running the following commands:
mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc .. && ninja
To test the results, issue: ninja test. One test, test-layout, is known to fail.
Now, as the root
user:
ninja install
-Denable-docs
: Use this switch if
gtk-doc is installed and you wish to rebuild and install the API
documentation.
Last updated on 2018-02-17 15:35:13 -0800