From e04fe5c3690f12ced67af20d5a39dac885ebf148 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 29 May 2020 00:12:46 +0200 Subject: [PATCH] mesa: update to 20.1.0 (test) --- srcpkgs/mesa/patches/musl.patch | 10 ---------- srcpkgs/mesa/template | 4 ++-- srcpkgs/mesa/update | 5 ++--- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/srcpkgs/mesa/patches/musl.patch b/srcpkgs/mesa/patches/musl.patch index 99ce8df1460..ba679adab15 100644 --- a/srcpkgs/mesa/patches/musl.patch +++ b/srcpkgs/mesa/patches/musl.patch @@ -54,13 +54,3 @@ 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 1bf6890c64c..a822f6a2637 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -1,6 +1,6 @@ # Template file for 'mesa' pkgname=mesa -version=20.0.7 +version=20.1.0 revision=1 wrksrc="mesa-${version}" build_style=meson @@ -23,7 +23,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=fe6e258fe772c3cd2ac01741bf7408058c3ac02d66acff9a6e669bd72e3ea178 +checksum=2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 build_options="wayland" build_options_default="wayland" diff --git a/srcpkgs/mesa/update b/srcpkgs/mesa/update index 4fc2dbfd9ea..159a5cdecab 100644 --- a/srcpkgs/mesa/update +++ b/srcpkgs/mesa/update @@ -1,3 +1,2 @@ -pkgname="mesa" -# libGL devs consider X.0.0 to be development releases -ignore="*.*0*0" +# mesa devs consider *.0 to be development releases +ignore="*.0"