New commits:
commit 43cfdce65802b68f64b2ead04df339a779388664
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
hugin: Updated to version 0.7.0_rc6. Now used cmake.
Works with gcc 4.3.x
diff --git a/graphics/hugin/BUILD b/graphics/hugin/BUILD
index 925c73c..a2ef2bb 100755
--- a/graphics/hugin/BUILD
+++ b/graphics/hugin/BUILD
@@ -1,2 +1,2 @@
-OPTS="--enable-shared --enable-static=no $OPTS" &&
-default_build
\ No newline at end of file
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr -DHUGIN_SHARED=1
+make
diff --git a/graphics/hugin/DEPENDS b/graphics/hugin/DEPENDS
index a9e1128..41e0872 100755
--- a/graphics/hugin/DEPENDS
+++ b/graphics/hugin/DEPENDS
@@ -7,6 +7,7 @@ depends -sub THREAD boost &&
depends tiff &&
depends jpeg &&
depends libpng &&
+depends cmake &&
runtime_depends image-exiftool &&
suggest_depends autopano-sift-c "" "" "for control point generation"