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.38 -> 1.6.39.
Date: Thu, 15 Dec 2022 16:20:31 +0100	[thread overview]
Message-ID: <20221215152031.1193710-1-christian.melki@t2data.com> (raw)

Minor bugfix release. Nothing major.
Refrained from adding PPC Altivec optimizations.
(PPC Altivec != Power VSX). Libpng seems to be POWER only?

* Align arm neon optimization with the other formats. The configure
is fine with just enable.

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

diff --git a/rules/libpng.make b/rules/libpng.make
index aff687df6..0cb8e4a1e 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
 #
 # Paths and names
 #
-LIBPNG_VERSION	:= 1.6.38
-LIBPNG_MD5	:= 122e6b7837811698563083b352bc8ca2
+LIBPNG_VERSION	:= 1.6.39
+LIBPNG_MD5	:= aa1ae92e172417039bda072b702f6326
 LIBPNG		:= libpng-$(LIBPNG_VERSION)
 LIBPNG_SUFFIX	:= tar.xz
 LIBPNG_URL	:= $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
@@ -37,7 +37,7 @@ LIBPNG_CONF_OPT := \
 	--enable-unversioned-links \
 	--enable-unversioned-libpng-pc \
 	--enable-unversioned-libpng-config \
-	--enable-arm-neon=$(call ptx/yesno, PTXCONF_ARCH_ARM_NEON) \
+	--$(call ptx/endis, PTXCONF_ARCH_ARM_NEON)-arm-neon \
 	--disable-mips-msa \
 	--$(call ptx/endis, PTXCONF_ARCH_X86)-intel-sse \
 	--disable-powerpc-vsx \
-- 
2.34.1




             reply	other threads:[~2022-12-15 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-15 15:20 Christian Melki [this message]
2022-12-16 11:33 ` Michael Olbrich

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=20221215152031.1193710-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