summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2021-10-05 18:06:43 +0200
committerLone_Wolf2021-10-05 18:06:43 +0200
commit66ceec91f0db2b088311fe3e64ca0c2cab5f1a78 (patch)
tree3f204d21bc48423806668a4e7dcc0e2fce0526a0
parent0a3da61b6c9b99782b11f3331bb507bdbf83c8f3 (diff)
downloadaur-66ceec91f0db2b088311fe3e64ca0c2cab5f1a78.tar.gz
opencl support no longer needs optdepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42d47bfa69b2..0ef7fa53687f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-minimal-git
pkgdesc = an open-source implementation of the OpenGL specification, stripped down git version
- pkgver = 21.3.0_devel.144808.b1eb0887922
+ pkgver = 21.3.0_devel.145800.d2543658ef6
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
@@ -34,7 +34,6 @@ pkgbase = mesa-minimal-git
depends = zstd
depends = llvm-libs-minimal-git
optdepends = opengl-man-pages: for the OpenGL API man pages
- optdepends = llvm-minimal-git: opencl
provides = mesa
provides = opencl-mesa
provides = vulkan-intel
diff --git a/PKGBUILD b/PKGBUILD
index 9a7ea65d242b..ae4d96997d68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=21.3.0_devel.144808.b1eb0887922
+pkgver=21.3.0_devel.145800.d2543658ef6
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -21,8 +21,7 @@ makedepends=('git' 'python-mako' 'xorgproto'
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'vulkan-icd-loader' 'zstd' 'llvm-libs-minimal-git')
# In order to keep the package simple and ease troubleshooting only use one llvm implementation
-optdepends=('opengl-man-pages: for the OpenGL API man pages'
- 'llvm-minimal-git: opencl')
+optdepends=('opengl-man-pages: for the OpenGL API man pages')
provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'vulkan-swrast' 'vulkan-driver' 'opengl-driver' 'opencl-driver')
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'vulkan-swrast' 'mesa-vdpau')
# mixing components from different mesa versions is a bad idea, conflict with everything unique provided by extra/mesa