Subject: CVS commit: pkgsrc/graphics/openexr
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/29/2005 16:02:36
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Mar 29 16:02:36 UTC 2005

Modified Files:
	pkgsrc/graphics/openexr: Makefile PLIST distinfo

Log Message:
Update to 1.2.2:
    - New build system for Windows; support for DLLs.
    - Imath: Removed TMatrix<T> classes; these classes are still
      under development and are too difficult to keep in sync
      with OpenEXR CVS.
    - IlmImf: support for image layers in ChannelList.
    - IlmImf: added isComplete() method to file classes to check
      whether a file is complete.
    - IlmImf: exposed staticInitialize() in ImfHeader.h in
      order to allow thread-safe library initialization in
      multithreaded applications.
    - IlmImf: New "time code" standard attribute.
    - exrdisplay: support for displaying wrap-around texture map
      images.
    - exrmaketiled: can now specify wrap mode.
    - IlmImf: New "wrapmodes" standard attribute to indicate
      extrapolation mode for mipmaps and ripmaps.
    - IlmImf: New "key code" standard attribute to identify motion
      picture film frames.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/openexr/Makefile \
    pkgsrc/graphics/openexr/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/openexr/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.