From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZDgW9751hz33yq for ; Fri, 14 Mar 2025 10:25:57 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZDgW96r5bz33lj for ; Fri, 14 Mar 2025 10:25:57 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZDgW925mhz13f for ; Fri, 14 Mar 2025 10:25:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1741947957; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1nKdbn+kxgXu7zsQ8bRi6E/gk98myPduOmqVwKhU53M=; b=jtnQyeRq9b9ZEsolYgC8uwmpdLGiwmXNuWOMFpNaNllZuupEyOJ8kBUrt+GIpCbIw9UC1Q sTkIUXXqElsDcYBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1741947957; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1nKdbn+kxgXu7zsQ8bRi6E/gk98myPduOmqVwKhU53M=; b=WElQGJ6Avrt+/VFatuj/xgbY3tiNBZE5pVHmLvlF8HZq7utEspCvXtKT1UNnqEEClXkp0n GwKYujmIZP71dqRUHgnLlK8L2Ma0CfC9w/xlgngIhYLCpwVsOMk0GDOeyxGIsKcL6y3BCt XtDG/S9MwpNBxfECviOhIG8aziKP6MLGfAYFCn2ylBl1KM1Zl5jlU2N34teSWAJeF3bwPN odAK3VwsKCEriotyNgwTUSdXoSryU2w4sTXgJszzOTSU7+gVFLUfqPfoPbCOdo6/GYgwOE jMJPz1PMGCRaOyN7YRflCJrO1fO87honFK0EWZpurP0m4/Mp+2+vdKYX0pTGOA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4ZDgW90rH7z2yQk; Fri, 14 Mar 2025 10:25:57 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 8ddbced2ff2ee39d9a1fe6c7f9ea285175885cb3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b7f9f68b851ab0eb8b96c2c7a9e0f595f295f805 X-Git-Newrev: 8ddbced2ff2ee39d9a1fe6c7f9ea285175885cb3 Message-Id: <4ZDgW90rH7z2yQk@people01.haj.ipfire.org> Date: Fri, 14 Mar 2025 10:25:57 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: 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 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 ----------------------------------------------------------------------- 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