mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libpng: Version bump. 1.6.48 -> 1.6.49
Date: Mon, 16 Jun 2025 20:21:08 +0200	[thread overview]
Message-ID: <20250616182108.1488050-1-christian.melki@t2data.com> (raw)

https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES

* Add RISC-V vector option.

* Re-add lost ARM NEON optimization. I removed this, misunderstanding
the work done. This can be enabled for ARM64 where NEON
is an unconditional addition. I think it also could be enabled
for ARM NEON capable hard-float and soft-fp (not soft-float).

* Disable the automatic optimization. It seems to not get the ARM
NEON case right.

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

diff --git a/rules/libpng.make b/rules/libpng.make
index 07c6ea99b..824974289 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
 #
 # Paths and names
 #
-LIBPNG_VERSION	:= 1.6.48
-LIBPNG_MD5	:= 6ddbe2107e3811d51da698794b8fb4a2
+LIBPNG_VERSION	:= 1.6.49
+LIBPNG_MD5	:= 66c58f211e8e9fc66e621965960df19c
 LIBPNG		:= libpng-$(LIBPNG_VERSION)
 LIBPNG_SUFFIX	:= tar.xz
 LIBPNG_URL	:= $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
@@ -41,11 +41,14 @@ LIBPNG_CONF_OPT := \
 	--enable-unversioned-links \
 	--enable-unversioned-libpng-pc \
 	--enable-unversioned-libpng-config \
+	--disable-hardware-optimizations \
+	--$(call ptx/endis, PTXCONF_ARCH_ARM64)-arm-neon \
 	--disable-mips-msa \
 	--disable-mips-mmi \
 	--$(call ptx/endis, PTXCONF_ARCH_X86)-intel-sse \
 	--disable-powerpc-vsx \
 	--disable-loongarch-lsx \
+	--$(call ptx/endis, PTXCONF_ARCH_RISCV)-riscv-rvv \
 	--with-binconfigs
 
 # ----------------------------------------------------------------------------
-- 
2.34.1




                 reply	other threads:[~2025-06-16 18:21 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=20250616182108.1488050-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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