This commit is contained in:
DubbleClick
2025-07-18 14:04:55 +07:00
parent 5c44703f53
commit be0dbcd9eb
6 changed files with 79 additions and 1 deletions

View File

@@ -272,6 +272,18 @@
],
"cpp-library": true
},
"jbig": {
"source": "jbig",
"static-libs-unix": [
"libjbig.a",
"libjbig85.a"
],
"headers": [
"jbig.h",
"jbig85.h",
"jbig_ar.h"
]
},
"libacl": {
"source": "libacl",
"static-libs-unix": [
@@ -507,7 +519,8 @@
"libjpeg"
],
"lib-suggests-unix": [
"lerc"
"lerc",
"jbig"
]
},
"libuuid": {

View File

@@ -476,6 +476,15 @@
"path": "LICENSE"
}
},
"jbig": {
"type": "url",
"url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz",
"provide-pre-built": true,
"license": {
"type": "file",
"path": "COPYING"
}
},
"libevent": {
"type": "ghrel",
"repo": "libevent/libevent",