Files
packages/extra/jbigkit/jbigkit.toml
T
2026-03-21 12:43:00 -05:00

28 lines
732 B
TOML

[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" ]