[arch-commits] Commit in mesa-amber/trunk (PKGBUILD)

Laurent Carlier lcarlier at gemini.archlinux.org
Mon Mar 21 20:26:41 UTC 2022


    Date: Monday, March 21, 2022 @ 20:26:41
  Author: lcarlier
Revision: 440419

upgpkg: mesa-amber 21.3.8-2: add missing swrast driver

Modified:
  mesa-amber/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 15:32:05 UTC (rev 440418)
+++ PKGBUILD	2022-03-21 20:26:41 UTC (rev 440419)
@@ -6,10 +6,10 @@
 pkgname=mesa-amber
 pkgdesc="classic OpenGL (non-Gallium3D) drivers"
 pkgver=21.3.8
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
-             'libxdamage' 'wayland' 'wayland-protocols' 'zstd' 'elfutils'
+             'libxdamage' 'wayland' 'wayland-protocols' 'zstd' 'elfutils' 'llvm'
              'libglvnd' 'libunwind' 'libxrandr' 'valgrind' 'cmake' 'meson')
 url="https://www.mesa3d.org/"
 license=('custom')
@@ -31,7 +31,7 @@
     -D amber=true \
     -D platforms=auto \
     -D dri-drivers=i915,i965,r100,r200,nouveau \
-    -D gallium-drivers=auto \
+    -D gallium-drivers=swrast \
     -D vulkan-drivers=auto \
     -D dri3=enabled \
     -D egl=enabled \
@@ -41,9 +41,9 @@
     -D glvnd=auto \
     -D glx=dri \
     -D libunwind=enabled \
-    -D llvm=disabled \
+    -D llvm=enabled \
     -D lmsensors=disabled \
-    -D osmesa=false \
+    -D osmesa=true \
     -D shared-glapi=enabled \
     -D microsoft-clc=disabled \
     -D valgrind=enabled
@@ -57,6 +57,7 @@
 package() {
   depends=('libglvnd')
   conflicts=('mesa')
+  provides=("mesa-${pkgver}")
 
   DESTDIR="${pkgdir}" meson install -C build
 



More information about the arch-commits mailing list