switched to llvm-git

This commit is contained in:
LW-archlinux 2019-04-12 22:28:56 +02:00
parent 471ae7c934
commit adf9030b3e
2 changed files with 6 additions and 7 deletions

View File

@ -1,14 +1,13 @@
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.1.0_devel.109747.ad8c145658e pkgver = 19.1.0_devel.109912.9e0c744f07a
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64
license = custom license = custom
makedepends = git makedepends = git
makedepends = python-mako makedepends = python-mako
makedepends = llvm-svn makedepends = llvm-git
makedepends = clang-svn
makedepends = xorgproto makedepends = xorgproto
makedepends = libxml2 makedepends = libxml2
makedepends = libx11 makedepends = libx11
@ -29,7 +28,7 @@ pkgbase = mesa-git
depends = libxshmfence depends = libxshmfence
depends = libelf depends = libelf
depends = libomxil-bellagio depends = libomxil-bellagio
depends = llvm-libs-svn depends = llvm-libs-git
depends = libunwind depends = libunwind
depends = libglvnd depends = libglvnd
depends = wayland depends = wayland

View File

@ -12,14 +12,14 @@
pkgbase=mesa-git pkgbase=mesa-git
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.1.0_devel.109747.ad8c145658e pkgver=19.1.0_devel.109912.9e0c744f07a
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'llvm-svn' 'clang-svn' 'xorgproto' makedepends=('git' 'python-mako' 'llvm-git' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'libxrandr' 'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'libxrandr'
'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland' 'wayland-protocols' 'meson') 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland' 'wayland-protocols' 'meson')
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf' depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libomxil-bellagio' 'llvm-libs-svn' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'glslang') 'libomxil-bellagio' 'llvm-libs-git' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'glslang')
optdepends=('opengl-man-pages: for the OpenGL API man pages') optdepends=('opengl-man-pages: for the OpenGL API man pages')
provides=('mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opencl-mesa' 'opengl-driver' 'opencl-driver') provides=('mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opencl-mesa' 'opengl-driver' 'opencl-driver')
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau') conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau')