The Pixman package contains a library that provides low-level pixel manipulation features such as image compositing and trapezoid rasterization.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
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.38 (for tests and demos)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/pixman
Install Pixman by running the following commands:
mkdir build && cd build && meson --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.