diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-10-09 16:43:16 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-10-09 16:43:16 +0000 |
commit | 1eadbc9dd74d884f363ce8f8f7ed9d9bbce49ed0 (patch) | |
tree | 89f457c33bfaf5d3f0d34cc5ca485ea07899954c /graphics/Makefile | |
parent | * Remove some unnecessary dependencies (diff) |
Add new port graphics/libpano13 - the successor of graphics/libpano12
This is the pano13 library, part of the Panorama Tools by Helmut
Dersch of the University of Applied Sciences Furtwangen.
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.
WWW: http://panotools.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=201186
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 386093ab6048..1e1bebef1ce1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -377,6 +377,7 @@ SUBDIR += libmorph SUBDIR += libopenraw SUBDIR += libpano12 + SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libqglviewer SUBDIR += libqrencode |