[74965] trunk/dports/graphics/hugin-app/Portfile

jmr at macports.org jmr at macports.org
Sun Jan 9 19:23:37 PST 2011


Revision: 74965
          http://trac.macports.org/changeset/74965
Author:   jmr at macports.org
Date:     2011-01-09 19:23:30 -0800 (Sun, 09 Jan 2011)
Log Message:
-----------
hugin-app: update to 2010.4.0, use cmake portgroup, add co-maintainer, set 32-bit supported_archs, simplify dependencies (#27846)

Modified Paths:
--------------
    trunk/dports/graphics/hugin-app/Portfile

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2011-01-10 03:17:59 UTC (rev 74964)
+++ trunk/dports/graphics/hugin-app/Portfile	2011-01-10 03:23:30 UTC (rev 74965)
@@ -1,13 +1,13 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup cmake	1.0
 
 name			hugin-app
-svn.revision		2903
-version			7.0-${svn.revision}
-revision		2
+version			2010.4.0
 categories		graphics
-maintainers		auckland.ac.nz:p.schmiedeskamp
+maintainers		gmail.com:hvdwolf \
+			auckland.ac.nz:p.schmiedeskamp
 description		Panorama photo stitcher
 long_description	An easy to use cross-platform panoramic imaging \
 			toolchain based on Panorama Tools. With hugin you \
@@ -17,31 +17,27 @@
 
 homepage		http://hugin.sourceforge.net
 platforms		darwin
+supported_archs	i386 ppc
 
-fetch.type		svn
-svn.url			http://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk
+master_sites		sourceforge:hugin
+distname 		hugin-${version}
+use_bzip2		yes
 
-worksrcdir		trunk
-
-depends_build		port:cmake
-
 depends_lib		port:boost \
-			port:tiff \
-			port:jpeg \
-			port:libpng \
 			port:wxWidgets \
 			port:openexr \
 			port:exiv2 \
-			port:libpano13
+			port:libpano13 \
+			port:glew
 
-depends_run		port:autopano-sift-c \
-			port:enblend \
+depends_run		port:enblend \
 			port:p5-image-exiftool
 
-configure.cmd		cmake
-configure.pre_args
+checksums		md5 bfd716655461987312b2f2f00c90dcc5 \
+			sha1 47f25c0a8b97c27108e567bcd22203c87f268d07 \
+			rmd160 f97b8d37470443eb81c3e915e5f5efa91227b135
 
-patchfiles		patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff
-
-configure.args		-DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
-			-DHUGIN_SHARED:BOOL=OFF
+# As we are dependent on wxWidgets we can't build universal even though
+# hugin itself does allow it
+universal_variant	no
+use_parallel_build	no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110109/6717eb49/attachment.html>


More information about the macports-changes mailing list