pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/png
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 2 12:43:23 UTC 2018
Modified Files:
pkgsrc/graphics/png: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.140 -r1.141 pkgsrc/graphics/png/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/png/Makefile
diff -u pkgsrc/graphics/png/Makefile:1.196 pkgsrc/graphics/png/Makefile:1.197
--- pkgsrc/graphics/png/Makefile:1.196 Thu Aug 2 15:01:12 2018
+++ pkgsrc/graphics/png/Makefile Sun Dec 2 12:43:23 2018
@@ -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/
Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.140 pkgsrc/graphics/png/distinfo:1.141
--- pkgsrc/graphics/png/distinfo:1.140 Thu Aug 2 15:01:12 2018
+++ pkgsrc/graphics/png/distinfo Sun Dec 2 12:43:23 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index