X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <200701141800.l0EI0fH9012809@delorie.com> X-Authenticated: #27081556 From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of libpng 1.2.15 uploaded. Date: Sun, 14 Jan 2007 18:33:53 +0100 Content-Disposition: inline X-Y-GMX-Trusted: 0 This is a port of libpng 1.2.15 to MSDOS/DJGPP. DJGPP specific changes. ======================= There are no djgpp specific changes to the source code. Only the usual files needed for configuration with djgpp have been added. That files are stored in the /djgpp directory. To configure the package you will have to install the zlib port available at ftp.delorie.com and mirrors as: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/zlib123b.zip or: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/zlib123b.zip Of course, you can download a newer version of zlib if available. The zlib stored in /current have been compiled with djdev203 and is intented for use with Win98SE. The one from /beta is compiled with djdeb204 beta for the use with WinXP-SP2. Please read the docs to become familiar with this product. ----------------------------------------------------------------------------- Changes since the last public release (1.2.14) (from ANNOUNCE): version 1.2.15 [January 5, 2007] Generated configure with autoconf-2.61 instead of 2.60 Revised configure.ac to update libpng.pc and libpng-config. Always export MMX asm functions, just stubs if not building pnggccrd.c Add "png_bytep" typecast to profile while calculating length in pngwutil.c Added scripts/CMakeLists.txt Changed PNG_NO_ASSEMBLER_CODE to PNG_NO_MMX_CODE in scripts, like 1.4.0beta Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers. Added scripts/makefile.nommx Fixed handling of rgb_to_gray when png_ptr->color.gray isn't set. Added some (unsigned long) typecasts in pngtest.c to avoid printing errors. ----------------------------------------------------------------------------- The port consists of two packages that have been compiled using djdev203 and that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2007-01-14): libpng 1.2.15 scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/png1215b.zip libpng 1.2.15 source: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/png1215s.zip For the convenience of the WinXP users the binaries has been produced a second time using the djdev204 beta library. This package is available at ftp.delorie.com and mirrors as (timestamp 2007-01-14): libpng 1.2.15 scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/png1215b.zip Send libpng specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel