aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-10-11 22:03:05 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-10-25 10:27:26 -0700
commit9c62c6a37ac940abbb4f19237d9a891881421a1a (patch)
treeb4ac6f212c1521eed32057886071fba300482c11 /ports/openimageio
parent949c038143ed8962ef0ca6d81221bb70ce96dd9c (diff)
downloadvcpkg-9c62c6a37ac940abbb4f19237d9a891881421a1a.tar.gz
vcpkg-9c62c6a37ac940abbb4f19237d9a891881421a1a.zip
Upgrades 2018.10.11
Diffstat (limited to 'ports/openimageio')
-rw-r--r--ports/openimageio/CONTROL2
-rw-r--r--ports/openimageio/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/openimageio/CONTROL b/ports/openimageio/CONTROL
index 12bc943d7..8771fe077 100644
--- a/ports/openimageio/CONTROL
+++ b/ports/openimageio/CONTROL
@@ -1,5 +1,5 @@
Source: openimageio
-Version: Release-1.8.13
+Version: 1.8.15
Description: A library for reading and writing images, and a bunch of related classes, utilities, and application
Build-Depends: libjpeg-turbo, tiff, libpng, openexr, boost-thread, boost-smart-ptr, boost-foreach, boost-regex, boost-type-traits, boost-static-assert, boost-unordered, boost-config, boost-algorithm, boost-filesystem, boost-system, boost-thread, boost-asio, boost-random, robin-map
diff --git a/ports/openimageio/portfile.cmake b/ports/openimageio/portfile.cmake
index c5786db64..80dc8faec 100644
--- a/ports/openimageio/portfile.cmake
+++ b/ports/openimageio/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OpenImageIO/oiio
- REF Release-1.8.13
- SHA512 578d039399846f994dd8e4b94a7b56f2bcec45571c2144705fc4e2fe6a3e1d878d79a96c0484350d54b46eef7796d46becda9f5d50f266cd730f63d97af0650e
+ REF Release-1.8.15
+ SHA512 e022e5c7e300d3dd952bcf3476e1b676a8931f67ba6b3959b26c75b9709907ac1c1b99de651f5876045f9a333e325a161b0d5159cb5bf385eb4f9f90a04707c7
HEAD_REF master
PATCHES
# fix_libraw: replace 'LibRaw_r_LIBRARIES' occurences by 'LibRaw_LIBRARIES'