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.15.20.tar.gz
Download MD5 sum: 613c95e7ddc8069b7aa2708f93219b7d
Download size: 520 KB
Estimated disk space required: 17.8 MB
Estimated build time: 0.3 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 2009-08-25 05:51:17 +0000