[35398] trunk/dports/graphics

simon at macports.org simon at macports.org
Thu Mar 27 09:22:36 PDT 2008


Revision: 35398
          http://trac.macosforge.org/projects/macports/changeset/35398
Author:   simon at macports.org
Date:     2008-03-27 09:22:35 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
graphics/hugin-app: New port, closes #14413. Thanks to peter at thoughtspot.net.

Added Paths:
-----------
    trunk/dports/graphics/hugin-app/
    trunk/dports/graphics/hugin-app/Portfile
    trunk/dports/graphics/hugin-app/files/
    trunk/dports/graphics/hugin-app/files/patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff

Added: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	                        (rev 0)
+++ trunk/dports/graphics/hugin-app/Portfile	2008-03-27 16:22:35 UTC (rev 35398)
@@ -0,0 +1,48 @@
+# $Id$
+
+PortSystem 1.0
+
+name			hugin-app
+svn.tag			2903
+version			7.0-${svn.tag}
+revision		0
+categories		graphics
+maintainers		p.schmiedeskamp at auckland.ac.nz
+description		Panorama photo stitcher
+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.
+
+homepage		http://hugin.sourceforge.net
+platforms		darwin
+
+fetch.type		svn
+svn.url			http://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk
+
+worksrcdir		trunk
+
+depends_build		port:cmake \
+			bin:svn:subversion
+
+depends_lib		port:boost \
+			port:tiff \
+			port:jpeg \
+			port:libpng \
+			port:wxWidgets \
+			port:openexr \
+			port:exiv2 \
+			port:libpano13
+
+depends_run		port:autopano-sift-c \
+			port:enblend \
+			port:p5-image-exiftool
+
+configure.cmd		cmake
+configure.pre_args
+
+patchfiles		patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff
+
+configure.args		-DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
+			-DHUGIN_SHARED:BOOL=OFF


Property changes on: trunk/dports/graphics/hugin-app/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/graphics/hugin-app/files/patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff
===================================================================
--- trunk/dports/graphics/hugin-app/files/patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff	                        (rev 0)
+++ trunk/dports/graphics/hugin-app/files/patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff	2008-03-27 16:22:35 UTC (rev 35398)
@@ -0,0 +1,26 @@
+Index: src/hugin_base/algorithms/panorama_makefile/PanoramaMakefileExport.cpp
+===================================================================
+--- src/hugin_base/algorithms/panorama_makefile/PanoramaMakefileExport.cpp	(revision 2903)
++++ src/hugin_base/algorithms/panorama_makefile/PanoramaMakefileExport.cpp	(working copy)
+@@ -196,15 +196,15 @@
+     o << endl;
+ 
+     o << "ENBLEND_LDR_COMP=";
+-    if (opts.outputImageTypeCompression.size() != 0) {
+-        o << "--compression " << opts.outputImageTypeCompression;
+-    }
++//    if (opts.outputImageTypeCompression.size() != 0) {
++//        o << "--compression " << opts.outputImageTypeCompression;
++//    }
+     o << endl;
+ 
+     o << "ENBLEND_HDR_COMP=";
+-    if (opts.outputImageTypeHDRCompression.size() != 0) {
+-        o << "--compression " << opts.outputImageTypeHDRCompression;
+-    }
++//    if (opts.outputImageTypeHDRCompression.size() != 0) {
++//        o << "--compression " << opts.outputImageTypeHDRCompression;
++//    }
+     o << endl;
+ 
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/adf90f3d/attachment.html 


More information about the macports-changes mailing list