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 388
388
"path" : " LICENSE"
389
389
}
390
390
},
391
+ "jbig" : {
392
+ "type" : " url" ,
393
+ "url" : " https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz" ,
394
+ "provide-pre-built" : true ,
395
+ "license" : {
396
+ "type" : " file" ,
397
+ "path" : " COPYING"
398
+ }
399
+ },
391
400
"ldap" : {
392
401
"type" : " filelist" ,
393
402
"url" : " https://www.openldap.org/software/download/OpenLDAP/openldap-release/" ,
397
406
"path" : " LICENSE"
398
407
}
399
408
},
409
+ "lerc" : {
410
+ "type" : " ghtar" ,
411
+ "repo" : " Esri/lerc" ,
412
+ "prefer-stable" : true ,
413
+ "provide-pre-built" : true ,
414
+ "license" : {
415
+ "type" : " file" ,
416
+ "path" : " LICENSE"
417
+ }
418
+ },
400
419
"libacl" : {
401
420
"alt" : {
402
421
"type" : " url" ,
466
485
"path" : " COPYING"
467
486
}
468
487
},
469
- "lerc" : {
470
- "type" : " ghtar" ,
471
- "repo" : " Esri/lerc" ,
472
- "prefer-stable" : true ,
473
- "provide-pre-built" : true ,
474
- "license" : {
475
- "type" : " file" ,
476
- "path" : " LICENSE"
477
- }
478
- },
479
- "jbig" : {
480
- "type" : " url" ,
481
- "url" : " https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz" ,
482
- "provide-pre-built" : true ,
483
- "license" : {
484
- "type" : " file" ,
485
- "path" : " COPYING"
486
- }
487
- },
488
488
"libevent" : {
489
489
"type" : " ghrel" ,
490
490
"repo" : " libevent/libevent" ,
1018
1018
"path" : " COPYING"
1019
1019
}
1020
1020
},
1021
+ "watcher" : {
1022
+ "type" : " ghtar" ,
1023
+ "repo" : " e-dant/watcher" ,
1024
+ "prefer-stable" : true ,
1025
+ "license" : {
1026
+ "type" : " file" ,
1027
+ "path" : " license"
1028
+ }
1029
+ },
1021
1030
"xdebug" : {
1022
1031
"type" : " url" ,
1023
1032
"url" : " https://pecl.php.net/get/xdebug" ,
1098
1107
"type" : " file" ,
1099
1108
"path" : " LICENSE"
1100
1109
}
1101
- },
1102
- "watcher" : {
1103
- "type" : " ghtar" ,
1104
- "repo" : " e-dant/watcher" ,
1105
- "prefer-stable" : true ,
1106
- "license" : {
1107
- "type" : " file" ,
1108
- "path" : " license"
1109
- }
1110
1110
}
1111
1111
}
You can’t perform that action at this time.
0 commit comments