Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[build]
type = "autotools"
[dependencies]
runtime = ["glibc"]
[[manual_sources]]
files = [
"0013-new-jbig.c-limit-s-maxmem-maximum-decoded-image-size.patch",
"0015-jbg_newlen-check-for-end-of-file-within-MARKER_NEWLE.patch",
]
[package]
description = "Data compression library/utilities for bi-level high-resolution images"
homepage = "https://www.cl.cam.ac.uk/~mgk25/jbigkit/"
license = "GPL-2.0-or-later"
name = "jbigkit"
version = "2.1"
[[source]]
extract_dir = "$name-$version"
patches = [
"0013-new-jbig.c-limit-s-maxmem-maximum-decoded-image-size.patch",
"0015-jbg_newlen-check-for-end-of-file-within-MARKER_NEWLE.patch",
]
url = "https://github.com/nu774/jbigkit.git"
post_extract = [ "autoreconf -fiv" ]