aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio/CONTROL
diff options
context:
space:
mode:
authorYann Lanthony <yann.lanthony@gmail.com>2018-07-03 09:55:31 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 00:55:31 -0700
commit67d6200cdb9ebdb56c1940f8ac4f91362b6e5c66 (patch)
tree6bde053f11f6a048039318e141fd37565d5742b0 /ports/openimageio/CONTROL
parent608067628921adb6fe70a2526d229d57dcdf89ac (diff)
downloadvcpkg-67d6200cdb9ebdb56c1940f8ac4f91362b6e5c66.tar.gz
vcpkg-67d6200cdb9ebdb56c1940f8ac4f91362b6e5c66.zip
[openimageio] build with libraw support (#3830)
* [openimageio] build with libraw * patch: replace 'LibRaw_r_LIBRARIES' occurrences by 'LibRaw_LIBRARIES' since libraw port installs 'raw_r' library as 'raw' * activate USE_LIBRAW * declare dependency to libraw in CONTROL file * [openimageio] 'libraw' as Feature * [openimageio] Use PATCHES parameter of vcpkg_from_github()
Diffstat (limited to 'ports/openimageio/CONTROL')
-rw-r--r--ports/openimageio/CONTROL6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/openimageio/CONTROL b/ports/openimageio/CONTROL
index 3e9fecc49..0645c03a1 100644
--- a/ports/openimageio/CONTROL
+++ b/ports/openimageio/CONTROL
@@ -1,4 +1,8 @@
Source: openimageio
-Version: Release-1.8.12
+Version: Release-1.8.12-1
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
+
+Feature: libraw
+Build-Depends: libraw
+Description: Enable RAW image files support