Initial commit
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user