X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201305212142.r4LLgNsB021822@delorie.com> Date: Tue, 21 May 2013 23:41:08 +0200 From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of library JPEG 9 uploaded. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Reply-To: djgpp AT delorie DOT com This is a port of library JPEG 9 to MSDOS/DJGPP. DJGPP specific changes. ======================= SIGINT and SIGQUIT will be re-enabled if stdin and/or stdout are switched to binary mode while they are connected to the console. This is the only DJFPP specific change to the sources I have done. Apart from this, only the usual configuration files have been added, especially sed scripts to fix the libtool files and they are located in the /djgpp directory together with the diffs. To configure and compile the package and later to use it, you will have to install the zlib and the png port available at ftp.delorie.com and mirrors as: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/zlib128b.zip ftp://ftp.delorie.com/pub/djgpp/current/v2tk/png162b.zip or: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/zlib128b.zip ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/png162b.zip Of course, you can download a newer version of zlib and/or png if available. The zlib and png stored in /current have been compiled with djdev203 and are intended for use with Win98SE. Those ones from /beta are compiled with djdev204 beta for the use with WinXP-SP2. The source package is now distributed configured for both DJGPP 2.03 and DJGPP 2.04. In the top srcdir there is a "_build.203" directory and a "_build.204" directory. If for some reason you need to reconfigure the sources delete the complete contain of the _build.20[3|4] directory and run the following command: ..\djgpp\config.bat ./.. Please read the docs to become familiar with the products. The port has been compiled using stock djdev203 (patchlevel 2) and consists of the usual three packages that can be downloaded from ftp.delorie.com and mirrors as (time stamp 2013-05-20): library JPEG 9 scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jpeg9b.zip library JPEG 9 source: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jpeg9s.zip The binaries have been produced a second time using the stock version of djdev204 beta library. This package is available at ftp.delorie.com and mirrors as (time stamp 2013-05-20): library JPEG 9 scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/jpeg9b.zip When downloading these ports, please pay attention to the timestamp to avoid downloading of old versions of these ports. Send library JPEG specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel