2021-09-03 09:04:16 +08:00
|
|
|
{
|
|
|
|
"name": "jasper",
|
2024-10-08 03:10:33 +08:00
|
|
|
"version": "4.2.4",
|
2021-09-03 09:04:16 +08:00
|
|
|
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
2022-12-13 06:46:28 +08:00
|
|
|
"homepage": "https://github.com/jasper-software/jasper",
|
2022-08-27 02:55:08 +08:00
|
|
|
"license": null,
|
2021-09-03 09:04:16 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-02-09 13:32:47 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
2022-07-01 04:01:24 +08:00
|
|
|
"default-features"
|
2022-02-09 13:32:47 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2022-07-01 04:01:24 +08:00
|
|
|
"default-features": {
|
|
|
|
"description": "Platform-dependent default features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "jasper",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"opengl"
|
|
|
|
],
|
2022-08-27 02:55:08 +08:00
|
|
|
"platform": "!(windows & arm) & !uwp & !ios"
|
2022-07-01 04:01:24 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-02-09 13:32:47 +08:00
|
|
|
"opengl": {
|
|
|
|
"description": "Enable the use of the OpenGL/GLUT Library",
|
|
|
|
"dependencies": [
|
2022-02-09 14:24:27 +08:00
|
|
|
{
|
|
|
|
"name": "freeglut",
|
2022-07-06 03:52:55 +08:00
|
|
|
"platform": "!osx & !(windows & arm) & !uwp"
|
2022-02-09 14:24:27 +08:00
|
|
|
},
|
2022-07-01 04:01:24 +08:00
|
|
|
{
|
|
|
|
"name": "opengl",
|
2022-07-06 03:52:55 +08:00
|
|
|
"platform": "!(windows & arm) & !uwp"
|
2022-07-01 04:01:24 +08:00
|
|
|
}
|
2022-02-09 13:32:47 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-03 09:04:16 +08:00
|
|
|
}
|