mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
5d2a0a9814
* 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
39 lines
733 B
JSON
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"
|
|
}
|
|
}
|
|
}
|