X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <202212302051.2BUKpCnN010001@delorie.com> Date: Fri, 30 Dec 2022 00:48:33 +0100 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of Library MNG 2.0.3 uploaded. Content-Type: text/plain; charset=US-ASCII UI-OutboundReport: notjunk:1;M01:P0:G4islCtyeWs=;qjkEDB5RqCYdZimrxZO9TzifCSb QGuOxzpcvU2FOOHXvW0RncarF01QsdK7LtuyoxxMQ0+QnvbHKMFJCanPRVtBY/IESQZHcI4yH dbJhw4oSqB9asQB1bMs8F28FyWvj9pBNZ2pMVn/h/VBsd4lmuiNrcQN2v2rR+zFMM1czHSILa pKmaK9u9b404tLnkcDS1KovxLtKvcss+8cuC15W4LzBvIue6XsWS7bsj6se1y60kKcfgmqwH0 qxdOuD4wlkpc/eItwRKgOWj6LXDGv58UyD+7z4GRl3eLH1CddWPdLBu8IHPJ1ecuIpwUi1fVe q+jEvT7YeBy1+/uWTxjGbpLylwC74hM5r7d2Iutf/t9uF7/e1Kl7V3XpAn/GJl14h1oKCW2nY iFnqhGIM1SKk/T59zeqNwFt43NRktBlUV9ZtqKtluR/qu/21C536ISjdoubvNK0kPM6qFslJG juvkoEYgmtYlZyEHyHL7buNDISufik+6wMgNfPDyuXN10Ku0YigVVC5fJxkStZEqJwAlPfrEI NDqjwCY3dSxZAXSj6jOCIMpcPUKMoAS7GTt22NlrL+KZ+f471PXqHVcTr5vcf/SNFtmYAuS2c AyBnbhCtizJGrdQNHwLTiQDjSHZOIAXmkfKWEIQ/CmEVScz34d+TA7Hr8KvOtVsl2HzKYtpVo megfs7Vd6zM0sCb+gJ0SC5RM2IOhHyc4OzqC/xdl2aEsNhbK9/a87+pFSHPVfnpdK+dGL+/4w 2tO9BoXvZBs3aoSKkO8PKoHzIyYP2hKgCWlgneBYG1KtrtOKvNsKPJGkXlyo8aPeEw927P2lA jkvkjDUbMZG//ezp+rrMZU9VggNgZsfCTWpMhvvNaEmSuDcMNhKEKFRTJ2ta5lJRrjwhMxDi3 tgcDaWN7b/A916157/zxh+DTW3d7L1lRktd2A2ormTrTnjWwDquU2V5vZROFbsL7z3k51BaeA Tv9ZFg00TAwpRMZJFx+tvCnmfAk= Reply-To: djgpp AT delorie DOT com This is a port of Library MNG 2.0.3 to MSDOS/DJGPP. The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independant JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguer. For thr license see the license file. DJGPP specific changes. ======================= The port has been adjusted and fixed to be compiled with DJGPP 2.0X (CVS repository code). Please note that the sources may not be compilable if LFN support is not available. All DJGPP specific stuff is stored in the "djgpp" directory. To configure, compile and to use the package you will have to install the following packages: http://ftp.delorie.com/pub/djgpp/current/v2tk/zlb1212b.zip http://ftp.delorie.com/pub/djgpp/current/v2tk/jpeg9eb.zip http://ftp.delorie.com/pub/djgpp/current/v2tk/lcms214b.zip Of course, you can always download newer versions of these ports if available. The source package has been configured to be build in the "0build" directory located under the top source directory. If for some reason you need to reconfigure the sources delete the complete contain of the "0build" directory and run the following command: ..\djgpp\config.bat ./.. Here is an extract of the ChangeLog file showing the user visible changes from the last port (Library MNG 0.0.0) to this one: ------------------------------------------------------------------------------- This is the first port. Read the documentation. ------------------------------------------------------------------------------- The port consists of the usual two packages that have been produced using djdev20X (CVS repository code) and can be downloaded from ftp.delorie.com and mirrors as (time stamp 2022-12-28): Library MNG 2.0 headers, libs and man format documentation: http://ftp.delorie.com/pub/djgpp/current/v2tk/mng203b.zip Library MNG 2.0 source: http://ftp.delorie.com/pub/djgpp/current/v2tk/mng203s.zip Send Library MNG specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel