# $Id: Portfile 51021 2009-05-15 15:55:30Z and.damore@macports.org $

PortSystem      1.0

name            libpano13
version         2.9.12
categories      graphics

maintainers     freespace+macforge@gmail.com

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/
platforms       darwin

master_sites    sourceforge:panotools
checksums       md5 3ca4f7bfe5a7b0acd86901d502dee8ca \
                rmd160 04f491e17c09d86bf99dc1b03810a31bae965527

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

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