UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

pixman

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

Package info

Codename: pixman
Source file: pixman-0.43.2.tar.gz
Source directory: pixman-0.43.2
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/Xorg/pixman-0.43.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/Xorg/pixman-0.43.2.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: spice-server, tigervnc-server, xorg-server, cairo, xwayland, netsurf.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release

Build script:
cd    build
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi


Install script:
cd    build
ninja install