# -*- 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.27.0
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  b6f551f991fe0af1c9ecc45ff6a942e1732d8edb \
                sha256  f6768e927d8e4e4884a2efcf500a88d1b6714a48d69516332a9256803a3c8343 \
                size    483754

cmake.out_of_source yes

depends_lib     port:tiff

compiler.c_standard 2011
compiler.cxx_standard 2011
# Wants compiler support for various Intel SIMD instructions
# https://trac.macports.org/ticket/73736
compiler.blacklist  {clang < 1100}
