UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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.4.tar.gz
Source directory: pixman-0.43.4
Package URL: pixman-0.43.4.tar.gz
Package md5-checksum URL: pixman-0.43.4.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: spice-server, xorg-server, tigervnc-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


Arch specific instructions

lib32_amd64

Dependances: libpng:lib32_amd64.
Configuration script:
mkdir -v build &&
cd       build

CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
meson setup ..            \
      --libexecdir /usr/lib32  \
      --libdir /usr/lib32  \
      --prefix=/usr   \
      --buildtype=release \
      -Ddemos=disabled

Build script:
cd       build
ninja

Install script:
cd       build
DESTDIR=DESTDIR ninja install

cp -Rv DESTDIR/usr/lib32/* /usr/lib32