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:           Thu Jan  5 17:54:44 UTC 2017

Modified Files:
        pkgsrc/graphics/png: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/graphics/png/Makefile
cvs rdiff -u -r1.132 -r1.133 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.187 pkgsrc/graphics/png/Makefile:1.188
--- pkgsrc/graphics/png/Makefile:1.187  Thu Dec 29 18:41:03 2016
+++ pkgsrc/graphics/png/Makefile        Thu Jan  5 17:54:44 2017
@@ -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/} \

Index: pkgsrc/graphics/png/distinfo
diff -u pkgsrc/graphics/png/distinfo:1.132 pkgsrc/graphics/png/distinfo:1.133
--- pkgsrc/graphics/png/distinfo:1.132  Thu Dec 29 18:41:03 2016
+++ pkgsrc/graphics/png/distinfo        Thu Jan  5 17:54:44 2017
@@ -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