UmVirt LFS Package info
DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
pixman
The Pixman package contains a library that provides low-level pixel manipulation features such as image compositing and trapezoid rasterization.Package info
Template:
Codename: pixman
Source file: pixman-0.42.2.tar.gz
Source file size: 959669
Source file MD5-checkum: a0f6ab8a1d8e0e2cd80e935525e2a864
Source directory: pixman-0.42.2
Package URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/pixman-0.42.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/pixman-0.42.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