pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/openexr Update to 1.2.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/91af27c2bc3b
branches: trunk
changeset: 491769:91af27c2bc3b
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 29 16:02:36 2005 +0000
description:
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.
diffstat:
graphics/openexr/Makefile | 8 ++++----
graphics/openexr/PLIST | 43 ++++++++++++++++++++++---------------------
graphics/openexr/distinfo | 8 ++++----
3 files changed, 30 insertions(+), 29 deletions(-)
diffs (112 lines):
diff -r c65779fb1a14 -r 91af27c2bc3b graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Tue Mar 29 15:00:35 2005 +0000
+++ b/graphics/openexr/Makefile Tue Mar 29 16:02:36 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2005/02/09 18:21:52 reed Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/29 16:02:36 wiz Exp $
-DISTNAME= OpenEXR-1.2.1
-PKGNAME= openexr-1.2.1
+DISTNAME= OpenEXR-1.2.2
+PKGNAME= openexr-1.2.2
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/openexr/
@@ -15,7 +15,7 @@
USE_X11= yes # for exrdisplay FLTK application
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= ${WRKSRC}/OpenExr.pc.in
+TEST_TARGET= check
.include "../../x11/fltk/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff -r c65779fb1a14 -r 91af27c2bc3b graphics/openexr/PLIST
--- a/graphics/openexr/PLIST Tue Mar 29 15:00:35 2005 +0000
+++ b/graphics/openexr/PLIST Tue Mar 29 16:02:36 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/17 13:20:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/03/29 16:02:36 wiz Exp $
bin/exrdisplay
bin/exrenvmap
bin/exrheader
@@ -37,9 +37,6 @@
include/OpenEXR/ImathRoots.h
include/OpenEXR/ImathShear.h
include/OpenEXR/ImathSphere.h
-include/OpenEXR/ImathTMatrix.h
-include/OpenEXR/ImathTMatrixAlgo.h
-include/OpenEXR/ImathTMatrixBase.h
include/OpenEXR/ImathVec.h
include/OpenEXR/ImathVecAlgo.h
include/OpenEXR/ImfArray.h
@@ -64,6 +61,8 @@
include/OpenEXR/ImfInputFile.h
include/OpenEXR/ImfInt64.h
include/OpenEXR/ImfIntAttribute.h
+include/OpenEXR/ImfKeyCode.h
+include/OpenEXR/ImfKeyCodeAttribute.h
include/OpenEXR/ImfLineOrder.h
include/OpenEXR/ImfLineOrderAttribute.h
include/OpenEXR/ImfLut.h
@@ -85,6 +84,8 @@
include/OpenEXR/ImfTiledInputFile.h
include/OpenEXR/ImfTiledOutputFile.h
include/OpenEXR/ImfTiledRgbaFile.h
+include/OpenEXR/ImfTimeCode.h
+include/OpenEXR/ImfTimeCodeAttribute.h
include/OpenEXR/ImfVecAttribute.h
include/OpenEXR/ImfVersion.h
include/OpenEXR/ImfWav.h
@@ -98,21 +99,21 @@
lib/libImath.la
lib/pkgconfig/OpenEXR.pc
share/aclocal/openexr.m4
-share/doc/OpenEXR-1.2.1/examples/drawImage.cpp
-share/doc/OpenEXR-1.2.1/examples/drawImage.h
-share/doc/OpenEXR-1.2.1/examples/generalInterfaceExamples.cpp
-share/doc/OpenEXR-1.2.1/examples/generalInterfaceExamples.h
-share/doc/OpenEXR-1.2.1/examples/generalInterfaceTiledExamples.cpp
-share/doc/OpenEXR-1.2.1/examples/generalInterfaceTiledExamples.h
-share/doc/OpenEXR-1.2.1/examples/lowLevelIoExamples.cpp
-share/doc/OpenEXR-1.2.1/examples/lowLevelIoExamples.h
-share/doc/OpenEXR-1.2.1/examples/main.cpp
-share/doc/OpenEXR-1.2.1/examples/previewImageExamples.cpp
-share/doc/OpenEXR-1.2.1/examples/previewImageExamples.h
-share/doc/OpenEXR-1.2.1/examples/rgbaInterfaceExamples.cpp
-share/doc/OpenEXR-1.2.1/examples/rgbaInterfaceExamples.h
-share/doc/OpenEXR-1.2.1/examples/rgbaInterfaceTiledExamples.cpp
-share/doc/OpenEXR-1.2.1/examples/rgbaInterfaceTiledExamples.h
-@dirrm share/doc/OpenEXR-1.2.1/examples
-@dirrm share/doc/OpenEXR-1.2.1
+share/doc/OpenEXR-${PKGVERSION}/examples/drawImage.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/drawImage.h
+share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceExamples.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceExamples.h
+share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceTiledExamples.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceTiledExamples.h
+share/doc/OpenEXR-${PKGVERSION}/examples/lowLevelIoExamples.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/lowLevelIoExamples.h
+share/doc/OpenEXR-${PKGVERSION}/examples/main.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/previewImageExamples.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/previewImageExamples.h
+share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceExamples.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceExamples.h
+share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceTiledExamples.cpp
+share/doc/OpenEXR-${PKGVERSION}/examples/rgbaInterfaceTiledExamples.h
+@dirrm share/doc/OpenEXR-${PKGVERSION}/examples
+@dirrm share/doc/OpenEXR-${PKGVERSION}
@dirrm include/OpenEXR
diff -r c65779fb1a14 -r 91af27c2bc3b graphics/openexr/distinfo
--- a/graphics/openexr/distinfo Tue Mar 29 15:00:35 2005 +0000
+++ b/graphics/openexr/distinfo Tue Mar 29 16:02:36 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:10 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/03/29 16:02:36 wiz Exp $
-SHA1 (OpenEXR-1.2.1.tar.gz) = b6146e340a24b2996b15bd42fd804f26a12af9ba
-RMD160 (OpenEXR-1.2.1.tar.gz) = 0a7de44782e72252db8b80cec5619559bc3d4ac0
-Size (OpenEXR-1.2.1.tar.gz) = 8986320 bytes
+SHA1 (OpenEXR-1.2.2.tar.gz) = 8ee37cd2a95b8561a4c850cc35781dec87b77bbf
+RMD160 (OpenEXR-1.2.2.tar.gz) = 54ceab6aa7a848f28a4cbd6cd63ab4023e3e372c
+Size (OpenEXR-1.2.2.tar.gz) = 9324108 bytes
Home |
Main Index |
Thread Index |
Old Index