# -*- 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

name                libpano13
version             2.9.19
categories          graphics
platforms           darwin
maintainers         {gmail.com:freespace @freespace}
license             GPL-2+

description         The cross-platform library behind Panorama Tools

long_description    The panorama tools are mainly used to build panoramic images from a set of overlapping images. The usability extends beyond "just" building panoramas by far though. You can, for instance, use them to render an average of multiple images to broaden the dynamic range of the images or average out noise. You can also build object movies with them, morph between images and much more.

homepage            http://panotools.sourceforge.net/
master_sites        sourceforge:project/panotools/libpano13/libpano13-${version}/

checksums           rmd160  88b8770815d3a8bd41cfe367ae19daffcf2ec76a \
                    sha256  037357383978341dea8f572a5d2a0876c5ab0a83dffda431bd393357e91d95a8

depends_lib         port:jpeg \
                    port:tiff \
                    port:libpng \
                    port:zlib

configure.args      --with-jpeg=${prefix} \
                    --with-tiff=${prefix} \
                    --with-png=${prefix} \
                    --with-zlib=${prefix} \
                    --without-java

livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}