2021-03-16 06:21:09 +08:00
{
"name" : "openjpeg" ,
2022-05-20 05:43:34 +08:00
"version" : "2.5.0" ,
2023-09-14 07:11:08 +08:00
"port-version" : 1 ,
2021-03-16 06:21:09 +08:00
"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" ,
2022-05-20 05:43:34 +08:00
"license" : "BSD-2-Clause" ,
2021-09-28 08:20:33 +08:00
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
] ,
2021-03-16 06:21:09 +08:00
"features" : {
"jp3d" : {
2022-05-20 05:43:34 +08:00
"description" : "(deprecated)"
2021-03-16 06:21:09 +08:00
} ,
"jpip" : {
2023-09-14 07:11:08 +08:00
"description" : "Build optional component jpip" ,
"supports" : "!uwp"
2021-03-16 06:21:09 +08:00
} ,
"jpwl" : {
2022-05-20 05:43:34 +08:00
"description" : "(deprecated)"
2021-03-16 06:21:09 +08:00
} ,
"mj2" : {
2022-05-20 05:43:34 +08:00
"description" : "(deprecated)"
} ,
"tools" : {
"description" : "(deprecated)" ,
"dependencies" : [
{
"name" : "curl" ,
"platform" : "!windows"
} ,
{
"name" : "fastcgi" ,
"platform" : "!windows"
} ,
"lcms" ,
"tiff" ,
"zlib"
]
2021-03-16 06:21:09 +08:00
}
}
}