mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pixman: Version bump. 0.44.2 -> 0.46.0
@ 2025-05-01 17:35 Christian Melki
  2025-05-14  6:07 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-05-01 17:35 UTC (permalink / raw)
  To: ptxdist

https://lists.freedesktop.org/archives/pixman/2025-April/005025.html

* Pin down a few options, notably the new fast path for RISCV.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/pixman.make | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rules/pixman.make b/rules/pixman.make
index 33f18005a..ebd11aa22 100644
--- a/rules/pixman.make
+++ b/rules/pixman.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIXMAN) += pixman
 #
 # Paths and names
 #
-PIXMAN_VERSION	:= 0.44.2
-PIXMAN_MD5	:= 3c403e3601d963a6972128b322342651
+PIXMAN_VERSION	:= 0.46.0
+PIXMAN_MD5	:= ea559ebeb853d8f5b2bf86832769b011
 PIXMAN		:= pixman-$(PIXMAN_VERSION)
 PIXMAN_SUFFIX	:= tar.xz
 PIXMAN_URL	:= $(call ptx/mirror, XORG, individual/lib/$(PIXMAN).$(PIXMAN_SUFFIX))
@@ -48,10 +48,12 @@ PIXMAN_CONF_OPT		:= \
 	-Dmmx=$(call ptx/endis, PTXCONF_ARCH_X86)d \
 	-Dneon=$(call ptx/endis, PTXCONF_ARCH_ARMV7_NEON)d \
 	-Dopenmp=disabled \
+	-Drvv=$(call ptx/endis, PTXCONF_ARCH_RISCV)d \
 	-Dsse2=$(call ptx/endis, PTXCONF_ARCH_X86)d \
 	-Dssse3=$(call ptx/endis, PTXCONF_ARCH_X86)d \
 	-Dtests=disabled \
 	-Dtimers=false \
+	-Dtls=auto \
 	-Dvmx=disabled
 
 # ----------------------------------------------------------------------------
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] pixman: Version bump. 0.44.2 -> 0.46.0
  2025-05-01 17:35 [ptxdist] [PATCH] pixman: Version bump. 0.44.2 -> 0.46.0 Christian Melki
@ 2025-05-14  6:07 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-05-14  6:07 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 94368f7d754edeb1a82ede1bd166c64c2833e8a4.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:07:41 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> https://lists.freedesktop.org/archives/pixman/2025-April/005025.html
> 
> * Pin down a few options, notably the new fast path for RISCV.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250501173529.3707966-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/pixman.make b/rules/pixman.make
> index 33f18005a24c..ebd11aa229dc 100644
> --- a/rules/pixman.make
> +++ b/rules/pixman.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PIXMAN) += pixman
>  #
>  # Paths and names
>  #
> -PIXMAN_VERSION	:= 0.44.2
> -PIXMAN_MD5	:= 3c403e3601d963a6972128b322342651
> +PIXMAN_VERSION	:= 0.46.0
> +PIXMAN_MD5	:= ea559ebeb853d8f5b2bf86832769b011
>  PIXMAN		:= pixman-$(PIXMAN_VERSION)
>  PIXMAN_SUFFIX	:= tar.xz
>  PIXMAN_URL	:= $(call ptx/mirror, XORG, individual/lib/$(PIXMAN).$(PIXMAN_SUFFIX))
> @@ -48,10 +48,12 @@ PIXMAN_CONF_OPT		:= \
>  	-Dmmx=$(call ptx/endis, PTXCONF_ARCH_X86)d \
>  	-Dneon=$(call ptx/endis, PTXCONF_ARCH_ARMV7_NEON)d \
>  	-Dopenmp=disabled \
> +	-Drvv=$(call ptx/endis, PTXCONF_ARCH_RISCV)d \
>  	-Dsse2=$(call ptx/endis, PTXCONF_ARCH_X86)d \
>  	-Dssse3=$(call ptx/endis, PTXCONF_ARCH_X86)d \
>  	-Dtests=disabled \
>  	-Dtimers=false \
> +	-Dtls=auto \
>  	-Dvmx=disabled
>  
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-14  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-01 17:35 [ptxdist] [PATCH] pixman: Version bump. 0.44.2 -> 0.46.0 Christian Melki
2025-05-14  6:07 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox