vcpkg/ports/openimageio/CONTROL
Yann Lanthony 67d6200cdb [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()
2018-07-03 00:55:31 -07:00

9 lines
525 B
Plaintext

Source: openimageio
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