aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Lanthony <yann.lanthony@gmail.com>2018-03-19 13:26:33 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-03-19 05:26:33 -0700
commit029fdb2a6cd71aaebb40ac8f97986fdbee9a74be (patch)
treeeef2387e8305fbc68f1786b481818878bf686c84
parent06b4452da67663a5097a67b0ba1be7b02e50aecd (diff)
downloadvcpkg-029fdb2a6cd71aaebb40ac8f97986fdbee9a74be.tar.gz
vcpkg-029fdb2a6cd71aaebb40ac8f97986fdbee9a74be.zip
[openimageio] update to 1.8.9 (#3051)
* [openimageio] update to 1.8.9 * [openimageio] remove '-1' suffix from version name
-rw-r--r--ports/openimageio/CONTROL4
-rw-r--r--ports/openimageio/portfile.cmake5
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/openimageio/CONTROL b/ports/openimageio/CONTROL
index 3e498bf56..88a66b315 100644
--- a/ports/openimageio/CONTROL
+++ b/ports/openimageio/CONTROL
@@ -1,4 +1,4 @@
Source: openimageio
-Version: 1.7.15-2
-Description: An library for reading and writing images, and a bunch of related classes, utilities, and application
+Version: 1.8.9
+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
diff --git a/ports/openimageio/portfile.cmake b/ports/openimageio/portfile.cmake
index cc62bd58c..21a5899c1 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.7.15
- SHA512 5b83961a77de36082e0a3abeac8015f9455504680d7437777524a9ac17ac7994df2a2ad1af86a884cf17c1afcd71a36a30e24711cba8d8a30511c05e36d7fadc
+ REF Release-1.8.9
+ SHA512 300eab0d2e7277c46550339d72af59b3ab2232d296b4d46808575015075cdbb9dd911e9b335c0d10bf6d95ebde907240af0f4828d422aca091f82491693dfef3
HEAD_REF master
)
@@ -47,6 +47,7 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/doc)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/doc)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
# Handle copyright
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/openimageio)