UmVirt LFS Package info
DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
mesa
Mesa is an OpenGL compatible 3D graphics library. Package info
Template:
Codename: mesa
Source file: mesa-19.1.4.tar.xz
Source file size: 10938008
Source file MD5-checkum: 90eed05e3239c96ad9e92eb11eb67ada
Source directory: mesa-19.1.4
Package URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/mesa-19.1.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/mesa-19.1.4.tar.xz.md5sum
Dependances: libdrm, python2, mako, llvm, Xlibs, wayland-protocols.
Dependance of: libepoxy, webkitgtk, glu, freeglut, libvdpau-va-gl, blender, mesa-demos, libreoffice, libva, qt4, qt5, X.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
GALLIUM_DRV="i915,nouveau,r600,radeonsi,svga,swrast,virgl"
DRI_DRIVERS="i965,nouveau"
mkdir build &&
cd build &&
meson --prefix=$XORG_PREFIX \
-Dbuildtype=release \
-Ddri-drivers=$DRI_DRIVERS \
-Dgallium-drivers=$GALLIUM_DRV \
-Dvulkan-drivers="intel,amd" \
-Dgallium-nine=false \
-Dglx=dri \
-Dosmesa=gallium \
-Dvalgrind=false \
.. &&
unset GALLIUM_DRV DRI_DRIVERS
Build script:
ninja
Install script:
ninja install