Mail Archives: djgpp/2012/05/05/20:32:47.1
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
Message-Id: | <201205060032.q460W4lv026117@delorie.com>
|
From: | Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de>
|
To: | djgpp-announce AT delorie DOT com
|
Subject: | ANNOUNCE: DJGPP port of library TIFF 4.0.1 uploaded.
|
Date: | Sat, 5 May 2012 11:31:12 +0200
|
This is a port of library TIFF 4.0.1 to MSDOS/DJGPP.
DJGPP specific changes.
=======================
This port requires the use of the CVS version of snprintf. Other minor djgpp
specific changes are documented in the diffs file. Apart from these changes
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
directory. As for all binaries and libraries that handle images of any kind,
it should be noted that files (streams) are *always* openend in binary mode
with all the well known implications on a DOS/WINDOWS OS if the stream is
connected to STDIN and/or STDOUT when these are still connected to the console.
For ppm2tiff.exe, tiff2pdf.exe and iptcutil.exe both SIGINT and SIGQUIT are
reenabled if stdin and/or stdout is connected to console.
To configure and compile the package and later to use it, you will have to
install the zlib, ljpeg8b and the png port available at ftp.delorie.com and
mirrors as:
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/zlib126b.zip
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/png1510b.zip
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jpeg8db.zip
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/jbig20b.zip
or:
ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/zlib126b.zip
ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/png1510b.zip
ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/jpeg8db.zip
ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/jbig20b.zip
Of course, you can download a newer version of zlib, png and jpeg if
available. The zlib, png and jpeg stored in /current have been compiled
with djdev203 and those ones from /beta are compiled with djgpp204 beta.
Please note that you will need LFN support to be able to configure, compile
and to run the testsuite of the package.
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[34] directory and
run the following command:
..\djgpp\config.bat ./..
If for some reason the configuration step fails simply keep config.cache and
start the above command a second time.
Please read the docs. There are no info formated docs. All the extensive
documentation is html formated and placed in /share/doc/libtiff4.0-1/html
The port has been compiled using stock djdev203 (patchlevel 2) and consists
of the two packages that can be downloaded from ftp.delorie.com and mirrors
as (timestamp 2012-05-02):
library TIFF 4.0.1 binaries, headers, libs and man/html format documentation:
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/tiff401b.zip
library TIFF 4.0.1 source:
ftp://ftp.delorie.com/pub/djgpp/current/v2tk/tiff401s.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 (timestamp 2012-05-02):
library TIFF 4.0.1 binaries, headers, libs and man/html format documentation:
ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/tiff401b.zip
Send library TIFF specific bug reports to <tiff AT lits DOT maptools DOT org>.
Send suggestions and bug reports concerning the DJGPP port to
comp.os.msdos.djgpp or <djgpp AT delorie DOT com>.
Enjoy.
Guerrero, Juan Manuel <juan DOT guerrero AT gmx DOT de>
- Raw text -