]> git.ipfire.org Git - ipfire-3.x.git/blob - jbig2dec/jbig2dec.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / jbig2dec / jbig2dec.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = jbig2dec
7 version = 0.19
8 release = 1.1
9
10 groups = System/Libraries
11 url = https://jbig2dec.com
12 license = AGPLv3+
13 summary = A decoder implementation of the JBIG2 image compression format
14
15 description
16 jbig2dec is a decoder implementation of the JBIG2 image compression format.
17 JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit
18 monochrome) images at moderately high resolution, and in particular scanned
19 paper documents. In this domain it is very efficient, offering compression
20 ratios on the order of 100:1.
21 end
22
23 source_dl = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/
24
25 build
26 requires
27 libpng-devel
28 zlib-devel
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-libs
36 template LIBS
37 end
38
39 package %{name}-devel
40 template DEVEL
41
42 requires
43 jbig2dec-libs = %{thisver}
44 end
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end