commit 717f167

chld  ·  2026-08-23 04:21:16 +0000 UTC
parent 22eee36
libdrm: bump to 2.4.134
3 files changed,  +14, -0
+1, -0
1@@ -0,0 +1 @@
2+.muon
+6, -0
1@@ -0,0 +1,6 @@
2+name: libdrm
3+description: userspace library for accesing the direct rendering manager (it put things on screen)
4+license: MIT
5+upstream: https://dri.freedesktop.org/libdrm/libdrm-${VERSION}.tar.xz
6+version: 2.4.134
7+maintainer:
+7, -0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=libdrm
4+VERSION=2.4.134
5+RELEASE=1
6+SOURCE="https://gitlab.freedesktop.org/mesa/drm/-/archive/libdrm-${VERSION}/drm-libdrm-${VERSION}.tar.bz2"
7+BUILD_STYLE=meson
8+. ${0%/*}/../../libsh/libdmake.sh