[Lunar-commits] <moonbase> autopano-sift-C: new module alternative for mono autopano-sift
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:45 CET 2009
commit 378e773775e576087ced2e0abb583fadad1f64a2
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Sat Sep 13 08:40:46 2008 +0200
autopano-sift-C: new module alternative for mono autopano-sift
---
graphics/autopano-sift-C/BUILD | 10 ++++++++++
graphics/autopano-sift-C/DEPENDS | 1 +
graphics/autopano-sift-C/DETAILS | 17 +++++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/graphics/autopano-sift-C/BUILD b/graphics/autopano-sift-C/BUILD
new file mode 100644
index 0000000..f264a59
--- /dev/null
+++ b/graphics/autopano-sift-C/BUILD
@@ -0,0 +1,10 @@
+(
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
+
+make
+prepare_install
+make install
+
+) > $C_FIFO 2>&1
+
diff --git a/graphics/autopano-sift-C/DEPENDS b/graphics/autopano-sift-C/DEPENDS
new file mode 100644
index 0000000..1a837a8
--- /dev/null
+++ b/graphics/autopano-sift-C/DEPENDS
@@ -0,0 +1 @@
+depends libpano13
diff --git a/graphics/autopano-sift-C/DETAILS b/graphics/autopano-sift-C/DETAILS
new file mode 100644
index 0000000..83c8665
--- /dev/null
+++ b/graphics/autopano-sift-C/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=autopano-sift-C
+ VERSION=2.5.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/hugin/
+ SOURCE_VFY=sha1:9b210290bdc22ef04a61a27a89de136bb5c8d473
+ WEB_SITE=http://hugin.sourceforge.net
+ ENTERED=20080913
+ UPDATED=20080913
+ SHORT="creating panorama images"
+
+cat << EOF
+Panorama images are wide-angle images that amaze people: you often
+feel being inside the scene when watching a good panorama image.
+Creating such images is easy and everybody with a digital camera and
+a bit of patience can do it. Autopano-SIFT is there to make the
+creation of panorama images more fun.
+EOF
More information about the Lunar-commits
mailing list