summaryrefslogtreecommitdiff
path: root/graphics/openexr/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-29 16:02:36 +0000
committerwiz <wiz>2005-03-29 16:02:36 +0000
commit4298497cfe8c6a645bb4f7b2963ff3da061e8f32 (patch)
tree5f602818e8a299188655aa2e25a6a6d171536cfc /graphics/openexr/Makefile
parentddfc2880342d327cb3aa325c8251fdc109cb383b (diff)
downloadpkgsrc-4298497cfe8c6a645bb4f7b2963ff3da061e8f32.tar.gz
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 (limited to 'graphics/openexr/Makefile')
-rw-r--r--graphics/openexr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index a1fa7bee7d0..44543e361c8 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -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_LIBTOOL= yes
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"