diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-08-25 12:17:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 21:17:46 -0700 |
| commit | 1f52fbaa04dab7e769818dfce7e4e9aa329bb406 (patch) | |
| tree | b8bed9af5698b2447cb69fbba6db15f4d0ea8b18 | |
| parent | 42a90d3c147e2fc8bd8c773bd99062374e0bb460 (diff) | |
| download | vcpkg-1f52fbaa04dab7e769818dfce7e4e9aa329bb406.tar.gz vcpkg-1f52fbaa04dab7e769818dfce7e4e9aa329bb406.zip | |
[opencolorio] Update repository (#12869)
| -rw-r--r-- | ports/opencolorio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/opencolorio/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/opencolorio/CONTROL b/ports/opencolorio/CONTROL index 806609be0..9380823b2 100644 --- a/ports/opencolorio/CONTROL +++ b/ports/opencolorio/CONTROL @@ -1,6 +1,6 @@ Source: opencolorio Version: 1.1.1 -Port-Version: 3 +Port-Version: 4 Homepage: https://opencolorio.org/ Description: OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats. Build-Depends: glew[core], freeglut[core], lcms[core], yaml-cpp[core], tinyxml[core]
\ No newline at end of file diff --git a/ports/opencolorio/portfile.cmake b/ports/opencolorio/portfile.cmake index 1a55713e6..6d970d3a6 100644 --- a/ports/opencolorio/portfile.cmake +++ b/ports/opencolorio/portfile.cmake @@ -9,9 +9,9 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO imageworks/OpenColorIO - REF v1.1.1 - SHA512 bed722f9ddce1887d28aacef2882debccd7c3f3c0c708d2723fea58a097de9f02721af9e85453e089ffda5406aef593ab6536c6886307823c132aa787e492e33 + REPO AcademySoftwareFoundation/OpenColorIO + REF ebdec4111f449bea995d01ecd9693b7e704498fe # v1.1.1 + SHA512 b93796541f8b086f137eaebeef102e29a4aabac6dba5b1696c9ab23d62af39b233ca52ce97b04ea432d85ae0a1fe186939c52aab0cd2c4cd5d2775ac5c021eef HEAD_REF master PATCHES 0001-lcms-dependency-search.patch @@ -61,4 +61,4 @@ file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/OpenColorIOConfig.cmake ) -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
