Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/tinyexr/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: tinyexr
Version: 0.9.5-d16ea6-1
Version: 2020-03-15
Homepage: https://github.com/syoyo/tinyexr
Description: Library to load and save OpenEXR(.exr) images
7 changes: 2 additions & 5 deletions ports/tinyexr/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# header-only
include(vcpkg_common_functions)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinyexr
REF d16ea6347ae78bcee984fb57cab1f023aeda4fb0
SHA512 63399688d7894f9ac4b893b2142202b36108b5029b11c40c3f9ad0f0135625fb0c8e0d54cec88d92c016774648dc829a946d9575c5f19afea56542c00759546e
REF fdaeecbbc1bac1a417c6af2f4dab43d3840ed036
SHA512 0d875e197bc82dd5addb8e08e9ba1a9a02e108cc9dd14e5ea17de032cda5ad599f6d10d6c7959d545e05ab30d6daa34f98061f23faeb1c15caf96b6cb76483a3
HEAD_REF master
)

file(COPY ${SOURCE_PATH}/tinyexr.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)

# Handle copyright
file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/tinyexr)