Subject: CVS commit: pkgsrc/graphics
From: Ryo ONODERA
Date: 2020-05-21 22:58:32
Message id: 20200521205832.F0B1BFB27@cvs.NetBSD.org

Log Message:
ilmbase, openexr: Update to 2.5.1

Changelog:
2.5.1:

A patch release that corrects the SO version for the v2.5 release, which missed \ 
getting bumped in v2.5.0.

This release also fixes an improper failure in IlmImfTest when running on ARMv7 \ 
and AAarch64.

2.5.0:
Minor release with miscellaneous bug fixes and small features

## Summary

* No more build-time header generation: toFloat.h, eLut.h,
  b44ExpLogTable.h, and dwaLookups.h are now ordinary header files, no
  longer generated on the fly.
* New StdISSTream class, an "input" stringstream version of StdOSStream
* New Matrix22 class in Imath
* Chromaticity comparison operator now includes white (formerly ignored)
* Various cmake fixes
* Bug fixes for various memory leaks
* Bug fixes for various invalid memory accesses
* New checks to detect damaged input files
* OpenEXR_Viewers has been deprecated, removed from the top-level
  cmake build and documentation.

Files:
RevisionActionfile
1.9modifypkgsrc/graphics/ilmbase/buildlink3.mk
1.20modifypkgsrc/graphics/ilmbase/distinfo
1.6modifypkgsrc/graphics/openexr/Makefile.common
1.15modifypkgsrc/graphics/openexr/PLIST
1.15modifypkgsrc/graphics/openexr/buildlink3.mk
1.34modifypkgsrc/graphics/openexr/distinfo
1.1addpkgsrc/graphics/ilmbase/patches/patch-IlmBase_m4_threads.m4