diff --git a/srcpkgs/mesa/patches/musl.patch b/srcpkgs/mesa/patches/musl.patch index 92a37bd577c..99ce8df1460 100644 --- a/srcpkgs/mesa/patches/musl.patch +++ b/srcpkgs/mesa/patches/musl.patch @@ -43,3 +43,24 @@ #include "radv_radeon_winsys.h" #include "ac_gpu_info.h" #include "addrlib/addrinterface.h" +--- src/gallium/state_trackers/nine/nine_debug.c.orig 2020-03-06 07:46:48.278918421 +0100 ++++ src/gallium/state_trackers/nine/nine_debug.c 2020-03-06 07:51:32.919964119 +0100 +@@ -65,7 +65,7 @@ _nine_debug_printf( unsigned long flag, + { + static boolean first = TRUE; + static unsigned long dbg_flags = DBG_ERROR | DBG_WARN; +- unsigned long tid = 0; ++ pthread_t tid = 0; + + if (first) { + first = FALSE; +--- src/gallium/drivers/panfrost/pan_bo.h.orig 2020-03-06 08:37:26.810535178 +0100 ++++ src/gallium/drivers/panfrost/pan_bo.h 2020-03-06 08:38:00.290897294 +0100 +@@ -29,6 +29,7 @@ + #include + #include "pipe/p_state.h" + #include "util/list.h" ++#include + + struct panfrost_screen; + diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index 5c38c045c02..a0512a7e8e4 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -1,6 +1,6 @@ # Template file for 'mesa' pkgname=mesa -version=19.3.4 +version=20.0.1 revision=1 wrksrc="mesa-${version}" build_style=meson @@ -16,7 +16,7 @@ makedepends="elfutils-devel expat-devel libXdamage-devel libXvMC-devel libXxf86vm-devel libatomic-devel libdrm-devel libffi-devel libva-devel libvdpau-devel libxshmfence-devel ncurses-devel talloc-devel zlib-devel $(vopt_if wayland 'wayland-devel wayland-protocols') llvm - libsensors-devel libXrandr-devel libglvnd-devel" + libsensors-devel libXrandr-devel libglvnd-devel libzstd-devel" depends="libglvnd" short_desc="Graphics library similar to SGI's OpenGL" maintainer="Juan RP " @@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later" homepage="https://www.mesa3d.org/" changelog="https://www.mesa3d.org/relnotes/${version}.html" distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz" -checksum=1da467e6ae2799a517e242462331eafd29ae77d9872f3a845df81f7c308e8fe4 +checksum=6153ba3f8cb0524bbfc08e4db76b408126b2d1be8f789dffe28d1a0461eedde4 build_options="wayland" build_options_default="wayland"