2021-06-10 07:33:25 +08:00
|
|
|
{
|
|
|
|
"name": "tiff",
|
2023-06-27 11:54:48 +08:00
|
|
|
"version": "4.5.1",
|
2023-07-12 02:54:17 +08:00
|
|
|
"port-version": 2,
|
2021-06-10 07:33:25 +08:00
|
|
|
"description": "A library that supports the manipulation of TIFF image files",
|
|
|
|
"homepage": "https://libtiff.gitlab.io/libtiff/",
|
2023-07-12 02:54:17 +08:00
|
|
|
"license": "libtiff",
|
2021-06-10 07:33:25 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-06-01 06:13:56 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-06-10 07:33:25 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"jpeg",
|
|
|
|
"lzma",
|
|
|
|
"zip"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"cxx": {
|
2022-12-31 17:30:53 +08:00
|
|
|
"description": "Build C++ libtiffxx library"
|
2021-06-10 07:33:25 +08:00
|
|
|
},
|
|
|
|
"jpeg": {
|
|
|
|
"description": "Support JPEG compression in TIFF image files",
|
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lzma": {
|
|
|
|
"description": "Support LZMA compression in TIFF image files",
|
|
|
|
"dependencies": [
|
|
|
|
"liblzma"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|