pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Updated png to 1.6.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eb0fc1028a6
branches:  trunk
changeset: 356857:8eb0fc1028a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 05 17:54:44 2017 +0000

description:
Updated png to 1.6.28.

Version 1.6.28rc01 [January 3, 2017]
  Fixed arm/aarch64 detection in CMakeLists.txt (Gianfranco Costamagna).
  Added option to Cmake build allowing a custom location of zlib to be
    specified in a scenario where libpng is being built as a subproject
    alongside zlib by another project (Sam Serrels).
  Changed png_ptr->options from a png_byte to png_uint_32, to accomodate
    up to 16 options.

Version 1.6.28rc02 [January 4, 2017]
  Added "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
  Moved SSE2 optimization code into the main libpng source directory.
    Configure libpng with "configure --enable-intel-sse" or compile
    libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it.

Version 1.6.28rc03 [January 4, 2017]
  Backed out the SSE optimization and last CMakeLists.txt to allow time for QA.

Version 1.6.28 [January 5, 2017]
  No changes.

diffstat:

 graphics/png/Makefile |   4 ++--
 graphics/png/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ec74533191d0 -r 8eb0fc1028a6 graphics/png/Makefile
--- a/graphics/png/Makefile     Thu Jan 05 17:52:18 2017 +0000
+++ b/graphics/png/Makefile     Thu Jan 05 17:54:44 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.187 2016/12/29 18:41:03 wiz Exp $
+# $NetBSD: Makefile,v 1.188 2017/01/05 17:54:44 wiz Exp $
 
-DISTNAME=      libpng-1.6.27
+DISTNAME=      libpng-1.6.28
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r ec74533191d0 -r 8eb0fc1028a6 graphics/png/distinfo
--- a/graphics/png/distinfo     Thu Jan 05 17:52:18 2017 +0000
+++ b/graphics/png/distinfo     Thu Jan 05 17:54:44 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.132 2016/12/29 18:41:03 wiz Exp $
+$NetBSD: distinfo,v 1.133 2017/01/05 17:54:44 wiz Exp $
 
-SHA1 (libpng-1.6.27.tar.xz) = af5d742f5d0a6492133aed7790bb43e8854cca64
-RMD160 (libpng-1.6.27.tar.xz) = efefbb715ad38b3e81360f57039294f4b777d5a9
-SHA512 (libpng-1.6.27.tar.xz) = 9dcf54147fa2637a72364246e8565c0a6d25e4313f26150689b166eabd4358177e1caf38ff622b04c71f3b7cfd550f7fd6ca87892c50203a63b92f365fc7c8d7
-Size (libpng-1.6.27.tar.xz) = 984316 bytes
+SHA1 (libpng-1.6.28.tar.xz) = ff4dceadb15e2c929ad26283118d56f66f4a6cff
+RMD160 (libpng-1.6.28.tar.xz) = 528cd3c24d24e5a8e29edac19e4050d29ac4fa3b
+SHA512 (libpng-1.6.28.tar.xz) = 3541139062a1c6cded7abe378ae73519835ec68561006ba33b3fe34f65676e4f91f2561b11d890ac20255dbf2e691e0b3d4fbf11db77b47b67979ba45b8af655
+Size (libpng-1.6.28.tar.xz) = 984536 bytes



Home | Main Index | Thread Index | Old Index