mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
1d8133122b
* [openexr] fixup pkgconfig * [openexr] x-add-version * [openexr] drop _d library suffix for debug builds (ensures correct .pc file) * [openexr] x-add-version * [openexr] rename patches in order, add pkg-config debug suffix patch * [openexr] x-add-version * [openexr] update patch to match upstream PR * [openexr] x-add-version
12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"name": "openexr",
|
|
"version-string": "2.5.0",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|