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-12 23:46:28 +01:00
|
|
|
"homepage": "https://github.com/jasper-software/jasper",
|
2022-08-26 13:55:08 -05: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-08 23:32:47 -06:00
|
|
|
],
|
|
|
|
"default-features": [
|
2022-06-30 22:01:24 +02:00
|
|
|
"default-features"
|
2022-02-08 23:32:47 -06:00
|
|
|
],
|
|
|
|
"features": {
|
2022-06-30 22:01:24 +02:00
|
|
|
"default-features": {
|
|
|
|
"description": "Platform-dependent default features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "jasper",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"opengl"
|
|
|
|
],
|
2022-08-26 13:55:08 -05:00
|
|
|
"platform": "!(windows & arm) & !uwp & !ios"
|
2022-06-30 22:01:24 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-02-08 23:32:47 -06:00
|
|
|
"opengl": {
|
|
|
|
"description": "Enable the use of the OpenGL/GLUT Library",
|
|
|
|
"dependencies": [
|
2022-02-08 22:24:27 -08:00
|
|
|
{
|
|
|
|
"name": "freeglut",
|
2022-07-05 21:52:55 +02:00
|
|
|
"platform": "!osx & !(windows & arm) & !uwp"
|
2022-02-08 22:24:27 -08:00
|
|
|
},
|
2022-06-30 22:01:24 +02:00
|
|
|
{
|
|
|
|
"name": "opengl",
|
2022-07-05 21:52:55 +02:00
|
|
|
"platform": "!(windows & arm) & !uwp"
|
2022-06-30 22:01:24 +02:00
|
|
|
}
|
2022-02-08 23:32:47 -06:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-03 09:04:16 +08:00
|
|
|
}
|