File: control

package info (click to toggle)
jbig2enc 0.30-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,612 kB
  • sloc: cpp: 2,677; python: 176; makefile: 62; sh: 26
file content (92 lines) | stat: -rw-r--r-- 2,515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Source: jbig2enc
Section: utils
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 cmark-gfm <!nodoc>,
 d-shlibs (>= 0.109~),
 debhelper-compat (= 13),
 dpkg-dev (>= 1.22.5),
 help2man <!nodoc>,
 libgif-dev,
 libjpeg-dev,
 libleptonica-dev,
 libpng-dev,
 libtiff-dev,
 libwebp-dev,
 zlib1g-dev,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/jbig2enc.git
Vcs-Browser: https://salsa.debian.org/debian/jbig2enc
Homepage: https://github.com/agl/jbig2enc

Package: libjbig2enc0t64
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 link-grammar-dictionaries-en,
 minisat,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 link-grammar-dictionaries-all,
Provides:
 ${t64:Provides},
Replaces:
 libjbig2enc0,
Conflicts:
 libjbig2enc0 (<< ${source:Version}),
Description: encoder for JBIG2 - libraries
 jbig2enc is an encoder for JBIG2.
 .
 JBIG2 encodes bi-level (1 bpp) images
 using a number of clever tricks to get better compression than G4.
 This encoder can:
  * Generate JBIG2 files, or fragments for embedding in PDFs
  * Generic region encoding
  * Perform symbol extraction, classification and text region coding
  * Perform refinement coding and,
  * Compress multipage documents
 .
 This package contains the shared library.

Package: libjbig2enc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libjbig2enc0t64 (= ${binary:Version}),
 ${devlibs:Depends},
 ${misc:Depends},
Description: encoder for JBIG2 - development headers
 jbig2enc is an encoder for JBIG2.
 .
 JBIG2 encodes bi-level (1 bpp) images
 using a number of clever tricks to get better compression than G4.
 This encoder can:
  * Generate JBIG2 files, or fragments for embedding in PDFs
  * Generic region encoding
  * Perform symbol extraction, classification and text region coding
  * Perform refinement coding and,
  * Compress multipage documents
 .
 This package contains the header files and static libraries

Package: jbig2
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: encoder for JBIG2 - command-line tool
 jbig2enc is an encoder for JBIG2.
 .
 JBIG2 encodes bi-level (1 bpp) images
 using a number of clever tricks to get better compression than G4.
 This encoder can:
  * Generate JBIG2 files, or fragments for embedding in PDFs
  * Generic region encoding
  * Perform symbol extraction, classification and text region coding
  * Perform refinement coding and,
  * Compress multipage documents
 .
 This package provides the command-line tool jbig2.