FreeBSD Bugzilla – Attachment 247025 Details for
Bug 275402
graphics/opencolorio: Udpate to 2.3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/opencolorio: update to 2.3.1 release
0001-graphics-opencolorio-update-to-2.3.1-release.patch (text/plain), 5.97 KB, created by
Dima Panov
on 2023-12-13 10:46:21 UTC
(
hide
)
Description:
graphics/opencolorio: update to 2.3.1 release
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2023-12-13 10:46:21 UTC
Size:
5.97 KB
patch
obsolete
>From 7727b6335c8fcefec6bf9d8c86c3d2f16dc0a14e Mon Sep 17 00:00:00 2001 >From: Dima Panov <fluffy@FreeBSD.org> >Date: Wed, 13 Dec 2023 13:40:04 +0300 >Subject: graphics/opencolorio: update to 2.3.1 release (+) > >Release nones: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.1 > https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.0 >--- > graphics/opencolorio-tools/Makefile | 2 +- > graphics/opencolorio/Makefile | 4 ++-- > graphics/opencolorio/distinfo | 8 +++----- > ...-share_cmake_modules_FindExtPackages.cmake | 20 ------------------- > ...tch-share_cmake_modules_Findyaml-cpp.cmake | 13 ------------ > graphics/opencolorio/pkg-plist-docs | 2 ++ > graphics/py-opencolorio/Makefile | 2 +- > 7 files changed, 9 insertions(+), 42 deletions(-) > delete mode 100644 graphics/opencolorio/files/patch-share_cmake_modules_FindExtPackages.cmake > delete mode 100644 graphics/opencolorio/files/patch-share_cmake_modules_Findyaml-cpp.cmake > >diff --git a/graphics/opencolorio-tools/Makefile b/graphics/opencolorio-tools/Makefile >index 8144089..7da3bd0 100644 >--- a/graphics/opencolorio-tools/Makefile >+++ b/graphics/opencolorio-tools/Makefile >@@ -1,4 +1,4 @@ >-PORTREVISION= 4 >+PORTREVISION= 0 > PKGNAMESUFFIX= -tools > > COMMENT= Tools to work with OpenColorIO profiles >diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile >index 0055118..96dd643 100644 >--- a/graphics/opencolorio/Makefile >+++ b/graphics/opencolorio/Makefile >@@ -1,11 +1,11 @@ > PORTNAME= opencolorio > DISTVERSIONPREFIX= v >-DISTVERSION= 2.2.1 >+DISTVERSION= 2.3.1 > # 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 >diff --git a/graphics/opencolorio/distinfo b/graphics/opencolorio/distinfo >index 245710e..c8abd21 100644 >--- a/graphics/opencolorio/distinfo >+++ b/graphics/opencolorio/distinfo >@@ -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 = 1702463590 >+SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.3.1_GH0.tar.gz) = 7196e979a0449ce28afd46a78383476f3b8fc1cc1d3a417192be439ede83437b >+SIZE (AcademySoftwareFoundation-OpenColorIO-v2.3.1_GH0.tar.gz) = 11443167 >diff --git a/graphics/opencolorio/files/patch-share_cmake_modules_FindExtPackages.cmake b/graphics/opencolorio/files/patch-share_cmake_modules_FindExtPackages.cmake >deleted file mode 100644 >index 34da61f..0000000 >--- a/graphics/opencolorio/files/patch-share_cmake_modules_FindExtPackages.cmake >+++ /dev/null >@@ -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) >diff --git a/graphics/opencolorio/files/patch-share_cmake_modules_Findyaml-cpp.cmake b/graphics/opencolorio/files/patch-share_cmake_modules_Findyaml-cpp.cmake >deleted file mode 100644 >index 9fd4f7a..0000000 >--- a/graphics/opencolorio/files/patch-share_cmake_modules_Findyaml-cpp.cmake >+++ /dev/null >@@ -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() >- >diff --git a/graphics/opencolorio/pkg-plist-docs b/graphics/opencolorio/pkg-plist-docs >index 015eb19..2d37fe9 100644 >--- a/graphics/opencolorio/pkg-plist-docs >+++ b/graphics/opencolorio/pkg-plist-docs >@@ -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 >diff --git a/graphics/py-opencolorio/Makefile b/graphics/py-opencolorio/Makefile >index d07b0df..255684d 100644 >--- a/graphics/py-opencolorio/Makefile >+++ b/graphics/py-opencolorio/Makefile >@@ -1,4 +1,4 @@ >-PORTREVISION= 2 >+PORTREVISION= 0 > CATEGORIES= graphics multimedia python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275402
:
246630
| 247025 |
249571