2021-09-03 09:04:16 +08:00
|
|
|
{
|
|
|
|
"name": "jasper",
|
|
|
|
"version": "2.0.33",
|
2022-07-01 04:01:24 +08:00
|
|
|
"port-version": 4,
|
2021-09-03 09:04:16 +08:00
|
|
|
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
|
|
|
"homepage": "https://github.com/mdadams/jasper",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"platform": "!(windows & arm)"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
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-01 04:01:24 +08:00
|
|
|
"platform": "!osx & !(windows & arm)"
|
2022-02-09 14:24:27 +08:00
|
|
|
},
|
2022-07-01 04:01:24 +08:00
|
|
|
{
|
|
|
|
"name": "opengl",
|
|
|
|
"platform": "!(windows & arm)"
|
|
|
|
}
|
2022-02-09 13:32:47 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-03 09:04:16 +08:00
|
|
|
}
|