# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0
PortGroup       cmake 1.0
PortGroup       github 1.0

github.setup    aous72 OpenJPH 0.26.3
categories      graphics
license         BSD
maintainers     nomaintainer
description     Open-source implementation of JPEG2000 Part-15
long_description \
    Open source implementation of High-throughput JPEG2000 (HTJ2K), \
    also known as JPH, JPEG2000 Part 15, ISO/IEC 15444-15, and ITU-T \
    T.814. Here, we are interested in implementing the 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).

github.tarball_from archive
checksums       rmd160 1d72a70228281038ef3309222431c4d2bf038add \
                sha256 29de006da7f1e8cf0cd7c3ec424cf29103e465052c00b5a5f0ccb7e1f917bb3f

cmake.out_of_source yes

depends_lib     port:tiff
