* [ptxdist] [PATCH] libpng: Version bump. 1.6.38 -> 1.6.39.
@ 2022-12-15 15:20 Christian Melki
2022-12-16 11:33 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-12-15 15:20 UTC (permalink / raw)
To: ptxdist
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] libpng: Version bump. 1.6.38 -> 1.6.39.
2022-12-15 15:20 [ptxdist] [PATCH] libpng: Version bump. 1.6.38 -> 1.6.39 Christian Melki
@ 2022-12-16 11:33 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-12-16 11:33 UTC (permalink / raw)
To: Christian Melki; +Cc: ptxdist
On Thu, Dec 15, 2022 at 04:20:31PM +0100, Christian Melki wrote:
> 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.
I had may own update in the test queue and I pushed it to master without
looking at the mailing list again. So it's missing the nice commit message
and the arm neon option cleanup...
Michael
> 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
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-16 11:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 15:20 [ptxdist] [PATCH] libpng: Version bump. 1.6.38 -> 1.6.39 Christian Melki
2022-12-16 11:33 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox