-
Notifications
You must be signed in to change notification settings - Fork 2
/
conandata.yml
73 lines (71 loc) · 2.01 KB
/
conandata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
sources:
14.1.1:
sha256: 394353501a3b12dda71efb39ba55f1e5b941c41c308c805536f6e2b279069c56
url:
- https://github.com/OGRECave/ogre/archive/refs/tags/v14.1.1.tar.gz
13.6.5:
sha256: 857f74d18c4bb484f0e31c288b8d27837615a59c3da2b3d8304496c83ef669cd
url:
- https://github.com/OGRECave/ogre/archive/refs/tags/v13.6.5.tar.gz
dependencies:
14.1.1:
assimp: 5.4.2
bullet3: 3.25
egl: system
freeimage: 3.18.0
freetype: 2.13.2
glslang: 11.7.0
gtest: 1.11.0
cmake: "[>=3.16 <4]"
imgui: 1.91.0
openexr: 2.5.9
opengl: system
openssl: "[>=1.1 <4]"
pugixml: 1.14
qt5: "[>=5.15 <6]"
qt6: "[>=6.1]"
sdl: "[>=2.28.0 <2.31]"
swig: "[>=4 <5]"
vulkan-loader: 1.3.290.0
xkbcommon: 1.6.0
xorg: system
zlib: "[>=1.2.11 <2]"
libjpeg: 9e
libpng: 1.6.43
13.6.5:
assimp: 5.4.2
bullet3: 3.25
egl: system
freeimage: 3.18.0
freetype: 2.13.2
glslang: 11.7.0
gtest: 1.11.0
cmake: "[>=3.16 <4]"
openexr: 2.5.9
opengl: system
openssl: "[>=1.1 <4]"
pugixml: 1.14
qt5: "[>=5.15 <6]"
qt6: "[>=6.1]"
sdl: "[>=2.24.1 <2.31]"
swig: "[>=4 <5]"
vulkan-loader: 1.3.290.0
xkbcommon: 1.6.0
xorg: system
zlib: "[>=1.2.11 <2]"
libjpeg: 9e
libpng: 1.6.43
patches:
14.1.1:
- patch_file: patches/14.1.1-0001-Set-rpath-with-origin-variants.patch
- patch_file: patches/14.1.1-0002-Remove-absolute-paths-from-ogre-config.patch
- patch_file: patches/14.1.1-0003-Fix-zip-linking-issue.patch
- patch_file: patches/14.1.1-0004-Do-conanization-fixes.patch
- patch_file: patches/14.1.1-0005-Use-imgui-from-conan.patch
13.6.5:
- patch_file: patches/13.6.5-0001-Set-rpath-with-origin-variants.patch
- patch_file: patches/13.6.5-0002-Remove-absolute-paths-from-ogre-config.patch
- patch_file: patches/13.6.5-0003-Fix-zip-linking-issue.patch
- patch_file: patches/13.6.5-0004-Do-conanization-fixes.patch
- patch_file: patches/13.6.5-0005-Add-CTest-Ogre.patch