update to 1.2.2
This commit is contained in:
parent
d8b4c6dbdb
commit
6b829a49b4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/31 08:16:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2005/05/07 09:54:06 espie Exp $
|
||||
|
||||
COMMENT= 'high dynamic range image format'
|
||||
CATEGORIES= graphics
|
||||
@ -6,7 +6,7 @@ CATEGORIES= graphics
|
||||
HOMEPAGE= http://www.openexr.com/index.html
|
||||
MASTER_SITES= http://savannah.nongnu.org/download/openexr/
|
||||
|
||||
DISTNAME= OpenEXR-1.2.1
|
||||
DISTNAME= OpenEXR-1.2.2
|
||||
|
||||
# Almost BSD
|
||||
# `name of ILM not to be used for advertizing without written agreement'
|
||||
@ -28,8 +28,6 @@ USE_LIBTOOL= Yes
|
||||
DOCDIR=${PREFIX}/share/doc/${DISTNAME}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}/images
|
||||
${INSTALL_DATA} ${WRKDIST}/doc/{api,details}.html ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/doc/images/*.png ${DOCDIR}/images
|
||||
${INSTALL_DATA} ${WRKDIST}/doc/*.pdf ${DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (OpenEXR-1.2.1.tar.gz) = cb931247581764730fae630f79f4832a
|
||||
RMD160 (OpenEXR-1.2.1.tar.gz) = 0a7de44782e72252db8b80cec5619559bc3d4ac0
|
||||
SHA1 (OpenEXR-1.2.1.tar.gz) = b6146e340a24b2996b15bd42fd804f26a12af9ba
|
||||
SIZE (OpenEXR-1.2.1.tar.gz) = 8986320
|
||||
MD5 (OpenEXR-1.2.2.tar.gz) = a2e56af78dc47c7294ff188c8f78394b
|
||||
RMD160 (OpenEXR-1.2.2.tar.gz) = 54ceab6aa7a848f28a4cbd6cd63ab4023e3e372c
|
||||
SHA1 (OpenEXR-1.2.2.tar.gz) = 8ee37cd2a95b8561a4c850cc35781dec87b77bbf
|
||||
SIZE (OpenEXR-1.2.2.tar.gz) = 9324108
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/01/31 08:16:27 espie Exp $
|
||||
@lib lib/libHalf.so.2.1
|
||||
@lib lib/libIex.so.2.1
|
||||
@lib lib/libIlmImf.so.2.1
|
||||
@lib lib/libImath.so.2.1
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/05/07 09:54:06 espie Exp $
|
||||
@lib lib/libHalf.so.2.2
|
||||
@lib lib/libIex.so.2.2
|
||||
@lib lib/libIlmImf.so.2.2
|
||||
@lib lib/libImath.so.2.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/31 08:16:27 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/05/07 09:54:06 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/exrdisplay
|
||||
bin/exrenvmap
|
||||
@ -39,9 +39,6 @@ include/OpenEXR/ImathRandom.h
|
||||
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
|
||||
@ -66,6 +63,8 @@ include/OpenEXR/ImfIO.h
|
||||
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
|
||||
@ -87,6 +86,8 @@ include/OpenEXR/ImfTileDescriptionAttribute.h
|
||||
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
|
||||
@ -106,29 +107,22 @@ lib/pkgconfig/
|
||||
lib/pkgconfig/OpenEXR.pc
|
||||
share/aclocal/
|
||||
share/aclocal/openexr.m4
|
||||
share/doc/OpenEXR-1.2.1/
|
||||
share/doc/OpenEXR-1.2.1/api.html
|
||||
share/doc/OpenEXR-1.2.1/details.html
|
||||
share/doc/OpenEXR-1.2.1/examples/
|
||||
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
|
||||
share/doc/OpenEXR-1.2.1/images/
|
||||
share/doc/OpenEXR-1.2.1/images/cubeMap.png
|
||||
share/doc/OpenEXR-1.2.1/images/latlongMap.png
|
||||
share/doc/OpenEXR-1.2.1/images/screenwin.png
|
||||
share/doc/OpenEXR-1.2.1/images/tiles.png
|
||||
share/doc/OpenEXR-1.2.1/images/windowExample1.png
|
||||
share/doc/OpenEXR-1.2.1/images/windowExample2.png
|
||||
share/doc/OpenEXR-1.2.2/
|
||||
share/doc/OpenEXR-1.2.2/ReadingAndWritingImageFiles.pdf
|
||||
share/doc/OpenEXR-1.2.2/TechnicalIntroduction.pdf
|
||||
share/doc/OpenEXR-1.2.2/examples/
|
||||
share/doc/OpenEXR-1.2.2/examples/drawImage.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/drawImage.h
|
||||
share/doc/OpenEXR-1.2.2/examples/generalInterfaceExamples.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/generalInterfaceExamples.h
|
||||
share/doc/OpenEXR-1.2.2/examples/generalInterfaceTiledExamples.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/generalInterfaceTiledExamples.h
|
||||
share/doc/OpenEXR-1.2.2/examples/lowLevelIoExamples.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/lowLevelIoExamples.h
|
||||
share/doc/OpenEXR-1.2.2/examples/main.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/previewImageExamples.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/previewImageExamples.h
|
||||
share/doc/OpenEXR-1.2.2/examples/rgbaInterfaceExamples.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/rgbaInterfaceExamples.h
|
||||
share/doc/OpenEXR-1.2.2/examples/rgbaInterfaceTiledExamples.cpp
|
||||
share/doc/OpenEXR-1.2.2/examples/rgbaInterfaceTiledExamples.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user