Skip to content

Commit 3d885d6

Browse files
committed
Update links and presets for version 1.5.4
1 parent 4164267 commit 3d885d6

File tree

3 files changed

+73
-62
lines changed

3 files changed

+73
-62
lines changed

builds/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Taking the [sample usage for JavaCV](https://github.com/bytedeco/javacv#sample-u
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.bytedeco.javacv</groupId>
2323
<artifactId>demo</artifactId>
24-
<version>1.5.4-SNAPSHOT</version>
24+
<version>1.5.5-SNAPSHOT</version>
2525
<dependencies>
2626
<dependency>
2727
<groupId>org.bytedeco</groupId>
2828
<artifactId>javacv-platform</artifactId>
29-
<version>1.5.4-SNAPSHOT</version>
29+
<version>1.5.5-SNAPSHOT</version>
3030
</dependency>
3131
</dependencies>
3232

@@ -59,7 +59,7 @@ repositories {
5959
}
6060
6161
dependencies {
62-
api 'org.bytedeco:javacv-platform:1.5.4-SNAPSHOT'
62+
api 'org.bytedeco:javacv-platform:1.5.5-SNAPSHOT'
6363
}
6464
6565
// ...
@@ -72,7 +72,7 @@ We can do similarly for sbt in `build.sbt`, as documented at [sbt - Resolvers](h
7272
```scala
7373
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
7474

75-
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.4-SNAPSHOT"
75+
libraryDependencies += "org.bytedeco" % "javacv-platform" % "1.5.5-SNAPSHOT"
7676

7777
// ...
7878
```

download/index.md

Lines changed: 67 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -18,297 +18,307 @@ Here is a sample list of dependencies that you can use as base for your own `pom
1818
<dependency>
1919
<groupId>org.bytedeco</groupId>
2020
<artifactId>javacpp-platform</artifactId>
21-
<version>1.5.3</version>
21+
<version>1.5.4</version>
2222
</dependency>
2323

2424
<dependency>
2525
<groupId>org.bytedeco</groupId>
2626
<artifactId>opencv-platform</artifactId>
27-
<version>4.3.0-1.5.3</version>
27+
<version>4.4.0-1.5.4</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.bytedeco</groupId>
3131
<artifactId>ffmpeg-platform</artifactId>
32-
<version>4.2.2-1.5.3</version>
32+
<version>4.3.1-1.5.4</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.bytedeco</groupId>
3636
<artifactId>flycapture-platform</artifactId>
37-
<version>2.13.3.31-1.5.3</version>
37+
<version>2.13.3.31-1.5.4</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.bytedeco</groupId>
4141
<artifactId>spinnaker-platform</artifactId>
42-
<version>1.27.0.48-1.5.3</version>
42+
<version>1.27.0.48-1.5.4</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.bytedeco</groupId>
4646
<artifactId>libdc1394-platform</artifactId>
47-
<version>2.2.6-1.5.3</version>
47+
<version>2.2.6-1.5.4</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.bytedeco</groupId>
5151
<artifactId>libfreenect-platform</artifactId>
52-
<version>0.5.7-1.5.3</version>
52+
<version>0.5.7-1.5.4</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.bytedeco</groupId>
5656
<artifactId>libfreenect2-platform</artifactId>
57-
<version>0.2.0-1.5.3</version>
57+
<version>0.2.0-1.5.4</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.bytedeco</groupId>
6161
<artifactId>librealsense-platform</artifactId>
62-
<version>1.12.4-1.5.3</version>
62+
<version>1.12.4-1.5.4</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.bytedeco</groupId>
6666
<artifactId>librealsense2-platform</artifactId>
67-
<version>2.29.0-1.5.3</version>
67+
<version>2.29.0-1.5.4</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.bytedeco</groupId>
7171
<artifactId>videoinput-platform</artifactId>
72-
<version>0.200-1.5.3</version>
72+
<version>0.200-1.5.4</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.bytedeco</groupId>
7676
<artifactId>artoolkitplus-platform</artifactId>
77-
<version>2.3.1-1.5.3</version>
77+
<version>2.3.1-1.5.4</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.bytedeco</groupId>
8181
<artifactId>chilitags-platform</artifactId>
82-
<version>master-1.5.3</version>
82+
<version>master-1.5.4</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.bytedeco</groupId>
8686
<artifactId>flandmark-platform</artifactId>
87-
<version>1.07-1.5.3</version>
87+
<version>1.07-1.5.4</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.bytedeco</groupId>
9191
<artifactId>arrow-platform</artifactId>
92-
<version>0.16.0-1.5.3</version>
92+
<version>1.0.1-1.5.4</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.bytedeco</groupId>
9696
<artifactId>hdf5-platform</artifactId>
97-
<version>1.12.0-1.5.3</version>
97+
<version>1.12.0-1.5.4</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.bytedeco</groupId>
101101
<artifactId>hyperscan-platform</artifactId>
102-
<version>5.2.1-1.5.3</version>
102+
<version>5.3.0-1.5.4</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.bytedeco</groupId>
106106
<artifactId>mkl-platform</artifactId>
107-
<version>2020.1-1.5.3</version>
107+
<version>2020.3-1.5.4</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.bytedeco</groupId>
111111
<artifactId>mkl-dnn-platform</artifactId>
112-
<version>0.21.4-1.5.3</version>
112+
<version>0.21.5-1.5.4</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.bytedeco</groupId>
116116
<artifactId>dnnl-platform</artifactId>
117-
<version>1.3-1.5.3</version>
117+
<version>1.6.2-1.5.4</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.bytedeco</groupId>
121121
<artifactId>openblas-platform</artifactId>
122-
<version>0.3.9-1.5.3</version>
122+
<version>0.3.10-1.5.4</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.bytedeco</groupId>
126126
<artifactId>arpack-ng-platform</artifactId>
127-
<version>3.7.0-1.5.3</version>
127+
<version>3.7.0-1.5.4</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.bytedeco</groupId>
131131
<artifactId>cminpack-platform</artifactId>
132-
<version>1.3.6-1.5.3</version>
132+
<version>1.3.6-1.5.4</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>org.bytedeco</groupId>
136136
<artifactId>fftw-platform</artifactId>
137-
<version>3.3.8-1.5.3</version>
137+
<version>3.3.8-1.5.4</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>org.bytedeco</groupId>
141141
<artifactId>gsl-platform</artifactId>
142-
<version>2.6-1.5.3</version>
142+
<version>2.6-1.5.4</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.bytedeco</groupId>
146146
<artifactId>cpython-platform</artifactId>
147-
<version>3.7.7-1.5.3</version>
147+
<version>3.7.9-1.5.4</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.bytedeco</groupId>
151151
<artifactId>numpy-platform</artifactId>
152-
<version>1.18.2-1.5.3</version>
152+
<version>1.19.1-1.5.4</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.bytedeco</groupId>
156156
<artifactId>scipy-platform</artifactId>
157-
<version>1.4.1-1.5.3</version>
157+
<version>1.5.2-1.5.4</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.bytedeco</groupId>
161161
<artifactId>gym-platform</artifactId>
162-
<version>0.17.1-1.5.3</version>
162+
<version>0.17.2-1.5.4</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.bytedeco</groupId>
166166
<artifactId>llvm-platform</artifactId>
167-
<version>10.0.0-1.5.3</version>
167+
<version>10.0.1-1.5.4</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>org.bytedeco</groupId>
171171
<artifactId>libpostal-platform</artifactId>
172-
<version>1.1-alpha-1.5.3</version>
172+
<version>1.1-alpha-1.5.4</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.bytedeco</groupId>
176176
<artifactId>leptonica-platform</artifactId>
177-
<version>1.79.0-1.5.3</version>
177+
<version>1.80.0-1.5.4</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>org.bytedeco</groupId>
181181
<artifactId>tesseract-platform</artifactId>
182-
<version>4.1.1-1.5.3</version>
182+
<version>4.1.1-1.5.4</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>org.bytedeco</groupId>
186186
<artifactId>caffe-platform</artifactId>
187-
<version>1.0-1.5.3</version>
187+
<version>1.0-1.5.4</version>
188+
</dependency>
189+
<dependency>
190+
<groupId>org.bytedeco</groupId>
191+
<artifactId>openpose-platform</artifactId>
192+
<version>1.6.0-1.5.4</version>
188193
</dependency>
189194
<dependency>
190195
<groupId>org.bytedeco</groupId>
191196
<artifactId>cuda-platform</artifactId>
192-
<version>10.2-7.6-1.5.3</version>
197+
<version>11.0-8.0-1.5.4</version>
193198
</dependency>
194199
<dependency>
195200
<groupId>org.bytedeco</groupId>
196201
<artifactId>mxnet-platform</artifactId>
197-
<version>1.6.0-1.5.3</version>
202+
<version>1.7.0-1.5.4</version>
198203
</dependency>
199204
<dependency>
200205
<groupId>org.bytedeco</groupId>
201206
<artifactId>tensorflow-platform</artifactId>
202-
<version>1.15.2-1.5.3</version>
207+
<version>1.15.3-1.5.4</version>
203208
</dependency>
204209
<dependency>
205210
<groupId>org.bytedeco</groupId>
206211
<artifactId>tensorrt-platform</artifactId>
207-
<version>7.0-1.5.3</version>
212+
<version>7.1-1.5.4</version>
208213
</dependency>
209214
<dependency>
210215
<groupId>org.bytedeco</groupId>
211216
<artifactId>ale-platform</artifactId>
212-
<version>0.6.1-1.5.3</version>
217+
<version>0.6.1-1.5.4</version>
213218
</dependency>
214219
<dependency>
215220
<groupId>org.bytedeco</groupId>
216221
<artifactId>onnx-platform</artifactId>
217-
<version>1.6.0-1.5.3</version>
222+
<version>1.7.0-1.5.4</version>
218223
</dependency>
219224
<dependency>
220225
<groupId>org.bytedeco</groupId>
221226
<artifactId>ngraph-platform</artifactId>
222-
<version>0.26.0-1.5.3</version>
227+
<version>0.26.0-1.5.4</version>
223228
</dependency>
224229
<dependency>
225230
<groupId>org.bytedeco</groupId>
226231
<artifactId>onnxruntime-platform</artifactId>
227-
<version>1.2.0-1.5.3</version>
232+
<version>1.4.0-1.5.4</version>
228233
</dependency>
229234
<dependency>
230235
<groupId>org.bytedeco</groupId>
231236
<artifactId>liquidfun-platform</artifactId>
232-
<version>master-1.5.3</version>
237+
<version>master-1.5.4</version>
233238
</dependency>
234239
<dependency>
235240
<groupId>org.bytedeco</groupId>
236241
<artifactId>qt-platform</artifactId>
237-
<version>5.14.2-1.5.3</version>
242+
<version>5.15.0-1.5.4</version>
238243
</dependency>
239244
<dependency>
240245
<groupId>org.bytedeco</groupId>
241246
<artifactId>skia-platform</artifactId>
242-
<version>1.68.1-1.5.3</version>
247+
<version>2.80.1-1.5.4</version>
243248
</dependency>
244249
<dependency>
245250
<groupId>org.bytedeco</groupId>
246251
<artifactId>cpu_features-platform</artifactId>
247-
<version>0.4.1-1.5.3</version>
252+
<version>0.4.1-1.5.4</version>
248253
</dependency>
249254
<dependency>
250255
<groupId>org.bytedeco</groupId>
251256
<artifactId>systems-platform</artifactId>
252-
<version>1.5.3</version>
257+
<version>1.5.4</version>
253258
</dependency>
254259

255260
<!-- Additional dependencies required to use CUDA, cuDNN, NCCL, and TensorRT -->
256261
<dependency>
257262
<groupId>org.bytedeco</groupId>
258263
<artifactId>opencv-platform-gpu</artifactId>
259-
<version>4.3.0-1.5.3</version>
264+
<version>4.4.0-1.5.4</version>
260265
</dependency>
261266
<dependency>
262267
<groupId>org.bytedeco</groupId>
263268
<artifactId>caffe-platform-gpu</artifactId>
264-
<version>1.0-1.5.3</version>
269+
<version>1.0-1.5.4</version>
265270
</dependency>
266271
<dependency>
267272
<groupId>org.bytedeco</groupId>
268273
<artifactId>mxnet-platform-gpu</artifactId>
269-
<version>1.6.0-1.5.3</version>
274+
<version>1.7.0-1.5.4</version>
270275
</dependency>
271276
<dependency>
272277
<groupId>org.bytedeco</groupId>
273278
<artifactId>tensorflow-platform-gpu</artifactId>
274-
<version>1.15.2-1.5.3</version>
279+
<version>1.15.3-1.5.4</version>
280+
</dependency>
281+
<dependency>
282+
<groupId>org.bytedeco</groupId>
283+
<artifactId>onnxruntime-platform-gpu</artifactId>
284+
<version>1.4.0-1.5.4-SNAPSHOT</version>
275285
</dependency>
276286

277287
<!-- Optional dependencies to load Python-enabled builds -->
278288
<dependency>
279289
<groupId>org.bytedeco</groupId>
280290
<artifactId>tensorflow-platform-python</artifactId>
281-
<version>1.15.2-1.5.3</version>
291+
<version>1.15.3-1.5.4</version>
282292
</dependency>
283293
<dependency>
284294
<groupId>org.bytedeco</groupId>
285295
<artifactId>tensorflow-platform-python-gpu</artifactId>
286-
<version>1.15.2-1.5.3</version>
296+
<version>1.15.3-1.5.4</version>
287297
</dependency>
288298

289299
<!-- Additional dependencies to use bundled CUDA, cuDNN, NCCL, and TensorRT -->
290300
<dependency>
291301
<groupId>org.bytedeco</groupId>
292302
<artifactId>cuda-platform-redist</artifactId>
293-
<version>10.2-7.6-1.5.3</version>
303+
<version>11.0-8.0-1.5.4</version>
294304
</dependency>
295305
<dependency>
296306
<groupId>org.bytedeco</groupId>
297307
<artifactId>tensorrt-platform-redist</artifactId>
298-
<version>7.0-1.5.3</version>
308+
<version>7.1-1.5.4</version>
299309
</dependency>
300310

301311
<!-- Additional dependencies to use bundled full version of MKL -->
302312
<dependency>
303313
<groupId>org.bytedeco</groupId>
304314
<artifactId>mkl-platform-redist</artifactId>
305-
<version>2020.1-1.5.3</version>
315+
<version>2020.3-1.5.4</version>
306316
</dependency>
307317

308318
<dependency>
309319
<groupId>org.bytedeco</groupId>
310320
<artifactId>javacv-platform</artifactId>
311-
<version>1.5.3</version>
321+
<version>1.5.4</version>
312322
</dependency>
313323
```
314324

0 commit comments

Comments
 (0)