mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
graphics/{,py-}opencolorio{,-tools}: Udpate to 2.3.2
Changelogs: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.0 https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.1 https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.2 PR: 275402 Tested by: fluffy, lbartoletti, vvd Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintaner)
This commit is contained in:
parent
2da23e0ea5
commit
3e51c20bc0
7 changed files with 9 additions and 42 deletions
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 5
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -tools
|
||||
|
||||
COMMENT= Tools to work with OpenColorIO profiles
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PORTNAME= opencolorio
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.2.1
|
||||
DISTVERSION= 2.3.2
|
||||
# PORTREVISION must be set with ?= so as not to stomp over
|
||||
# py-opencolorio's PORTREVISION.
|
||||
# Also, just to be on the safe side, when resetting,
|
||||
# best keep PORTREVISION?= 0.
|
||||
PORTREVISION?= 4
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= graphics multimedia
|
||||
|
||||
MAINTAINER?= FreeBSD@Shaneware.biz
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1674065371
|
||||
SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.2.1_GH0.tar.gz) = 36f27c5887fc4e5c241805c29b8b8e68725aa05520bcaa7c7ec84c0422b8580e
|
||||
SIZE (AcademySoftwareFoundation-OpenColorIO-v2.2.1_GH0.tar.gz) = 11336775
|
||||
SHA256 (madler-zlib-v1.2.13_GH0.tar.gz) = 1525952a0a567581792613a9723333d7f8cc20b87a81f920fb8bc7e3f2251428
|
||||
SIZE (madler-zlib-v1.2.13_GH0.tar.gz) = 1556687
|
||||
TIMESTAMP = 1714594738
|
||||
SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 6bbf4e7fa4ea2f743a238cb22aff44890425771a2f57f62cece1574e46ceec2f
|
||||
SIZE (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 11443450
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- share/cmake/modules/FindExtPackages.cmake.orig 2023-01-06 02:05:59 UTC
|
||||
+++ share/cmake/modules/FindExtPackages.cmake
|
||||
@@ -69,7 +69,7 @@ find_package(Imath 3.0 REQUIRED)
|
||||
# ZLIB 1.2.13 is used since it fixes a critical vulnerability.
|
||||
# See https://nvd.nist.gov/vuln/detail/CVE-2022-37434
|
||||
# See https://github.com/madler/zlib/releases/tag/v1.2.13
|
||||
-set(_ZLIB_FIND_VERSION "1.2.13")
|
||||
+set(_ZLIB_FIND_VERSION "1.2.12")
|
||||
set(_ZLIB_ExternalProject_VERSION ${_ZLIB_FIND_VERSION})
|
||||
|
||||
if(NOT OCIO_INSTALL_EXT_PACKAGES STREQUAL ALL)
|
||||
@@ -178,7 +178,7 @@ if(OCIO_BUILD_PYTHON OR OCIO_BUILD_DOCS)
|
||||
endif()
|
||||
|
||||
# Python
|
||||
- find_package(Python ${OCIO_PYTHON_VERSION} REQUIRED
|
||||
+ find_package(Python ${OCIO_PYTHON_VERSION} EXACT
|
||||
COMPONENTS ${_Python_COMPONENTS})
|
||||
|
||||
if(OCIO_BUILD_PYTHON)
|
|
@ -1,13 +0,0 @@
|
|||
--- share/cmake/modules/Findyaml-cpp.cmake.orig 2023-01-06 02:05:59 UTC
|
||||
+++ share/cmake/modules/Findyaml-cpp.cmake
|
||||
@@ -41,8 +41,8 @@ if(NOT OCIO_INSTALL_EXT_PACKAGES STREQUAL ALL)
|
||||
# Search for yaml-cpp-config.cmake
|
||||
find_package(yaml-cpp ${yaml-cpp_FIND_VERSION} CONFIG QUIET)
|
||||
endif()
|
||||
-
|
||||
- if(yaml-cpp_FOUND)
|
||||
+ # while yaml-cpp.cmake finds yaml-cpp the LIBRARY fails to be set for 0.7.0??
|
||||
+ if(NOT yaml-cpp_FOUND)
|
||||
get_target_property(yaml-cpp_LIBRARY yaml-cpp LOCATION)
|
||||
else()
|
||||
|
|
@ -98,6 +98,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/releases/ocio_2_3.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/requirements.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/toc_redirect.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorials/_index.rst.txt
|
||||
|
@ -208,6 +209,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/releases/ocio_2_3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/requirements.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/search.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics multimedia python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue