Commit graph

7 commits

Author SHA1 Message Date
adam
269cdf6600 Fix building on Darwin/Mac OS X 2007-01-07 19:00:59 +00:00
wiz
458461099e Update to 1.900.0:
1) The wavelet transform code has been rewritten in order to be more
cache efficient (via loop tiling).  As a few individuals have noted,
the old code could often result in an excessive number of cache misses.

2) Some man pages have been added to the distribution as provided
by Roland Stigge.

3) Some simple timer routines have been added to facilitate performance
measurements.

4) Numerous bugs have been fixed (e.g., memory leaks, JP2 box processing
problem, etc.).

5) Some name space pollution issues have been resolved.

6) A few compiler warnings have been fixed.
2007-01-06 23:28:07 +00:00
adam
73bef4481b patch-ac removed as well 2004-03-02 12:24:23 +00:00
adam
2a5aed025f These patches are no longer needed 2004-03-02 10:28:57 +00:00
adam
588f1a067d Changes 1.701.0:
* A preliminary attempt at a color management subsystem has been added to JasPer
* Previously, the configure process did not generate a configuration header file
* Temporary files created with the jas_stream_tmpfile function were not
  correctly removed upon file close under Microsoft Windows
* An option has been added to the JPEG encoder to allow a quality factor to be
  specified
* A new make target has been added for RPM building
* The code now compiles with many fewer warnings on most platforms
* The JasPer software license has been made slightly less restrictive
* The configure-based build process has been updated to use newer versions of
  the GNU configure tools
2004-03-02 10:28:18 +00:00
dillo
45f1921479 fix warning in installed include file (jas_image.h)
make debug output conditional on debug level > 0

bump PKGREVISION
2002-11-13 14:24:21 +00:00
dillo
ca76447ddb update jasper to 1.600.0
pkgsrc changes:
	fix include files -- they used autoconf HAVE_XXX defines

Changes:
	- The support for the JP2 format has been improved.
	- The support for the PNM family of formats has been improved (and
	  should now be truly complete).
	- Numerous other minor bugs have been fixed.

[The new program jiv (jasper image viewer) is disabled, since it
needs X11 and OpenGL.  It will be commited as a separate package.]
2002-11-12 19:39:15 +00:00