mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
5c0d5a54ac
Use port of tiff which does not rely on lzma
68 lines
1.4 KiB
JSON
68 lines
1.4 KiB
JSON
{
|
|
"name": "tiff",
|
|
"version": "4.6.0",
|
|
"port-version": 2,
|
|
"description": "A library that supports the manipulation of TIFF image files",
|
|
"homepage": "https://libtiff.gitlab.io/libtiff/",
|
|
"license": "libtiff",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"jpeg",
|
|
"zip"
|
|
],
|
|
"features": {
|
|
"cxx": {
|
|
"description": "Build C++ libtiffxx library"
|
|
},
|
|
"jpeg": {
|
|
"description": "Support JPEG compression in TIFF image files",
|
|
"dependencies": [
|
|
"libjpeg-turbo"
|
|
]
|
|
},
|
|
"libdeflate": {
|
|
"description": "Use libdeflate for faster ZIP support",
|
|
"dependencies": [
|
|
"libdeflate",
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false,
|
|
"features": [
|
|
"zip"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
},
|
|
"webp": {
|
|
"description": "Support WEBP compression in TIFF image files",
|
|
"dependencies": [
|
|
"libwebp"
|
|
]
|
|
},
|
|
"zip": {
|
|
"description": "Support ZIP/deflate compression in TIFF image files",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Support ZSTD compression in TIFF image files",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|