mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v3] libpng: version bump 1.6.29 -> 1.6.34
@ 2017-10-26 16:53 Clemens Gruber
  0 siblings, 0 replies; only message in thread
From: Clemens Gruber @ 2017-10-26 16:53 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Set check instead of yes to automatically use NEON if runtime-checks
succeed. (The yes option was deprecated and produces an error)

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---

Changes since v2:
- Explain in commit text why yes -> check

Changes since v1:
- Forgot to fixup with a previous commit in my repo

Regarding the release announcement:
Yes, the most recent version 1.6.34 has only been announced on SF:
"This is a public release of libpng, intended for use in production
 codes. (...) Glenn R-P"

 rules/libpng.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libpng.make b/rules/libpng.make
index e15fe18b0..e110f0275 100644
--- a/rules/libpng.make
+++ b/rules/libpng.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
 #
 # Paths and names
 #
-LIBPNG_VERSION	:= 1.6.29
-LIBPNG_MD5	:= 3245dbd76ea91e1437507357b858ec97
+LIBPNG_VERSION	:= 1.6.34
+LIBPNG_MD5	:= c05b6ca7190a5e387b78657dbe5536b2
 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/ifdef, PTXCONF_ARCH_ARM_NEON, yes, no) \
+	--enable-arm-neon=$(call ptx/ifdef, PTXCONF_ARCH_ARM_NEON, check, no) \
 	--disable-mips-msa \
 	--$(call ptx/endis, PTXCONF_ARCH_X86)-intel-sse \
 	--disable-powerpc-vsx \
-- 
2.14.3


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-26 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 16:53 [ptxdist] [PATCH v3] libpng: version bump 1.6.29 -> 1.6.34 Clemens Gruber

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