From c3016fc5e23447c47603d2cbaf5a34fe0cba214f Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 17 Oct 2020 18:01:41 +0300 Subject: [PATCH] mesa-20.2.1 --- x11/library/mesa/actions.py | 8 ++++---- x11/library/mesa/pspec.xml | 9 ++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/x11/library/mesa/actions.py b/x11/library/mesa/actions.py index f115560fc7..1add66b3e6 100644 --- a/x11/library/mesa/actions.py +++ b/x11/library/mesa/actions.py @@ -21,9 +21,9 @@ def setup(): -Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,swr,iris,swrast,virgl \ -Dgallium-extra-hud=true \ -Dgallium-vdpau=enabled \ - -Dgallium-xvmc=true \ + -Dgallium-xvmc=enabled \ -Dgallium-va=enabled \ - -Dgallium-xa=true \ + -Dgallium-xa=enabled \ -Dgallium-nine=true \ -Dvulkan-drivers=amd,intel \ -Dvulkan-device-select-layer=true \ @@ -46,12 +46,12 @@ def setup(): " % ((libdir, ) * 2) if get.buildTYPE() == "emul32": - options += " -Dlmsensors=false --native-file crossfile.ini -Dllvm_libdir=/usr/lib32 -Dzstd=false" + options += " -Dlmsensors=disabled --native-file crossfile.ini -Dllvm_libdir=/usr/lib32 -Dzstd=disabled" shelltools.export("CC", "gcc -m32") shelltools.export("CXX", "g++ -m32") shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig") shelltools.export("LLVM_CONFIG","/usr/bin/llvm-config-32") - else: options += " -Dgallium-omx=bellagio -Dlmsensors=true" + else: options += " -Dgallium-omx=bellagio -Dlmsensors=enabled" mesontools.configure(options) diff --git a/x11/library/mesa/pspec.xml b/x11/library/mesa/pspec.xml index 63fcdde162..043c996972 100644 --- a/x11/library/mesa/pspec.xml +++ b/x11/library/mesa/pspec.xml @@ -13,7 +13,7 @@ app:console Mesa graphics libraries and utilities Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. - https://mesa.freedesktop.org/archive/mesa-20.2.0.tar.xz + https://mesa.freedesktop.org/archive/mesa-20.2.1.tar.xz meson valgrind @@ -214,6 +214,13 @@ + + 2020-10-17 + 20.2.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-10-09 20.2.0