pkgsrc/graphics/jasper
snj 733aaedcdf graphics/jasper: update to 2.0.14.
Changes:
- In the JPC codec, the requirement that the number of tile parts be at
  least one has been removed (since the JPEG-2000 standard allows
  a special value of zero to mean the number of tile parts is unspecified).
- add option to disable programs
- Include jasper/jas_debug.h when using jas_eprintf
  Fixes building with -Werror=implicit-function-declaration.
- Applied patches to resolve some missing export problems.
  See: https://github.com/mdadams/jasper/issues/122
- Moved inttypes.h and stdbool.h includes to jas_types.h and fixed
  the build for Visual Studio 2012 and lower.
- Correct or add comments for jas_safe_* functions
  Mostly fixing bad copy-n-paste issues, or functions added without any
  comment.
- Added a check in the JP2 encoder to ensure that the image to be coded
  has at least one component.  Also, made some small changes to a
  private build script.
- Fixed bugs due to uninitialized data in the JP2 decoder.
  Also, added some comments marking I/O stream interfaces that probably
  need to be changed (in the long term) to fix integer overflow
  problems.
- Added some additional checking to prevent a potential integer overflow
  due to conversion in the JPC decoder.
- Added numerous more-detailed error messages for the JPC and JP2
  codecs.
- Added a partial verbose capability for the run_test_1 script.
- Moved a test case from the bad category to the good category, as the
  test case had been miscategorized.
- Add some regression test cases.
- Fixed some potential double-free problems in the JPC codec.
2017-11-23 19:16:28 +00:00
..
patches Updated jasper to 2.0.12. 2017-03-05 12:49:51 +00:00
buildlink3.mk
DESCR
distinfo graphics/jasper: update to 2.0.14. 2017-11-23 19:16:28 +00:00
Makefile graphics/jasper: update to 2.0.14. 2017-11-23 19:16:28 +00:00
options.mk Changes 2.0.10: 2017-02-21 18:24:20 +00:00
PLIST Disable PDF files regeneration from disabling doxygen detection. 2017-02-22 11:53:49 +00:00