The Pixman package contains a library that provides low-level pixel manipulation features such as image compositing and trapezoid rasterization.
This package is known to build and work properly using an LFS 12.1 platform.
Download (HTTP): https://www.cairographics.org/releases/pixman-0.43.2.tar.gz
Download MD5 sum: b5ad6407cd8c7abf8c1669273a2fb162
Download size: 776 KB
Estimated disk space required: 27 MB (With tests)
Estimated build time: 0.2 SBU (Using parallelism=4; with tests)
GTK+-2.24.33 and libpng-1.6.42 (for tests and demos)
Install Pixman by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.