From 392399103a44b4ed7ea5c641cf721dbf2bc7a01d Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 23 Jul 2023 15:25:03 +0300 Subject: [PATCH] mesa-glu ver. bump --- x11/library/mesa-glu/actions.py | 10 +++++----- x11/library/mesa-glu/pspec.xml | 10 +++++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/x11/library/mesa-glu/actions.py b/x11/library/mesa-glu/actions.py index ed7dcd78a7..65eebf9632 100644 --- a/x11/library/mesa-glu/actions.py +++ b/x11/library/mesa-glu/actions.py @@ -5,17 +5,17 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import mesontools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-vif") - autotools.configure("--disable-static") + mesontools.configure() def build(): - autotools.make() + mesontools.build() def check(): - autotools.make("check") + mesontools.build("test") def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() diff --git a/x11/library/mesa-glu/pspec.xml b/x11/library/mesa-glu/pspec.xml index 110d45c489..ea63f3b8c3 100644 --- a/x11/library/mesa-glu/pspec.xml +++ b/x11/library/mesa-glu/pspec.xml @@ -12,8 +12,9 @@ library Mesa OpenGL Utility library Mesa implementation of the standard GLU OpenGL utility API. - ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.2.tar.gz + ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.3.tar.xz + meson libglvnd-devel libgcc @@ -65,6 +66,13 @@ + + 2023-07-23 + 9.0.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-25 9.0.2