X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <200606252045.k5PKjPO8009271@delorie.com> X-Authenticated: #27081556 From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of libjpeg 6b uploaded. Date: Sun, 25 Jun 2006 21:24:55 +0200 Content-Disposition: inline X-Y-GMX-Trusted: 0 This is a port of libjpeg 6b to MSDOS/DJGPP. DJGPP specific changes. ======================= The goal of this port is to use the standard configure scripts distri- buted with the package to configure and compile the sources and no longer relay on the special makefile and config.h files for djgpp (usualy not well maintained) distributed with the package. There are no djgpp specific changes to the sources. Only the usual configuration files have been added, especialy sed scripts to fix the libtool files (ltmain and ltconfig). They are located in the /djgpp subdir. 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/zlib123b.zip ftp://ftp.delorie.com/pub/djgpp/current/v2tk/png1210b.zip or: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/zlib123b.zip ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/png1210b.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 intented for use with Win98SE. Those ones from /beta are compiled with djdeb204 beta for the use with WinXP-SP2. Please note that there is a second port of jpeg6b called ljpeg6b. That one has identical functionality than this one except that it offers lossless compression/decompression for JPEG too. You can ***NOT*** have installed both ports, jpeg6b and ljpeg6b, at the same time. This is because all headers and libs have the same name, so they will overwrite each other. I have no intention to resolve this name conflict. Please **read** the docs. 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 2006-06-25): libjpeg 6b scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jpeg6bb.zip libjpeg 6b source: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jpeg6bs.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 2006-06-25): libjpeg 6b scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/jpeg6bb.zip When downloading these ports, please pay attention to the timestamp to avoid downloading of old versions of these ports. Send libjpeg specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel