Commit graph

6 commits

Author SHA1 Message Date
Mikhail Teterin
dcc15d3af6 Upgrade to 1.2.0.9. All our patches are in now...
PR:		53595
Submitted by:	Melvyn Sopacua
2003-07-14 03:46:35 +00:00
Mikhail Teterin
f9063e87bf Upgrade to 1.2.0.8, which contains some of our patches. Add two more,
which should solve some crashes and allow to compile with a non-GCC
compiler (Re: zero-sized arrays).

Unfortunately, this still crashes on some images, but the vendor has
already pulled the 1.2.0.7 from the mirrors, so this upgrade will, at
least, keep things downloadable.
2003-04-27 15:16:00 +00:00
Mikhail Teterin
703b7fae0f Upgrade from 1.2.0.4 to 1.2.0.7 released on April 12th. May need
careful testing on other architectures, though...

Compelled by: Chris P.
2003-04-23 23:30:59 +00:00
Mikhail Teterin
c74bdc61c8 The ImageMagick crew took this library over and released the 1.2.0.4.
The changes:

	. our patch-gcc3 (provided to me by Alex Vasylenko) is
	  incorporated;
	. the library uses its own implementation of wchar; they
	  say, it can only work if sizeof(wchar_t) is 2 bytes, so
	  they can not rely on the OS provided wchar...

The port changed:

	. the package is installed as libfpx-version rather than
	  fpx-version;
	. make is passed `-j2', which is very efficient even for
	  non-SMP machines, since each file is compiled twice --
	  for .o and .So object -- with -j2 they are compiled at
	  the same time, utilizing the cache;
	. don't insist on any particular version of -ljpeg;
	. ftp.imagemagick.org added to the MASTER_SITES (time for
	  MASTER_SITE_IMAGEMAGICK);
	. the ABI and API did not change, so, the installed library's
	  version remains the same.
2002-02-13 06:30:43 +00:00
Mikhail Teterin
8c1545f235 Upgrade to 1.2.0-3. Minor improvements. One of our patches got
incorporated.  Hey!

Submitted by:	alfred (very laconicly)
2002-01-12 08:52:37 +00:00
Will Andrews
e76e22afb6 Add libfpx 1.2.0, library routines for working with Flashpix images.
PR:		24313
Submitted by:	mi
2001-03-10 20:35:18 +00:00