2021-01-21 19:55:28 +08:00
|
|
|
# Maintainer: Reza Jahanbakhshi <reza.jahanbakhshi at gmail dot com
|
2021-10-28 17:48:40 +08:00
|
|
|
# Contributor: Lone_Wolf <lone_wolf@klaas-de-kat.nl>
|
2015-08-07 23:56:11 +08:00
|
|
|
# Contributor: Armin K. <krejzi at email dot com>
|
2014-12-31 02:42:36 +08:00
|
|
|
# Contributor: Kristian Klausen <klausenbusk@hotmail.com>
|
|
|
|
# Contributor: Egon Ashrafinia <e.ashrafinia@gmail.com>
|
|
|
|
# Contributor: Tavian Barnes <tavianator@gmail.com>
|
|
|
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
|
|
|
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
|
|
|
# Contributor: Thomas Dziedzic < gostrc at gmail >
|
|
|
|
# Contributor: Antti "Tera" Oja <antti.bofh@gmail.com>
|
|
|
|
# Contributor: Diego Jose <diegoxter1006@gmail.com>
|
|
|
|
|
2019-05-09 21:07:31 +08:00
|
|
|
pkgname=mesa-git
|
2016-02-01 22:21:55 +08:00
|
|
|
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
2023-07-19 18:35:42 +08:00
|
|
|
pkgver=23.3.0_devel.174362.a944a8eba93.d41d8cd
|
2021-01-13 19:02:37 +08:00
|
|
|
pkgrel=1
|
2017-02-28 06:48:24 +08:00
|
|
|
arch=('x86_64')
|
2019-05-09 21:07:31 +08:00
|
|
|
makedepends=('git' 'python-mako' 'xorgproto'
|
2020-08-22 05:21:02 +08:00
|
|
|
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
|
2022-08-11 23:09:02 +08:00
|
|
|
'wayland-protocols' 'meson' 'ninja' 'glslang' 'directx-headers' 'libclc')
|
2018-04-04 05:56:41 +08:00
|
|
|
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
|
2020-08-22 05:21:02 +08:00
|
|
|
'libomxil-bellagio' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'vulkan-icd-loader' 'zstd' 'expat')
|
2017-06-03 08:34:32 +08:00
|
|
|
optdepends=('opengl-man-pages: for the OpenGL API man pages')
|
2021-10-28 15:39:26 +08:00
|
|
|
provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-swrast' 'vulkan-driver' 'mesa-libgl' 'opengl-driver' 'opencl-driver')
|
|
|
|
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-swrast' 'mesa-libgl')
|
2018-08-28 17:45:28 +08:00
|
|
|
url="https://www.mesa3d.org"
|
2014-12-31 02:42:36 +08:00
|
|
|
license=('custom')
|
2021-05-11 03:01:52 +08:00
|
|
|
source=('mesa::git+https://gitlab.freedesktop.org/mesa/mesa.git#branch=main'
|
2023-04-18 18:19:29 +08:00
|
|
|
'LICENSE'
|
|
|
|
)
|
2019-05-09 21:07:31 +08:00
|
|
|
md5sums=('SKIP'
|
2023-06-01 05:26:00 +08:00
|
|
|
'5c65a0fe315dd347e09b1f2826a1df5a')
|
2016-08-15 06:48:39 +08:00
|
|
|
sha512sums=('SKIP'
|
2023-06-01 05:26:00 +08:00
|
|
|
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2')
|
2017-05-22 23:01:33 +08:00
|
|
|
|
2019-05-27 20:38:45 +08:00
|
|
|
# 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.
|
|
|
|
|
2020-03-06 04:51:53 +08:00
|
|
|
# MESA_WHICH_LLVM is an environment variable that determines which llvm package tree is used to built mesa-git against.
|
2019-07-03 18:52:56 +08:00
|
|
|
# Adding a line to ~/.bashrc that sets this value is the simplest way to ensure a specific choice.
|
2019-05-14 22:00:44 +08:00
|
|
|
#
|
2020-03-06 04:51:53 +08:00
|
|
|
# NOTE: Aur helpers don't handle this method well, check the sticky comments on mesa-git aur page .
|
2019-10-16 19:55:05 +08:00
|
|
|
#
|
2019-05-15 03:35:42 +08:00
|
|
|
# 1: llvm-minimal-git (aur) preferred value
|
2019-06-04 22:33:43 +08:00
|
|
|
# 2: AUR llvm-git
|
|
|
|
# 3: llvm-git from LordHeavy unofficial repo
|
2019-05-15 03:35:42 +08:00
|
|
|
# 4 llvm (stable from extra) Default value
|
2019-05-09 21:07:31 +08:00
|
|
|
#
|
2021-01-03 23:54:00 +08:00
|
|
|
|
2019-05-14 22:00:44 +08:00
|
|
|
if [[ ! $MESA_WHICH_LLVM ]] ; then
|
|
|
|
MESA_WHICH_LLVM=4
|
2019-05-09 21:07:31 +08:00
|
|
|
fi
|
|
|
|
|
2019-05-14 22:00:44 +08:00
|
|
|
case $MESA_WHICH_LLVM in
|
2019-05-09 21:07:31 +08:00
|
|
|
1)
|
2019-07-03 18:52:56 +08:00
|
|
|
# aur llvm-minimal-git
|
2019-05-25 02:53:03 +08:00
|
|
|
makedepends+=('llvm-minimal-git')
|
2019-05-15 03:35:42 +08:00
|
|
|
depends+=('llvm-libs-minimal-git')
|
2019-05-09 21:07:31 +08:00
|
|
|
;;
|
|
|
|
2)
|
|
|
|
# aur llvm-git
|
2019-06-04 22:33:43 +08:00
|
|
|
# depending on aur-llvm-* to avoid mixup with LH llvm-git
|
|
|
|
makedepends+=('aur-llvm-git')
|
|
|
|
depends+=('aur-llvm-libs-git')
|
2020-08-22 05:21:02 +08:00
|
|
|
optdepends+=('aur-llvm-git: opencl')
|
2019-05-09 21:07:31 +08:00
|
|
|
;;
|
|
|
|
3)
|
2019-07-03 18:52:56 +08:00
|
|
|
# mesa-git/llvm-git (lordheavy unofficial repo)
|
2019-06-04 22:33:43 +08:00
|
|
|
makedepends+=('llvm-git' 'clang-git')
|
|
|
|
depends+=('llvm-libs-git')
|
2020-04-11 04:46:10 +08:00
|
|
|
optdepends+=('clang-git: opencl' 'compiler-rt: opencl')
|
2019-05-09 21:07:31 +08:00
|
|
|
;;
|
|
|
|
4)
|
|
|
|
# extra/llvm
|
2023-01-19 05:09:42 +08:00
|
|
|
makedepends+=(llvm=15.0.7 clang=15.0.7)
|
|
|
|
depends+=(llvm-libs=15.0.7)
|
2020-04-11 04:46:10 +08:00
|
|
|
optdepends+=('clang: opencl' 'compiler-rt: opencl')
|
2019-05-09 21:07:31 +08:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
esac
|
2021-12-05 19:48:55 +08:00
|
|
|
|
2014-12-31 02:42:36 +08:00
|
|
|
pkgver() {
|
2016-01-30 02:09:39 +08:00
|
|
|
cd mesa
|
2021-12-08 23:11:45 +08:00
|
|
|
local _ver
|
2023-07-19 18:35:42 +08:00
|
|
|
_ver=$(<VERSION)
|
2021-12-08 23:11:45 +08:00
|
|
|
|
|
|
|
local _patchver
|
|
|
|
local _patchfile
|
|
|
|
for _patchfile in "${source[@]}"; do
|
|
|
|
_patchfile="${_patchfile%%::*}"
|
|
|
|
_patchfile="${_patchfile##*/}"
|
|
|
|
[[ $_patchfile = *.patch ]] || continue
|
|
|
|
_patchver="${_patchver}$(md5sum ${srcdir}/${_patchfile} | cut -c1-32)"
|
|
|
|
done
|
2023-07-13 13:19:14 +08:00
|
|
|
_patchver="$(echo -n $_patchver | md5sum | cut -c1-7)"
|
2021-12-08 23:11:45 +08:00
|
|
|
|
|
|
|
echo ${_ver/-/_}.$(git rev-list --count HEAD).$(git rev-parse --short HEAD).${_patchver}
|
2014-12-31 02:42:36 +08:00
|
|
|
}
|
|
|
|
|
2019-05-12 20:57:09 +08:00
|
|
|
prepare() {
|
|
|
|
# although removing _build folder in build() function feels more natural,
|
|
|
|
# that interferes with the spirit of makepkg --noextract
|
2018-06-27 02:46:10 +08:00
|
|
|
if [ -d _build ]; then
|
|
|
|
rm -rf _build
|
|
|
|
fi
|
2021-12-08 00:52:28 +08:00
|
|
|
|
2021-12-08 23:11:45 +08:00
|
|
|
local _patchfile
|
|
|
|
for _patchfile in "${source[@]}"; do
|
|
|
|
_patchfile="${_patchfile%%::*}"
|
|
|
|
_patchfile="${_patchfile##*/}"
|
|
|
|
[[ $_patchfile = *.patch ]] || continue
|
|
|
|
echo "Applying patch $_patchfile..."
|
|
|
|
patch --directory=mesa --forward --strip=1 --input="${srcdir}/${_patchfile}"
|
|
|
|
done
|
2019-05-12 20:57:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
build () {
|
2018-06-27 02:46:10 +08:00
|
|
|
meson setup mesa _build \
|
2020-08-22 05:21:02 +08:00
|
|
|
-D b_ndebug=true \
|
2022-10-01 23:28:08 +08:00
|
|
|
-D b_lto=false \
|
2020-08-13 06:53:48 +08:00
|
|
|
-D platforms=x11,wayland \
|
2022-12-08 19:58:21 +08:00
|
|
|
-D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink,d3d12 \
|
2023-05-04 15:03:21 +08:00
|
|
|
-D vulkan-drivers=amd,intel,swrast,virtio,intel_hasvk \
|
2022-08-11 23:09:02 +08:00
|
|
|
-D vulkan-layers=device-select,overlay \
|
2020-06-08 19:56:00 +08:00
|
|
|
-D dri3=enabled \
|
|
|
|
-D egl=enabled \
|
2018-06-27 02:46:10 +08:00
|
|
|
-D gallium-extra-hud=true \
|
|
|
|
-D gallium-nine=true \
|
|
|
|
-D gallium-omx=bellagio \
|
2023-04-18 18:26:07 +08:00
|
|
|
-D gallium-opencl=disabled \
|
2020-06-08 19:56:00 +08:00
|
|
|
-D gallium-va=enabled \
|
|
|
|
-D gallium-vdpau=enabled \
|
|
|
|
-D gallium-xa=enabled \
|
|
|
|
-D gbm=enabled \
|
|
|
|
-D gles1=disabled \
|
|
|
|
-D gles2=enabled \
|
2018-06-27 02:46:10 +08:00
|
|
|
-D glvnd=true \
|
|
|
|
-D glx=dri \
|
2020-06-08 19:56:00 +08:00
|
|
|
-D libunwind=enabled \
|
|
|
|
-D llvm=enabled \
|
|
|
|
-D lmsensors=enabled \
|
2020-12-11 07:33:14 +08:00
|
|
|
-D osmesa=true \
|
2020-06-08 19:56:00 +08:00
|
|
|
-D shared-glapi=enabled \
|
2022-08-11 23:09:02 +08:00
|
|
|
-D microsoft-clc=disabled \
|
2020-06-08 19:56:00 +08:00
|
|
|
-D valgrind=disabled \
|
2020-02-12 08:06:05 +08:00
|
|
|
-D tools=[] \
|
2020-12-07 06:35:19 +08:00
|
|
|
-D zstd=enabled \
|
2022-08-11 23:09:02 +08:00
|
|
|
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc \
|
|
|
|
-D buildtype=plain \
|
|
|
|
--wrap-mode=nofallback \
|
|
|
|
-D prefix=/usr \
|
|
|
|
-D sysconfdir=/etc
|
2019-05-09 21:07:31 +08:00
|
|
|
|
2022-11-11 18:50:31 +08:00
|
|
|
meson configure --no-pager _build
|
2020-03-07 05:56:48 +08:00
|
|
|
|
|
|
|
ninja $NINJAFLAGS -C _build
|
2014-12-31 02:42:36 +08:00
|
|
|
}
|
|
|
|
|
2019-05-09 21:07:31 +08:00
|
|
|
package() {
|
2019-09-29 04:54:21 +08:00
|
|
|
DESTDIR="${pkgdir}" ninja $NINJAFLAGS -C _build install
|
2016-04-20 16:52:59 +08:00
|
|
|
|
2021-03-28 00:56:07 +08:00
|
|
|
# remove script file from /usr/bin
|
|
|
|
# https://gitlab.freedesktop.org/mesa/mesa/issues/2230
|
|
|
|
rm "${pkgdir}/usr/bin/mesa-overlay-control.py"
|
|
|
|
rmdir "${pkgdir}/usr/bin"
|
|
|
|
|
2019-09-29 04:54:21 +08:00
|
|
|
# indirect rendering
|
|
|
|
ln -s /usr/lib/libGLX_mesa.so.0 "${pkgdir}/usr/lib/libGLX_indirect.so.0"
|
|
|
|
|
2020-07-16 19:27:44 +08:00
|
|
|
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${srcdir}/LICENSE"
|
2014-12-31 02:42:36 +08:00
|
|
|
}
|