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
|
Source: openjph
Section: libs
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
help2man,
libtiff-dev,
doxygen,
Standards-Version: 4.7.2
Homepage: https://github.com/aous72/OpenJPH
Vcs-Git: https://salsa.debian.org/debian-phototools-team/openjph.git
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/openjph
Rules-Requires-Root: no
Package: libopenjph0.21
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: HTJ2K image compression/decompression library (runtime files)
Implementation of High-throughput JPEG2000 (HTJ2K), also known as JPH, JPEG2000
Part 15, ISO/IEC 15444-15, and ITU-T T.814. This library only implements HTJ2K
only, supporting features that are defined in JPEG2000 Part 1 (for example, for
wavelet transform, only reversible 5/3 and irreversible 9/7 are supported).
.
This package installs the runtime files.
Package: libopenjph-dev
Architecture: any
Section: libdevel
Pre-Depends: ${misc:Pre-Depends}
Depends: libopenjph0.21 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: HTJ2K image compression/decompression library (developer files)
Implementation of High-throughput JPEG2000 (HTJ2K), also known as JPH, JPEG2000
Part 15, ISO/IEC 15444-15, and ITU-T T.814. This library only implements HTJ2K
only, supporting features that are defined in JPEG2000 Part 1 (for example, for
wavelet transform, only reversible 5/3 and irreversible 9/7 are supported).
.
This package installs the development files.
Package: openjph-tools
Architecture: any
Section: graphics
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: HTJ2K image compression/decompression library (command line tools)
Implementation of High-throughput JPEG2000 (HTJ2K), also known as JPH, JPEG2000
Part 15, ISO/IEC 15444-15, and ITU-T T.814. This library only implements HTJ2K
only, supporting features that are defined in JPEG2000 Part 1 (for example, for
wavelet transform, only reversible 5/3 and irreversible 9/7 are supported).
.
This package installs the command line utilities.
Package: openjph-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Description: HTJ2K image compression/decompression library (documentation files)
Implementation of High-throughput JPEG2000 (HTJ2K), also known as JPH, JPEG2000
Part 15, ISO/IEC 15444-15, and ITU-T T.814. This library only implements HTJ2K
only, supporting features that are defined in JPEG2000 Part 1 (for example, for
wavelet transform, only reversible 5/3 and irreversible 9/7 are supported).
.
This package installs the documentation files.
|