diff options
author | wiz <wiz@pkgsrc.org> | 2018-12-02 12:43:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-12-02 12:43:23 +0000 |
commit | bda866d1f5b45c4e8fd2691162974f52ab9085ee (patch) | |
tree | 2e7f8751278e92f043a615da031d68173e843ac3 /graphics | |
parent | 8189559aad280ec4064ea94b20af94676e099754 (diff) | |
download | pkgsrc-bda866d1f5b45c4e8fd2691162974f52ab9085ee.tar.gz |
png: update to 1.6.36.
Version 1.6.36 [December 1, 2018]
Optimized png_do_expand_palette for ARM processors.
Improved performance by around 10-22% on a recent ARM Chromebook.
(Contributed by Richard Townsend, ARM Holdings)
Fixed manipulation of machine-specific optimization options.
(Contributed by Vicki Pfau)
Used memcpy instead of manual pointer arithmetic on Intel SSE2.
(Contributed by Samuel Williams)
Fixed build errors with MSVC on ARM64.
(Contributed by Zhijie Liang)
Fixed detection of libm in CMakeLists.
(Contributed by Cameron Cawley)
Fixed incorrect creation of pkg-config file in CMakeLists.
(Contributed by Kyle Bentley)
Fixed the CMake build on Windows MSYS by avoiding symlinks.
Fixed a build warning on OpenBSD.
(Contributed by Theo Buehler)
Fixed various typos in comments.
(Contributed by "luz.paz")
Raised the minimum required CMake version from 3.0.2 to 3.1.
Removed yet more of the vestigial support for pre-ANSI C compilers.
Removed ancient makefiles for ancient systems that have been broken
across all previous libpng-1.6.x versions.
Removed the Y2K compliance statement and the export control
information.
Applied various code style and documentation fixes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 4a0a74a31af..46215eec215 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.196 2018/08/02 15:01:12 adam Exp $ +# $NetBSD: Makefile,v 1.197 2018/12/02 12:43:23 wiz Exp $ -DISTNAME= libpng-1.6.35 +DISTNAME= libpng-1.6.36 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= https://ftp-osl.osuosl.org/pub/libpng/src/archive/xz/libpng16/ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 7fc08689652..7716ce52d82 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.140 2018/08/02 15:01:12 adam Exp $ +$NetBSD: distinfo,v 1.141 2018/12/02 12:43:23 wiz Exp $ -SHA1 (libpng-1.6.35.tar.xz) = 0df1561aa1da610e892239348970d574b14deed0 -RMD160 (libpng-1.6.35.tar.xz) = 98bf278474dcf200eb80596d54cd26fa900cdb2a -SHA512 (libpng-1.6.35.tar.xz) = b69152bc7869e98536effa8e45e2dac7bffee26aa9e31fc90b37506a702256919bcf4dd9cadc42fa4e45143bc023ffd7c637742367e58707e8c2226b3a09eee0 -Size (libpng-1.6.35.tar.xz) = 1014320 bytes +SHA1 (libpng-1.6.36.tar.xz) = aec9548c8319104226cc4c31d1f5e524f1b55295 +RMD160 (libpng-1.6.36.tar.xz) = baafcb54ff4913da18c349b14d9a1e98973b17c0 +SHA512 (libpng-1.6.36.tar.xz) = a86ee977df69748e5039fb0ead883f1d3f88b8a701fa24cf8e62dd77c5871bb46397d794fa33ec1d0be1ac488246832ad79d0e6117ac093bdce1b2a1cfcb2bb0 +Size (libpng-1.6.36.tar.xz) = 1012544 bytes SHA1 (patch-pngpriv.h) = 3da29edb5d89ab26b9787a71b87c3fd8f451ea39 |