pixman-0.24.0

Introduction to pixman

The pixman package contains a library that provides low-level pixel manipulation features such as image compositing and trapezoid rasterization.

Ce paquet est connu pour se construire et fonctionner correctement sur une plateforme LFS-6.5.

Package Information

Dépendances de pixman

Optional (required to run the test suite)

gtk+-2.24.8

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pixman

Installation of 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

Contents

Installed Programs: None
Installed Library: libpixman-1.{so,a}
Installed Directory: /usr/include/pixman-1

Short Descriptions

libpixman1.{so,a}

contains functions that provide low-level pixel manipulation features.

Last updated on 2011-12-12 00:49:52 +0100