# Maintainer: Lone_Wolf # Maintainer: Reza Jahanbakhshi # Contributor: Kristian Klausen # Contributor: Egon Ashrafinia # Contributor: Tavian Barnes # Contributor: Jan de Groot # Contributor: Andreas Radke # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Antti "Tera" Oja # Contributor: Diego Jose pkgname=lib32-mesa-git pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgver=21.3.0_devel.142889.bd9550b026e pkgrel=1 arch=('x86_64') makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto' 'lib32-gcc-libs' 'lib32-libvdpau' 'lib32-libelf' 'git' 'mesa-git' 'lib32-libglvnd' 'wayland-protocols' 'lib32-wayland' 'meson' 'lib32-libva' 'lib32-libxrandr') depends=('mesa-git' 'lib32-gcc-libs' 'lib32-libdrm' 'lib32-wayland' 'lib32-libxxf86vm' 'lib32-libxdamage' 'lib32-libxshmfence' 'lib32-libelf' 'lib32-libunwind' 'lib32-lm_sensors' 'glslang' 'lib32-vulkan-icd-loader' 'lib32-zstd') optdepends=('opengl-man-pages: for the OpenGL API man pages') provides=('lib32-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-opengl-driver' 'lib32-vulkan-driver') conflicts=('lib32-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau') url="https://www.mesa3d.org" license=('custom') source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main' 'LICENSE' 'llvm32.native' ) md5sums=('SKIP' '5c65a0fe315dd347e09b1f2826a1df5a' '6b4a19068a323d7f90a3d3cd315ed1f9') sha512sums=('SKIP' '25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2' 'c7dbb390ebde291c517a854fcbe5166c24e95206f768cc9458ca896b2253aabd6df12a7becf831998721b2d622d0c02afdd8d519e77dea8e1d6807b35f0166fe') # NINJAFLAGS is an env var used to pass commandline options to ninja # NOTE: It's your responbility to validate the value of $NINJAFLAGS. If unsure, don't set it. # MESA_WHICH_LLVM is an environment variable used to determine which llvm package tree is used to built mesa-git against. # Adding a line to ~/.bash_rc that sets this value is the simplest way to ensure a specific choice. # # 1: llvm-minimal-git (aur) preferred value # 2: llvm-git (aur) # 3 llvm-git (lordheavy unoffical repo) # 4 llvm (stable from extra) default value # # N.B. make sure lib32-mesa-git uses same value for this as mesa-git to avoid problems ! # if [[ ! $MESA_WHICH_LLVM ]] ; then MESA_WHICH_LLVM=4 fi case $MESA_WHICH_LLVM in 1) # aur lone_wolf-llvm-git makedepends+=('lib32-llvm-minimal-git') depends+=('lib32-llvm-libs-minimal-git') ;; 2) # aur llvm-git # depending on aur-lib32-llvm-* to avoid mixup with LH llvm-git makedepends+=('aur-lib32-llvm-git') depends+=('aur-lib32-llvm-libs-git') ;; 3) # mesa-git/llvm-git (lordheavy unofficial repo) makedepends+=('lib32-llvm-git') depends+=('lib32-llvm-libs-git') ;; 4) # extra/llvm makedepends+=(lib32-llvm=12.0.1) depends+=(lib32-llvm-libs=12.0.1) ;; *) esac pkgver() { cd mesa read -r _ver