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.3 platform.
Download (HTTP): https://www.cairographics.org/releases/pixman-0.44.2.tar.gz
Download MD5 sum: 0825cd6bfc488d5177f2f013a06ef240
Download size: 796 KB
Estimated disk space required: 29 MB (With tests)
Estimated build time: 0.2 SBU (Using parallelism=4; with tests)
libpng-1.6.46 and GTK-3.24.48 (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.