# -*- 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.30.1
github.tarball_from archive

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  c92a88a2724d012b1e22011a505d32d1b2c080a0 \
                sha256  fb3ccf71af838ed2a42c6ea669308a2adaba115ae9d5862dfb1e2865b43eb5b8 \
                size    531155

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}
