vcpkg/ports/jasper/vcpkg.json
Alexander Neumann f68746b24d
[jasper] control optional libheif depedency (#30087)
* [jasper] remove optional libheif lookup

* v db

* fix feature var

* v db
2023-03-09 12:26:55 -08:00

51 lines
1.1 KiB
JSON

{
"name": "jasper",
"version": "4.0.0",
"port-version": 1,
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
"homepage": "https://github.com/jasper-software/jasper",
"license": null,
"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 & !ios"
}
]
},
"opengl": {
"description": "Enable the use of the OpenGL/GLUT Library",
"dependencies": [
{
"name": "freeglut",
"platform": "!osx & !(windows & arm) & !uwp"
},
{
"name": "opengl",
"platform": "!(windows & arm) & !uwp"
}
]
}
}
}