diff options
Diffstat (limited to 'vcpkg/ports/libraw/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libraw/vcpkg.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/vcpkg/ports/libraw/vcpkg.json b/vcpkg/ports/libraw/vcpkg.json new file mode 100644 index 0000000..cb1a157 --- /dev/null +++ b/vcpkg/ports/libraw/vcpkg.json @@ -0,0 +1,40 @@ +{ + "name": "libraw", + "version": "0.21.4", + "description": "raw image decoder library", + "homepage": "https://www.libraw.org", + "license": "LGPL-2.1-only OR CDDL-1.0", + "supports": "!uwp & !xbox", + "dependencies": [ + { + "name": "jasper", + "default-features": false + }, + "lcms", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "features": { + "dng-lossy": { + "description": "DNG lossy codec support", + "dependencies": [ + { + "name": "libjpeg-turbo", + "features": [ + "jpeg8" + ] + } + ] + }, + "openmp": { + "description": "Build library with OpenMP support" + } + } +} |