IABSD.fr/ports/graphics/png/pkg

Branch :


Log

Author Commit Date CI Message
e9a27919 2022-10-17 23:19:35 graphics/png: update to 1.6.38 * Fixed various errors in the handling of tRNS, hIST and eXIf. * Implemented many stability improvements across all platforms. from Brad
af6a7994 2022-03-11 19:22:04 drop RCS Ids
4088fdc3 2016-09-06 11:45:12 update to libpng-1.6.25
d3de7971 2016-08-20 20:52:53 maintenance update to 1.6.24; from Brad
4cfe917c 2014-10-16 17:18:42 Update to png 1.6.13. ok naddy@
c0ae24e0 2013-09-16 20:10:01 Update to png 1.6.5. pngfix is commented out as it requires a newer zlib release. ok naddy@
d569949d 2013-06-08 19:39:28 Major update to 1.6.2 on the new png 1.6 branch.
a6602dfa 2013-06-03 02:46:25 switch to autotools-based build and follow the upstream install layout
87ee19a8 2013-03-25 00:21:37 Update to png 1.5.14. Reinstates inter-library dependencies and corrects the libpng-config and pkg-config files for static vs shared linking. WANTLIB update and Ok naddy@
64920edc 2011-07-08 20:34:36 Update to png 1.5.2. Lots of improvements, but also significant API incompatibility: "The libpng 1.5.x series finally hides the contents of the venerable and hoary png_struct and png_info data structures inside private (i.e., non-installed) header files. Instead of direct struct-access, applications should be using the various png_get_xxx() and png_set_xxx() accessor functions, which have existed for almost as long as libpng itself."