* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8ddbced2ff2ee39d9a1fe6c7f9ea285175885cb3
@ 2025-03-14 10:25 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-03-14 10:25 UTC (permalink / raw)
To: ipfire-scm
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 8ddbced2ff2ee39d9a1fe6c7f9ea285175885cb3 (commit)
from b7f9f68b851ab0eb8b96c2c7a9e0f595f295f805 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8ddbced2ff2ee39d9a1fe6c7f9ea285175885cb3
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Fri Mar 14 10:25:18 2025 +0000
pixman: Update to 0.44.2
This project transitioned to meson, and it seems that instead of
figuring out on what kind of system it is running, we are now supposed
to tell it. Weird.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
pixman/pixman.nm | 40 ++++++++++++++++++++++++++++++++++++----
1 file changed, 36 insertions(+), 4 deletions(-)
Difference in files:
diff --git a/pixman/pixman.nm b/pixman/pixman.nm
index 862f00912..131cdedd9 100644
--- a/pixman/pixman.nm
+++ b/pixman/pixman.nm
@@ -4,7 +4,7 @@
###############################################################################
name = pixman
-version = 0.42.2
+version = 0.44.2
release = 1
groups = System/Libraries
@@ -21,12 +21,44 @@ source_dl = https://xorg.freedesktop.org/archive/individual/lib/
build
requires
libpng-devel
+ meson >= 1.3.0
perl
- pkg-config
end
- configure_options += \
- --disable-static
+ # Common flags
+ meson += \
+ -Dgtk=disabled \
+ -Darm-simd=disabled \
+ -Dloongson-mmi=disabled \
+ -Dmips-dspr2=disabled \
+ -Dneon=disabled \
+ -Drvv=disabled \
+ -Dvmx=disabled
+
+ if "%{arch}" == "aarch64"
+ meson += \
+ -Dmmx=disabled \
+ -Dsse2=disabled \
+ -Dssse3=disabled
+ end
+
+ if "%{arch}" == "x86_64"
+ meson += \
+ -Da64-neon=disabled
+ end
+
+ build
+ %{meson}
+ %{meson_build}
+ end
+
+ test
+ %{meson_test}
+ end
+
+ install
+ %{meson_install}
+ end
end
packages
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-14 10:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-14 10:25 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8ddbced2ff2ee39d9a1fe6c7f9ea285175885cb3 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox