pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libdrm libdrm: update to 2.4.112.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f9f749eafdd
branches:  trunk
changeset: 381711:8f9f749eafdd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 20:56:27 2022 +0000

description:
libdrm: update to 2.4.112.

Saleemkhan Jamadar (1):
      tests/amdgpu/vcn:vcn encoder unit test

Sathishkumar S (1):
      tests/amdgpu: fix decode test failure on VCN2.5

Simon Ser (6):
      gen_table_fourcc: strip _MODIFIER suffix for INVALID
      xf86drmMode: constify drmModeAtomicReq functions
      xf86drmMode: introduce drmModeGetConnectorTypeName
      tests: use drmModeGetConnectorTypeName
      xf86drmMode: introduce drmModeConnectorGetPossibleCrtcs
      build: bump version to 2.4.112

diffstat:

 x11/libdrm/Makefile |  8 ++++----
 x11/libdrm/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r be280aeafb61 -r 8f9f749eafdd x11/libdrm/Makefile
--- a/x11/libdrm/Makefile       Mon Jul 11 20:51:42 2022 +0000
+++ b/x11/libdrm/Makefile       Mon Jul 11 20:56:27 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2022/06/03 08:30:34 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2022/07/11 20:56:27 wiz Exp $
 
-DISTNAME=              libdrm-2.4.111
+DISTNAME=              libdrm-2.4.112
 CATEGORIES=            x11 graphics
 MASTER_SITES=          https://dri.freedesktop.org/libdrm/
 EXTRACT_SUFX=          .tar.xz
@@ -57,8 +57,8 @@
 MESON_ARGS+=   -Damdgpu=true
 MESON_ARGS+=   -Dnouveau=true
 
-.if !empty(MACHINE_ARCH:Marm*) || \
-      !empty(MACHINE_ARCH:Mearm*) || \
+.if ${MACHINE_ARCH:Marm*} || \
+      ${MACHINE_ARCH:Mearm*} || \
       ${MACHINE_ARCH} == "aarch64"
 MESON_ARGS+=   -Detnaviv=true
 MESON_ARGS+=   -Dexynos=true
diff -r be280aeafb61 -r 8f9f749eafdd x11/libdrm/distinfo
--- a/x11/libdrm/distinfo       Mon Jul 11 20:51:42 2022 +0000
+++ b/x11/libdrm/distinfo       Mon Jul 11 20:56:27 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.101 2022/06/03 08:30:34 wiz Exp $
+$NetBSD: distinfo,v 1.102 2022/07/11 20:56:27 wiz Exp $
 
-BLAKE2s (libdrm-2.4.111.tar.xz) = 59cab153dd99160dc5e0208bcaf7b2230737cd3ffcd61321b0712b2de36c1b06
-SHA512 (libdrm-2.4.111.tar.xz) = 17e92e9e4ded8031ac222764bed7e9ff430a1a377f5e435f6b62b4a7f45cb4c4b769b3b79fbcba11512c1ac973abf8cdcca8e0b9659ae095e915d3d5efcf5516
-Size (libdrm-2.4.111.tar.xz) = 447388 bytes
+BLAKE2s (libdrm-2.4.112.tar.xz) = fced8174255672a55f0bc72275c99aea094792a0094b22033edd1ded58ad18a2
+SHA512 (libdrm-2.4.112.tar.xz) = df8a207d9cce220ee2cf67877eda65394733fbfd0ff85fdbadb2b20ba9bacc41421b32452506c8caecddaf8361564ca68cd6c74d4faf3b1569ab30a3243e4340
+Size (libdrm-2.4.112.tar.xz) = 451872 bytes
 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
 SHA1 (patch-amdgpu_amdgpu__cs.c) = 125eca62cd3e00a6e039066152780174dcde0705
 SHA1 (patch-etnaviv_etnaviv__device.c) = 236b2df05a918c35c4decfee416ff5bfe9c073d4



Home | Main Index | Thread Index | Old Index