Source: openjpeg
Priority: extra
Maintainer: Thomas Schiex <empnessty@gmail.com>
Homepage: http://www.openjpeg.org
Build-Depends:
 debhelper (>= 9)
 , dh-apache2
 , cmake (>= 2.8.0)
 , javahelper (>= 0.37~)
 , openjdk-8-jdk
 , openjdk-8-jdk-headless
 , openjdk-8-jre
 , openjdk-8-jre-headless
 , libxerces2-java
 , libtiff-dev
 , libpng-dev
 , liblcms2-dev
 , zlib1g-dev
 , libfcgi-dev
 , libcurl4-gnutls-dev | libcurl-ssl-dev
 , doxygen
Build-Conflicts:
 default-jdk-headless
 , default-jre-headless
Standards-Version: 3.9.5
Section: libs
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-phototools/openjpeg.git
Vcs-Git: git://anonscm.debian.org/pkg-phototools/openjpeg.git

Package: libopenjpeg-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libopenjpeg5 (= ${binary:Version})
 , ${misc:Depends}
Description: development files for OpenJPEG, a JPEG 2000 image library - dev
 OpenJPEG is a library for handling the JPEG 2000 image compression format.
 JPEG 2000 is a wavelet-based image compression standard and permits progressive
 transmission by pixel and resolution accuracy for progressive downloads of an
 encoded image. It supports lossless and lossy compression, supports higher
 compression than JPEG 1991, and has resilience to errors in the image.
 .
 This is the development package

Package: libopenjpeg5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
Description: JPEG 2000 image compression/decompression library - runtime
 OpenJPEG is a library for handling the JPEG 2000 image compression format.
 JPEG 2000 is a wavelet-based image compression standard and permits progressive
 transmission by pixel and resolution accuracy for progressive downloads of an
 encoded image. It supports lossless and lossy compression, supports higher
 compression than JPEG 1991, and has resilience to errors in the image.
 .
 this is the runtime package

Package: libopenjpeg5-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: libopenjpeg5 (= ${binary:Version}), ${misc:Depends}
Description: debug symbols for libopenjpeg5, a JPEG 2000 image library
 This package contains the debug symbols to match the runtime component of the
 OpenJPEG library, allowing debugging of a program using OpenJPEG to
 access debugging details within the library itself.

Package: openjpeg-tools
Section: graphics
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command-line tools using the JPEG 2000 library
 This package provides with command-line tools allowing for conversions between
 several formats and also provides tools for encoding and decoding
 motion-jpeg2000 video formats:
 .
  - j2k_to_image: decodes j2k, jp2, and jpt files to pgm, ppm, pnm,
                  pgx, and bmp.
  - image_to_j2k: encodes pnm, pgm, pgx, bmp, and ppm files to j2k,
                  and jp2.
  - index_create: create jp2 with JPIP index file from a j2k file.
  - frames_to_mj2: convert YUV video streams to mj2 format.
  - mj2_to_frames: convert mj2 video streams to YUV format.
  - wrap_j2k_in_mj2: wrap j2k codestreams into mj2 format.
  - extract-j2k-from_mj2: extract j2k codestreams from the mj2 format.
