-
Notifications
You must be signed in to change notification settings - Fork 1
/
conandata.yml
166 lines (166 loc) · 7.58 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
sources:
"3.4.3":
url: "https://github.com/OSGeo/gdal/releases/download/v3.4.3/gdal-3.4.3.tar.gz"
sha256: "7244962628c82921b4a4903dbb721c7222b7d82ed5928fef55a52f87f68ad1fe"
"3.4.1":
url: "https://github.com/OSGeo/gdal/releases/download/v3.4.1/gdal-3.4.1.tar.gz"
sha256: "e360387bc25ec24940f46afbeada48002d72c74aaf9eccf2a40e8d74e711a2e4"
"3.3.3":
url: "https://github.com/OSGeo/gdal/releases/download/v3.3.3/gdal-3.3.3.tar.gz"
sha256: "28925ea4717b02185ee208bfc121a94fa0bc1dfe9cb862fd3868c2a0394d605a"
"3.3.1":
url: "https://github.com/OSGeo/gdal/releases/download/v3.3.1/gdal-3.3.1.tar.gz"
sha256: "6c3c2422d129a9fef030d6aaa5bd3dd45ee798808953099313ffd36ab2945055"
"3.2.1":
url: "https://github.com/OSGeo/gdal/releases/download/v3.2.1/gdal-3.2.1.tar.gz"
sha256: "43d40ba940e3927e38f9e98062ff62f9fa993ceade82f26f16fab7e73edb572e"
"3.2.0":
url: "https://github.com/OSGeo/gdal/releases/download/v3.2.0/gdal-3.2.0.tar.gz"
sha256: "66dbab444f9fad113245cef241e52c4ab3e1f315e59759820e16a67e94931347"
"3.1.4":
url: "https://github.com/OSGeo/gdal/releases/download/v3.1.4/gdal-3.1.4.tar.gz"
sha256: "5f09ea6ca797e296b608d261e08e18ffa43a12fa28d460ae139d2a026ee2b0c0"
"3.1.3":
url: "https://github.com/OSGeo/gdal/releases/download/v3.1.3/gdal-3.1.3.tar.gz"
sha256: "3156036cd71e54932a4043111793c0d4257d46ca2c1c33ebae7be80665bdc403"
"3.1.2":
url: "https://github.com/OSGeo/gdal/releases/download/v3.1.2/gdal-3.1.2.tar.gz"
sha256: "39713b8af4e4dcd5e0d2d84a7f94660da59bb710cca80bcac07e719435add6dc"
"3.1.0":
url: "https://github.com/OSGeo/gdal/releases/download/v3.1.0/gdal-3.1.0.tar.gz"
sha256: "6793ddb2b1ca042494d938ac82c71d06b9125bbb00c9bb9414a7c5e3a707c639"
patches:
"3.4.3":
- patch_file: "patches/3.4.x/fix-autotools-3.4.3.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-nmake.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-include-jsonc-3.4.3.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-include-xerces.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.4.1":
- patch_file: "patches/3.4.x/fix-autotools-3.4.1.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-nmake.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-include-jsonc-3.4.1.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-include-xerces.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.4.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.3.3":
- patch_file: "patches/3.3.x/fix-autotools-3.3.3.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-nmake.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-include-xerces.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.3.1":
- patch_file: "patches/3.3.x/fix-autotools-3.3.1.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-nmake.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-include-xerces.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.3.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.2.1":
- patch_file: "patches/3.2.x/fix-autotools.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-nmake.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-include-xerces.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-ogrelasticlayer-gcc-less-5.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.2.0":
- patch_file: "patches/3.2.x/fix-autotools.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-nmake.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-include-xerces.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/missing-makefile-vc-heif.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.2.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.1.4":
- patch_file: "patches/3.1.x/fix-autotools-3.1.4.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-common.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-opt-3.1.2.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-import-dll-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-xerces-3.1.2.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.1.3":
- patch_file: "patches/3.1.x/fix-autotools-3.1.3.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-common.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-opt-3.1.2.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-import-dll-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-xerces-3.1.2.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.1.2":
- patch_file: "patches/3.1.x/fix-autotools-3.1.0.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-common.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-opt-3.1.2.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-import-dll-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-xerces-3.1.2.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-podofo.patch"
base_path: "source_subfolder"
"3.1.0":
- patch_file: "patches/3.1.x/fix-autotools-3.1.0.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-common.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-nmake-opt-3.1.0.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-import-dll-msvc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/ogrflatgeobuflayer-stdexcept.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/makefile-mitigate-long-line.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-jsonc.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-xerces-3.1.0.patch"
base_path: "source_subfolder"
- patch_file: "patches/3.1.x/fix-include-podofo.patch"
base_path: "source_subfolder"