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-10.1 platform.
Download (HTTP): https://www.cairographics.org/releases/pixman-0.40.0.tar.gz
Download MD5 sum: 73858c0862dd9896fb5f62ae267084a4
Download size: 892 KB
Estimated disk space required: 55 MB (with tests)
Estimated build time: 0.8 SBU (with tests)
GTK+-2.24.33 and libpng-1.6.37 (for tests and demos)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pixman
Install Pixman by running the following commands:
mkdir build && cd build && meson --prefix=/usr && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
Last updated on 2021-02-20 19:41:49 -0600