UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit:
[ 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.2.tar.gz
Source directory: pixman-0.43.2
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/Xorg/pixman-0.43.2.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/Xorg/pixman-0.43.2.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: spice-server, xorg-server, tigervnc-server, xwayland, cairo, 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


Apache/2.4.62 (Debian) Server at ulfs.org Port 443