diff options
| -rw-r--r-- | ports/openexr/CONTROL | 7 | ||||
| -rw-r--r-- | ports/openexr/vcpkg.json | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/ports/openexr/CONTROL b/ports/openexr/CONTROL deleted file mode 100644 index 0a725a042..000000000 --- a/ports/openexr/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -Source: openexr -Version: 2.5.0 -Port-Version: 1 -Homepage: https://www.openexr.com/ -Description: OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications -Build-Depends: zlib, python3 -Supports: !uwp diff --git a/ports/openexr/vcpkg.json b/ports/openexr/vcpkg.json new file mode 100644 index 000000000..1d7f178bf --- /dev/null +++ b/ports/openexr/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "openexr", + "version-string": "2.5.0", + "port-version": 2, + "description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications", + "homepage": "https://www.openexr.com/", + "supports": "!uwp", + "dependencies": [ + "zlib" + ] +} |
