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-7.5 platform.
Download (HTTP): http://cairographics.org/releases/pixman-0.32.4.tar.gz
Download MD5 sum: eba449138b972fbf4547a8c152fea162
Download size: 799 KB
Estimated disk space required: 43 MB
Estimated build time: 0.4 SBU (additional 0.8 SBU for tests)
GTK+-2.24.22 and libpng-1.6.9 (for tests and demos)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pixman
Install Pixman by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-17 15:16:31 -0800