updated llvm version req

This commit is contained in:
Lone_Wolf 2020-07-28 13:46:54 +02:00
parent 8aa88df382
commit 3131155e87
2 changed files with 9 additions and 11 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 20.2.0_devel.126148.97f8ec321b7
pkgrel = 2
pkgver = 20.2.0_devel.126585.884718313c8
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
license = custom
@ -21,8 +21,7 @@ pkgbase = mesa-git
makedepends = wayland-protocols
makedepends = meson
makedepends = ninja
makedepends = llvm=10.0.0
makedepends = clang=10.0.0
makedepends = llvm-minimal-git
depends = libdrm
depends = libxxf86vm
depends = libxdamage
@ -37,10 +36,9 @@ pkgbase = mesa-git
depends = glslang
depends = vulkan-icd-loader
depends = zstd
depends = llvm-libs=10.0.0
depends = llvm-libs-minimal-git
optdepends = opengl-man-pages: for the OpenGL API man pages
optdepends = clang: opencl
optdepends = compiler-rt: opencl
optdepends = llvm-minimal-git: opencl
provides = mesa
provides = opencl-mesa
provides = vulkan-intel

View File

@ -11,8 +11,8 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=20.2.0_devel.126148.97f8ec321b7
pkgrel=2
pkgver=20.2.0_devel.126585.884718313c8
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'libxrandr'
@ -71,8 +71,8 @@ case $MESA_WHICH_LLVM in
;;
4)
# extra/llvm
makedepends+=(llvm=10.0.0 clang=10.0.0)
depends+=(llvm-libs=10.0.0)
makedepends+=(llvm=10.0.1 clang=10.0.1)
depends+=(llvm-libs=10.0.1)
optdepends+=('clang: opencl' 'compiler-rt: opencl')
;;
*)