vcpkg/ports/libraw/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00

39 lines
733 B
JSON

{
"name": "libraw",
"version": "0.21.1",
"port-version": 1,
"description": "raw image decoder library",
"homepage": "https://www.libraw.org",
"license": "LGPL-2.1-only OR CDDL-1.0",
"supports": "!uwp & !xbox",
"dependencies": [
"jasper",
"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"
}
}
}