vcpkg/ports/ogre/vcpkg.json

76 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "ogre",
2022-01-29 03:19:50 +08:00
"version": "1.12.9",
2022-09-01 04:34:35 +08:00
"port-version": 10,
"description": "3D Object-Oriented Graphics Rendering Engine",
"homepage": "https://github.com/OGRECave/ogre",
[OpenCV] upgrade to v4.5.5 (#22801) * [OpenCV4] update to v4.5.5 * [OpenCV] bump version * [gstreamer] fix build for opencv * fix references * [vcpkg-tool-meson] fix nuget packaging * fix references * [gstreamer] fix references * [ogre] update vcpkg tools * fix references * [OpenCV4] fixes from CI runs * fix references * [OpenCV4] force python module also in debug builds * fix references * [harfbuzz] fix cmake config * harfbuzz fixes * fix references * [OpenCV4] remove unnecessary lines from patches * fix references * fix references * [harfbuzz] bump version * [harfbuzz] fix for single config builds * fix references * freetype fixes * fix references * fix ogre references * fix references, again * python when building static windows opencv libraries is unsupported * fix references * fix * refs * use required when necessary * fix references * do not use config for hdf5, use internal module * fix references * use proper spelling for freetype config cmake * fix references * [OpenCV] restore versions after merge * fix references * [leptonica] fix building * fix references * do not require package in optional features * £fix references * fix python feat * update version * update version * [ffmpeg] remove opengl feat on arm64-windows * format manifest * fix references * fix cuda/nvidia features compatibility matrix * fix manifest * fix * fix * fix references * fix references, again * move CONTROL to manifest * [gstreamer] bump versions * fix references Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-02-24 03:57:13 +08:00
"license": "MIT",
"dependencies": [
"assimp",
"pugixml",
"sdl2",
2022-01-29 03:19:50 +08:00
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"default-features": [
"assimp",
"freeimage",
"overlay",
"zziplib"
],
"features": {
"assimp": {
"description": "Deprecate feature, enable by default"
},
"csharp": {
"description": "Build csharp bindings"
},
"d3d9": {
"description": "Build Direct3D9 RenderSystem"
},
"freeimage": {
"description": "Build with FreeImage support",
"dependencies": [
"freeimage"
]
},
"java": {
"description": "Build Java (JNI) bindings"
},
"overlay": {
"description": "Build overlay component",
"dependencies": [
"freetype",
{
"name": "imgui",
"features": [
"freetype"
]
}
]
},
"python": {
"description": "Build Python bindings",
"dependencies": [
"python3"
]
},
"strict": {
"description": "Force Ogre resource manager to be strict with group names and resource names"
},
"zziplib": {
"description": "Build with zziplib support (GPL)",
"dependencies": [
"zziplib"
]
}
}
}