4
4
Homepage: https://github.com/GrokImageCompression/grok
5
5
Build-Depends: cmake (>= 3.16.0),
6
6
debhelper-compat (= 13),
7
- doxygen,
8
7
help2man,
9
8
liblcms2-dev,
10
9
libpng-dev,
11
10
libzstd-dev,
12
11
libtiff-dev,
13
12
libturbojpeg0-dev,
14
13
zlib1g-dev
14
+ Build-Depends-Indep: doxygen
15
15
Standards-Version: 4.5.0
16
16
Section: libs
17
17
Vcs-Browser: https://github.com/GrokImageCompression/grok
@@ -29,20 +29,20 @@ Description: JPEG 2000 image compression/decompression library
29
29
progressive decoding by pixel and resolution accuracy.
30
30
It supports lossless and lossy compression and is resilient to image errors.
31
31
.
32
- This package contains the runtime files for Grok
32
+ This package contains the runtime files for Grok.
33
33
34
34
Package: libgrokj2k1-dev
35
35
Section: libdevel
36
36
Architecture: any
37
37
Depends: libgrokj2k1 (= ${binary:Version}), ${misc:Depends}
38
+ Recommends: libgrokj2k1-doc (= ${source:Version})
38
39
Description: development files for Grok, a JPEG 2000 image library
39
40
Grok is a library for handling the JPEG 2000 image compression format.
40
41
JPEG 2000 is a wavelet-based image compression standard that permits
41
42
progressive decoding by pixel and resolution accuracy.
42
43
It supports lossless and lossy compression and is resilient to image errors.
43
44
.
44
- This package contains the development files for Grok
45
-
45
+ This package contains the development files for Grok.
46
46
47
47
Package: grokj2k-tools
48
48
Section: graphics
@@ -58,3 +58,15 @@ Description: command-line tools for the Grok JPEG 2000 library
58
58
- grk_compress: encode pnm, pgm, pgx, bmp, or ppm file to j2k
59
59
or jp2 file.
60
60
- grk_dump: dump information contained in a j2k or jp2 file.
61
+
62
+ Package: libgrokj2k1-doc
63
+ Section: doc
64
+ Architecture: all
65
+ Depends: ${misc:Depends}
66
+ Description: documentation for the Grok JPEG 2000 library
67
+ Grok is a library for handling the JPEG 2000 image compression format.
68
+ JPEG 2000 is a wavelet-based image compression standard that permits
69
+ progressive decoding by pixel and resolution accuracy.
70
+ It supports lossless and lossy compression and is resilient to image errors.
71
+ .
72
+ This package contains the documentation for Grok.
0 commit comments