public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8ddbced2ff2ee39d9a1fe6c7f9ea285175885cb3
Date: Fri, 14 Mar 2025 10:25:57 +0000 (UTC)	[thread overview]
Message-ID: <4ZDgW90rH7z2yQk@people01.haj.ipfire.org> (raw)

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


                 reply	other threads:[~2025-03-14 10:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ZDgW90rH7z2yQk@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox