UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

mesa

Mesa is an OpenGL compatible 3D graphics library.

Package info

Codename: mesa
Source file: mesa-23.1.6.tar.xz
Source directory: mesa-23.1.6
Package URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/mesa-23.1.6.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/mesa-23.1.6.tar.xz.md5sum
Dependances: llvm, libdrm, Mako, wayland-protocols.
Dependance of: glu, libwpe, gnome-session, xine-lib, libepoxy, freeglut, libva, Xapps, cogl, xwayland, gst-plugins-base, qemu, webkitgtk3, webkitgtk4, libreoffice, qt5, X.
Patches: mesa-add_xdemos-2.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup                   \
      --prefix=$XORG_PREFIX   \
      --buildtype=release     \
      -Dplatforms=x11,wayland \
      -Dgallium-drivers=auto  \
      -Dvulkan-drivers=""     \
      -Dvalgrind=disabled     \
      -Dlibunwind=disabled    \
      ..                      

Build script:
cd    build
ninja

Install script:
cd    build
ninja install

if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

install -v -dm755 /usr/share/doc/mesa-23.1.6 &&
cp -rfv ../docs/* /usr/share/doc/mesa-23.1.6

fi