updated version requirement for repo llvm to 9.0.0

This commit is contained in:
LW-archlinux 2019-10-16 13:55:05 +02:00
parent 3432817c58
commit d78d695cbd
2 changed files with 15 additions and 12 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 19.3.0_devel.115858.cdc331c6f9f pkgver = 19.3.0_devel.116318.16233797f49
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64
@ -22,7 +22,8 @@ pkgbase = mesa-git
makedepends = wayland-protocols makedepends = wayland-protocols
makedepends = meson makedepends = meson
makedepends = ninja makedepends = ninja
makedepends = llvm-minimal-git makedepends = llvm=9.0.0
makedepends = clang=9.0.0
depends = libdrm depends = libdrm
depends = libxxf86vm depends = libxxf86vm
depends = libxdamage depends = libxdamage
@ -35,14 +36,14 @@ pkgbase = mesa-git
depends = lm_sensors depends = lm_sensors
depends = libclc depends = libclc
depends = glslang depends = glslang
depends = llvm-libs-minimal-git depends = llvm-libs=9.0.0
optdepends = opengl-man-pages: for the OpenGL API man pages optdepends = opengl-man-pages: for the OpenGL API man pages
provides = mesa=19.3.0_devel.115858.cdc331c6f9f-1 provides = mesa=19.3.0_devel.116318.16233797f49-1
provides = vulkan-intel=19.3.0_devel.115858.cdc331c6f9f-1 provides = vulkan-intel=19.3.0_devel.116318.16233797f49-1
provides = vulkan-radeon=19.3.0_devel.115858.cdc331c6f9f-1 provides = vulkan-radeon=19.3.0_devel.116318.16233797f49-1
provides = vulkan-mesa-layer=19.3.0_devel.115858.cdc331c6f9f-1 provides = vulkan-mesa-layer=19.3.0_devel.116318.16233797f49-1
provides = libva-mesa-driver=19.3.0_devel.115858.cdc331c6f9f-1 provides = libva-mesa-driver=19.3.0_devel.116318.16233797f49-1
provides = mesa-vdpau=19.3.0_devel.115858.cdc331c6f9f-1 provides = mesa-vdpau=19.3.0_devel.116318.16233797f49-1
provides = vulkan-driver provides = vulkan-driver
provides = opencl- provides = opencl-
provides = opengl-driver provides = opengl-driver

View File

@ -11,7 +11,7 @@
pkgname=mesa-git pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=19.3.0_devel.115858.cdc331c6f9f pkgver=19.3.0_devel.116318.16233797f49
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' makedepends=('git' 'python-mako' 'xorgproto'
@ -37,6 +37,8 @@ sha512sums=('SKIP'
# MESA_WHICH_LLVM is an environment variable used to determine which llvm package tree is used to built mesa-git against. # 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 ~/.bashrc that sets this value is the simplest way to ensure a specific choice. # Adding a line to ~/.bashrc that sets this value is the simplest way to ensure a specific choice.
# #
# NOTE: Aur helpers have trouble with this method, check the sticky comments on mesa-git aur page .
#
# 1: llvm-minimal-git (aur) preferred value # 1: llvm-minimal-git (aur) preferred value
# 2: AUR llvm-git # 2: AUR llvm-git
# 3: llvm-git from LordHeavy unofficial repo # 3: llvm-git from LordHeavy unofficial repo
@ -66,8 +68,8 @@ case $MESA_WHICH_LLVM in
;; ;;
4) 4)
# extra/llvm # extra/llvm
makedepends+=(llvm=8.0.1 clang=8.0.1) makedepends+=(llvm=9.0.0 clang=9.0.0)
depends+=(llvm-libs=8.0.1) depends+=(llvm-libs=9.0.0)
;; ;;
*) *)
esac esac