mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
f3eeb27624
* Dont block arm64-osx * Update version * Updated versions * supports fixups * Update versions * supports fixups * supports fixups
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "jasper",
|
|
"version": "2.0.33",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "jasper",
|
|
"default-features": false,
|
|
"features": [
|
|
"opengl"
|
|
],
|
|
"platform": "!(windows & arm) & !uwp"
|
|
}
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "Enable the use of the OpenGL/GLUT Library",
|
|
"dependencies": [
|
|
{
|
|
"name": "freeglut",
|
|
"platform": "!osx & !(windows & arm) & !uwp"
|
|
},
|
|
{
|
|
"name": "opengl",
|
|
"platform": "!(windows & arm) & !uwp"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|