summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-08-03 21:26:39 -0700
committerMichael Forney <mforney@mforney.org>2017-08-04 00:19:39 -0700
commitd022830996547b1da442d91f039a7c7e953548fd (patch)
treefb2e179078373e36d7b830250173db3474b15a95
parentcbde867909426799ea0d06bed767ce2b39abf9a3 (diff)
libpng: Update to 1.6.31
-rw-r--r--pkg/libpng/config.h10
-rw-r--r--pkg/libpng/gen.rc1
-rw-r--r--pkg/libpng/rev2
m---------pkg/libpng/src0
4 files changed, 9 insertions, 4 deletions
diff --git a/pkg/libpng/config.h b/pkg/libpng/config.h
index 701d623d..cf2be039 100644
--- a/pkg/libpng/config.h
+++ b/pkg/libpng/config.h
@@ -8,18 +8,22 @@
#define PACKAGE "libpng"
#define PACKAGE_BUGREPORT "png-mng-implement@lists.sourceforge.net"
#define PACKAGE_NAME "libpng"
-#define PACKAGE_STRING "libpng 1.6.30"
+#define PACKAGE_STRING "libpng 1.6.31"
#define PACKAGE_TARNAME "libpng"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.6.30"
+#define PACKAGE_VERSION "1.6.31"
/* #undef PNG_ARM_NEON_API_SUPPORTED */
/* #undef PNG_ARM_NEON_CHECK_SUPPORTED */
/* #undef PNG_ARM_NEON_OPT */
+#define PNG_INTEL_SSE_OPT 1
/* #undef PNG_MIPS_MSA_API_SUPPORTED */
/* #undef PNG_MIPS_MSA_CHECK_SUPPORTED */
/* #undef PNG_MIPS_MSA_OPT */
+/* #undef PNG_POWERPC_VSX_API_SUPPORTED */
+/* #undef PNG_POWERPC_VSX_CHECK_SUPPORTED */
+/* #undef PNG_POWERPC_VSX_OPT */
/* #undef TM_IN_SYS_TIME */
-#define VERSION "1.6.30"
+#define VERSION "1.6.31"
/* #undef const */
#define restrict __restrict
#if defined __SUNPRO_CC && !defined __RESTRICT
diff --git a/pkg/libpng/gen.rc b/pkg/libpng/gen.rc
index 8c432ab5..2e0e1488 100644
--- a/pkg/libpng/gen.rc
+++ b/pkg/libpng/gen.rc
@@ -27,6 +27,7 @@ lib libpng.a -d '$dir'/deps\
png.c pngerror.c\
pngget.c pngmem.c pngpread.c pngread.c pngrio.c pngrtran.c pngrutil.c\
pngset.c pngtrans.c pngwio.c pngwrite.c pngwtran.c pngwutil.c\
+ intel/^(intel_init.c filter_sse2_intrinsics.c)\
'$builddir'/pkg/zlib/libz.a
file lib/libpng.a '$outdir'/libpng.a 644
diff --git a/pkg/libpng/rev b/pkg/libpng/rev
index 7ed6ff82..1e8b3149 100644
--- a/pkg/libpng/rev
+++ b/pkg/libpng/rev
@@ -1 +1 @@
-5
+6
diff --git a/pkg/libpng/src b/pkg/libpng/src
-Subproject 58649f19cb71780d21b01d0fca7975c57416cb9
+Subproject 9fcb846402d8692d25cb5286777a832ca852fa4