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

Andreas Radke andyrtr at gemini.archlinux.org
Wed Aug 31 18:21:15 UTC 2022


    Date: Wednesday, August 31, 2022 @ 18:21:15
  Author: andyrtr
Revision: 454821

upgpkg: libdrm 2.4.113-1: upstream update 2.4.113

Modified:
  libdrm/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 18:09:16 UTC (rev 454820)
+++ PKGBUILD	2022-08-31 18:21:15 UTC (rev 454821)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libdrm
-pkgver=2.4.112
+pkgver=2.4.113
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 url="https://dri.freedesktop.org/"
@@ -9,12 +9,12 @@
 license=('custom')
 depends=('libpciaccess')
 makedepends=('python-docutils' 'meson')
-checkdepends=('cairo')
+checkdepends=('cairo' 'valgrind')
 replaces=('libdrm-new' 'libdrm-nouveau')
 options=('debug')
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
         COPYING)
-sha512sums=('df8a207d9cce220ee2cf67877eda65394733fbfd0ff85fdbadb2b20ba9bacc41421b32452506c8caecddaf8361564ca68cd6c74d4faf3b1569ab30a3243e4340'
+sha512sums=('fca9834ce090f63ce6dc6d04491a2c5e86162fdddfc8ea70d55a6cdeb401be656388aae1577e58f463a78d8dc502be0a641908784819874e20bbec9a39a057e0'
             'SKIP'
             'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
 #validpgpkeys=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie <airlied at redhat.com>
@@ -25,7 +25,10 @@
 
 build() {
   arch-meson $pkgname-$pkgver build \
-    -D udev=false
+    -D udev=false \
+    -D etnaviv=disabled \
+    -D freedreno=disabled \
+    -D vc4=disabled
   meson compile -C build
 }
 



More information about the arch-commits mailing list