Skip to content

Commit

Permalink
[opencolorio] Update repository (#12869)
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyLi1013 authored Aug 25, 2020
1 parent 42a90d3 commit 1f52fba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/opencolorio/CONTROL
Original file line number Diff line number Diff line change
@@ -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]
8 changes: 4 additions & 4 deletions ports/opencolorio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 1f52fba

Please sign in to comment.