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-6.5 platform.
Download (HTTP): http://cairographics.org/releases/pixman-0.24.0.tar.gz
Download MD5 sum: a2d0b120509bdccb10aa7f4bec3730e4
Download size: 616 KB
Estimated disk space required: 49 MB
Estimated build time: 0.5 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pixman
Install pixman by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check. Note that GTK+2 must be installed.
Now, as the root
user:
make install
Last updated on 2011-12-11 23:49:52 +0000