graphics/openexr: update to v3.1.1
- adds a new libOpenEXRCore library - bumps so library version to 30 - requires PORTREVISION bump of its users Release Notes: https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.1/CHANGES.md
This commit is contained in:
parent
1a25d81709
commit
31f2cf92f2
3 changed files with 26 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: nork@FreeBSD.org
|
||||
|
||||
PORTNAME= openexr
|
||||
PORTVERSION= 3.0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.1.1
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
|
@ -24,11 +23,11 @@ CPPFLAGS+= -I.
|
|||
# must be linked with -l{thr|pthread} explicitly
|
||||
LDFLAGS+= -lpthread
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
PATCH_STRIP= -p0
|
||||
|
||||
_MAJORVER= 3_0
|
||||
_VER= 29
|
||||
_MINVER= 0
|
||||
_MAJORVER= 3_1
|
||||
_VER= 30
|
||||
_MINVER= 1
|
||||
_PLVER= 0
|
||||
|
||||
PLIST_SUB+= MAJORVER=${_MAJORVER} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1625239854
|
||||
SHA256 (AcademySoftwareFoundation-openexr-3.0.5-v3.0.5_GH0.tar.gz) = 7aa6645da70e9a0cce8215d25030cfd4f4b17b4abf1ceec314f7eae15674e8e4
|
||||
SIZE (AcademySoftwareFoundation-openexr-3.0.5-v3.0.5_GH0.tar.gz) = 25060148
|
||||
TIMESTAMP = 1627995398
|
||||
SHA256 (AcademySoftwareFoundation-openexr-3.1.1-v3.1.1_GH0.tar.gz) = 045254e201c0f87d1d1a4b2b5815c4ae54845af2e6ec0ab88e979b5fdb30a86e
|
||||
SIZE (AcademySoftwareFoundation-openexr-3.1.1-v3.1.1_GH0.tar.gz) = 25588029
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin/exr2aces
|
||||
bin/exrenvmap
|
||||
bin/exrheader
|
||||
bin/exrinfo
|
||||
bin/exrmakepreview
|
||||
bin/exrmaketiled
|
||||
bin/exrmultipart
|
||||
|
@ -132,6 +133,19 @@ include/OpenEXR/ImfVersion.h
|
|||
include/OpenEXR/ImfWav.h
|
||||
include/OpenEXR/ImfXdr.h
|
||||
include/OpenEXR/OpenEXRConfig.h
|
||||
include/OpenEXR/openexr.h
|
||||
include/OpenEXR/openexr_attr.h
|
||||
include/OpenEXR/openexr_base.h
|
||||
include/OpenEXR/openexr_chunkio.h
|
||||
include/OpenEXR/openexr_coding.h
|
||||
include/OpenEXR/openexr_conf.h
|
||||
include/OpenEXR/openexr_context.h
|
||||
include/OpenEXR/openexr_debug.h
|
||||
include/OpenEXR/openexr_decode.h
|
||||
include/OpenEXR/openexr_encode.h
|
||||
include/OpenEXR/openexr_errors.h
|
||||
include/OpenEXR/openexr_part.h
|
||||
include/OpenEXR/openexr_std_attr.h
|
||||
lib/cmake/OpenEXR/OpenEXRConfig.cmake
|
||||
lib/cmake/OpenEXR/OpenEXRConfigVersion.cmake
|
||||
lib/cmake/OpenEXR/OpenEXRTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
@ -148,6 +162,10 @@ lib/libOpenEXR-%%MAJORVER%%.so
|
|||
lib/libOpenEXR-%%MAJORVER%%.so.%%VER%%
|
||||
lib/libOpenEXR-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%%
|
||||
lib/libOpenEXR.so
|
||||
lib/libOpenEXRCore-%%MAJORVER%%.so
|
||||
lib/libOpenEXRCore-%%MAJORVER%%.so.%%VER%%
|
||||
lib/libOpenEXRCore-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%%
|
||||
lib/libOpenEXRCore.so
|
||||
lib/libOpenEXRUtil-%%MAJORVER%%.so
|
||||
lib/libOpenEXRUtil-%%MAJORVER%%.so.%%VER%%
|
||||
lib/libOpenEXRUtil-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%%
|
||||
|
|
Loading…
Reference in a new issue