mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
0e672e7254
* [openjpeg] Update version to 2.4.0 * Modify linkage check and remove unused parameters * Enable the tool generation of each features Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
31 lines
913 B
JSON
31 lines
913 B
JSON
{
|
|
"name": "openjpeg",
|
|
"version-semver": "2.4.0",
|
|
"description": "OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.",
|
|
"homepage": "https://github.com/uclouvain/openjpeg",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"jp3d": {
|
|
"description": "Build optional component jp3d"
|
|
},
|
|
"jpip": {
|
|
"description": "Build optional component jpip"
|
|
},
|
|
"jpwl": {
|
|
"description": "Build optional component jpwl"
|
|
},
|
|
"mj2": {
|
|
"description": "Build optional component mj2"
|
|
}
|
|
}
|
|
}
|