ports/xorg (3.6): libdrm: update to 2.4.113
commit 50b632bff4caaacd9dd826583ac723e6f94bfd20 Author: Juergen Daubert <jue@jue.li> Date: Mon Sep 5 15:22:54 2022 +0200 libdrm: update to 2.4.113 diff --git a/libdrm/.signature b/libdrm/.signature index a9e1d200..4ba31878 100644 --- a/libdrm/.signature +++ b/libdrm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndAC6nadyRjgnldCwXW/wEFicS4ty8IUxGhvZzlLBch4on/rNhYERFjIiC7rEYwGiycDYEalEb0usN56ZZ4jNJws= -SHA256 (Pkgfile) = e25f7653ffe25d71538fdcf28515503f7f501b84d7a7f063448f81ebdb5d7e0b +RWTSGWF5Q7TndJQh0khlbT6I4wXaCUHVzyonAS7GnLGM/c9EaFSH+fzJajaYZxjV2KnBCRvIfkM+QHXmYISO6C4n6A1OH8SUxwE= +SHA256 (Pkgfile) = d0646da7f62583f3026c34c980fe1c3353b45a5ccadc25fedcb6cc932207e071 SHA256 (.footprint) = 9c34397a9d89ba2cce5de09a4c7e00c8729b84120058b3a84b5b00e329ed8833 -SHA256 (libdrm-2.4.112.tar.xz) = 00b07710bd09b35cd8d80eaf4f4497fe27f4becf467a9830f1f5e8324f8420ff +SHA256 (libdrm-2.4.113.tar.xz) = 7fd7eb2967f63beb4606f22d50e277d993480d05ef75dd88a9bd8e677323e5e1 diff --git a/libdrm/Pkgfile b/libdrm/Pkgfile index ed7a93a4..27464b46 100644 --- a/libdrm/Pkgfile +++ b/libdrm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: meson ninja xorg-libpciaccess name=libdrm -version=2.4.112 +version=2.4.113 release=1 source=(https://dri.freedesktop.org/libdrm/libdrm-$version.tar.xz) @@ -15,9 +15,9 @@ build() { --wrap-mode nodownload \ -D b_lto=true \ -D b_pie=true \ - -D man-pages=false \ - -D valgrind=false \ - -D cairo-tests=false + -D man-pages=disabled \ + -D valgrind=disabled \ + -D cairo-tests=disabled meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build
participants (1)
-
crux@crux.nu