vcpkg/ports/jasper/vcpkg.json

50 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "jasper",
"version": "2.0.33",
"port-version": 4,
"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)"
}
]
},
"opengl": {
"description": "Enable the use of the OpenGL/GLUT Library",
"dependencies": [
{
"name": "freeglut",
"platform": "!osx & !(windows & arm)"
},
{
"name": "opengl",
"platform": "!(windows & arm)"
}
]
}
}
}