From b8e4f872d35abe9abeae2e9c641d5f2a93f1a909 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 6 Nov 2024 19:11:56 +0300 Subject: [PATCH] pixman ver. bump --- x11/library/pixman/actions.py | 4 ++-- x11/library/pixman/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/x11/library/pixman/actions.py b/x11/library/pixman/actions.py index 1ac7c62b4f..752c4ad605 100644 --- a/x11/library/pixman/actions.py +++ b/x11/library/pixman/actions.py @@ -19,7 +19,7 @@ def setup(): -Dvmx=disabled \ -Darm-simd=disabled \ -Dneon=disabled \ - -Diwmmxt=disabled \ + -Drvv=disabled \ -Dmips-dspr2=disabled \ -Dgtk=disabled" @@ -27,7 +27,7 @@ def setup(): shelltools.export("CC", "%s -m32" % get.CC()) shelltools.export("CXX", "%s -m32" % get.CXX()) shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") - options += " --libdir=lib32 \ + options += " -Ddemos=disabled --libdir=lib32 \ " mesontools.configure(options) diff --git a/x11/library/pixman/pspec.xml b/x11/library/pixman/pspec.xml index 5c89082ae2..79a53c2d4e 100644 --- a/x11/library/pixman/pspec.xml +++ b/x11/library/pixman/pspec.xml @@ -12,7 +12,7 @@ library Pixel manipulation library Pixman contains lowlevel pixel manipulation routines. - mirrors://xorg/individual/lib/pixman-0.43.4.tar.xz + mirrors://xorg/individual/lib/pixman-0.44.0.tar.xz meson libpng-devel @@ -57,6 +57,13 @@ + + 2024-11-06 + 0.44.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-03-07 0.43.4