# -*- 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.1
PortGroup       github 1.0

github.setup    aous72 OpenJPH 0.27.3
github.tarball_from archive
revision        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).

checksums       rmd160  02c274e13a7cbeb33b1e59eb619533551d593f36 \
                sha256  f96808ef72cf3acca73a52123bda3e680f6550dfb4774ad7de57eb3ce26de57a \
                size    486878

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}
