File tree Expand file tree Collapse file tree 2 files changed +49
-49
lines changed Expand file tree Collapse file tree 2 files changed +49
-49
lines changed Original file line number Diff line number Diff line change 252
252
" openssl"
253
253
]
254
254
},
255
+ "jbig" : {
256
+ "source" : " jbig" ,
257
+ "static-libs-unix" : [
258
+ " libjbig.a" ,
259
+ " libjbig85.a"
260
+ ],
261
+ "headers" : [
262
+ " jbig.h" ,
263
+ " jbig85.h" ,
264
+ " jbig_ar.h"
265
+ ]
266
+ },
255
267
"ldap" : {
256
268
"source" : " ldap" ,
257
269
"static-libs-unix" : [
272
284
],
273
285
"cpp-library" : true
274
286
},
275
- "jbig" : {
276
- "source" : " jbig" ,
277
- "static-libs-unix" : [
278
- " libjbig.a" ,
279
- " libjbig85.a"
280
- ],
281
- "headers" : [
282
- " jbig.h" ,
283
- " jbig85.h" ,
284
- " jbig_ar.h"
285
- ]
286
- },
287
287
"libacl" : {
288
288
"source" : " libacl" ,
289
289
"static-libs-unix" : [
836
836
" libiconv"
837
837
]
838
838
},
839
+ "watcher" : {
840
+ "source" : " watcher" ,
841
+ "static-libs-unix" : [
842
+ " libwatcher-c.a"
843
+ ],
844
+ "headers" : [
845
+ " wtr/watcher-c.h"
846
+ ]
847
+ },
839
848
"xz" : {
840
849
"source" : " xz" ,
841
850
"static-libs-unix" : [
889
898
" zstd.h" ,
890
899
" zstd_errors.h"
891
900
]
892
- },
893
- "watcher" : {
894
- "source" : " watcher" ,
895
- "static-libs-unix" : [
896
- " libwatcher-c.a"
897
- ],
898
- "headers" : [
899
- " wtr/watcher-c.h"
900
- ]
901
901
}
902
902
}
Original file line number Diff line number Diff line change 387
387
"path" : " LICENSE"
388
388
}
389
389
},
390
+ "jbig" : {
391
+ "type" : " url" ,
392
+ "url" : " https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz" ,
393
+ "provide-pre-built" : true ,
394
+ "license" : {
395
+ "type" : " file" ,
396
+ "path" : " COPYING"
397
+ }
398
+ },
390
399
"ldap" : {
391
400
"type" : " filelist" ,
392
401
"url" : " https://www.openldap.org/software/download/OpenLDAP/openldap-release/" ,
396
405
"path" : " LICENSE"
397
406
}
398
407
},
408
+ "lerc" : {
409
+ "type" : " ghtar" ,
410
+ "repo" : " Esri/lerc" ,
411
+ "prefer-stable" : true ,
412
+ "provide-pre-built" : true ,
413
+ "license" : {
414
+ "type" : " file" ,
415
+ "path" : " LICENSE"
416
+ }
417
+ },
399
418
"libacl" : {
400
419
"alt" : {
401
420
"type" : " url" ,
465
484
"path" : " COPYING"
466
485
}
467
486
},
468
- "lerc" : {
469
- "type" : " ghtar" ,
470
- "repo" : " Esri/lerc" ,
471
- "prefer-stable" : true ,
472
- "provide-pre-built" : true ,
473
- "license" : {
474
- "type" : " file" ,
475
- "path" : " LICENSE"
476
- }
477
- },
478
- "jbig" : {
479
- "type" : " url" ,
480
- "url" : " https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz" ,
481
- "provide-pre-built" : true ,
482
- "license" : {
483
- "type" : " file" ,
484
- "path" : " COPYING"
485
- }
486
- },
487
487
"libevent" : {
488
488
"type" : " ghrel" ,
489
489
"repo" : " libevent/libevent" ,
1017
1017
"path" : " COPYING"
1018
1018
}
1019
1019
},
1020
+ "watcher" : {
1021
+ "type" : " ghtar" ,
1022
+ "repo" : " e-dant/watcher" ,
1023
+ "prefer-stable" : true ,
1024
+ "license" : {
1025
+ "type" : " file" ,
1026
+ "path" : " license"
1027
+ }
1028
+ },
1020
1029
"xdebug" : {
1021
1030
"type" : " url" ,
1022
1031
"url" : " https://pecl.php.net/get/xdebug" ,
1097
1106
"type" : " file" ,
1098
1107
"path" : " LICENSE"
1099
1108
}
1100
- },
1101
- "watcher" : {
1102
- "type" : " ghtar" ,
1103
- "repo" : " e-dant/watcher" ,
1104
- "prefer-stable" : true ,
1105
- "license" : {
1106
- "type" : " file" ,
1107
- "path" : " license"
1108
- }
1109
1109
}
1110
1110
}
You can’t perform that action at this time.
0 commit comments