1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name hugin-app |
---|
6 | svn.tag 2903 |
---|
7 | version 7.0-${svn.tag} |
---|
8 | revision 0 |
---|
9 | categories graphics |
---|
10 | maintainers p.schmiedeskamp@auckland.ac.nz |
---|
11 | description Panorama photo stitcher |
---|
12 | long_description An easy to use cross-platform panoramic imaging toolchain based on Panorama Tools. With hugin you can assemble a mosaic of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more. |
---|
13 | |
---|
14 | homepage http://hugin.sourceforge.net |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | fetch.type svn |
---|
18 | svn.url http://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk |
---|
19 | |
---|
20 | worksrcdir trunk |
---|
21 | |
---|
22 | depends_build port:cmake \ |
---|
23 | bin:svn:subversion |
---|
24 | |
---|
25 | depends_lib port:boost \ |
---|
26 | port:tiff \ |
---|
27 | port:jpeg \ |
---|
28 | port:libpng \ |
---|
29 | port:wxWidgets \ |
---|
30 | port:openexr \ |
---|
31 | port:exiv2 \ |
---|
32 | port:libpano13 |
---|
33 | |
---|
34 | depends_run port:autopano-sift-c \ |
---|
35 | port:enblend \ |
---|
36 | port:p5-image-exiftool |
---|
37 | |
---|
38 | configure.cmd cmake |
---|
39 | configure.pre_args |
---|
40 | |
---|
41 | patchfiles patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp |
---|
42 | |
---|
43 | configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ |
---|
44 | -DHUGIN_SHARED:BOOL=OFF |
---|