Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (6c738363df4693ff7362974fac8acaf39cc124a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (6c738363df4693ff7362974fac8acaf39cc124a7)
  • Date: Mon, 21 Jul 2008 13:38:08 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
graphics/autopano-sift-c/BUILD | 2 ++
graphics/autopano-sift-c/DEPENDS | 7 +++++++
graphics/autopano-sift-c/DETAILS | 22 ++++++++++++++++++++++
graphics/autopano-sift-c/HISTORY | 6 ++++++
graphics/autopano-sift-c/PREPARE | 1 +
6 files changed, 41 insertions(+)

New commits:
commit 6c738363df4693ff7362974fac8acaf39cc124a7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

graphics/autopano-sift-c: a panorama photo creator #14585
spell by Jaeic Lee (yay for apprentices!)

diff --git a/ChangeLog b/ChangeLog
index 0b1e0a2..8bb37d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * graphics/autopano-sift-c: a panorama photo creator #14585
+
2008-07-21 Eric Sandall <sandalle AT sourcemage.org>
* e/e_module-itask-ng: Added an E17 full featured tasbkar

diff --git a/graphics/autopano-sift-c/BUILD b/graphics/autopano-sift-c/BUILD
new file mode 100755
index 0000000..ab54083
--- /dev/null
+++ b/graphics/autopano-sift-c/BUILD
@@ -0,0 +1,2 @@
+rm -rf doc/.svn &&
+cmake_build
diff --git a/graphics/autopano-sift-c/DEPENDS
b/graphics/autopano-sift-c/DEPENDS
new file mode 100755
index 0000000..8428c5e
--- /dev/null
+++ b/graphics/autopano-sift-c/DEPENDS
@@ -0,0 +1,7 @@
+depends libpano13 &&
+depends tiff &&
+depends jpeg &&
+depends libpng &&
+depends libxml2 &&
+depends cmake &&
+depends subversion
diff --git a/graphics/autopano-sift-c/DETAILS
b/graphics/autopano-sift-c/DETAILS
new file mode 100755
index 0000000..b7b5ba0
--- /dev/null
+++ b/graphics/autopano-sift-c/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=autopano-sift-c
+ if [ "$ASC_AUTOUPDATE" == "y" ] ; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=svn_http://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk/:$SOURCE_DIRECTORY
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ WEB_SITE="http://wiki.panotools.org/Autopano-sift-C";
+ LICENSE[0]=GPL
+ ENTERED=20080722
+ SHORT="C port of autopano-sift"
+cat << EOF
+autopano-sift-C is a C port of the C#-based panorama image generator.
+It is somewhat faster and doesn't require a C# runtime.
+Additionally, autopano-sift-C has experimental modifications
+to perform feature identification in conformal image space,
+this helps with wide angle or fisheye Projection photographs.
+EOF
diff --git a/graphics/autopano-sift-c/HISTORY
b/graphics/autopano-sift-c/HISTORY
new file mode 100644
index 0000000..bd7fd5d
--- /dev/null
+++ b/graphics/autopano-sift-c/HISTORY
@@ -0,0 +1,6 @@
+2008-07-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: delete the .svn dir and don't call prepare_cmake_build
+
+2008-07-22 Jaeic Lee <zeraxeal AT gmail.com>
+ * DEPENDS, DETAILS, HISTORY, BUILD, PREPARE: spell created
+
diff --git a/graphics/autopano-sift-c/PREPARE
b/graphics/autopano-sift-c/PREPARE
new file mode 100755
index 0000000..cd8a147
--- /dev/null
+++ b/graphics/autopano-sift-c/PREPARE
@@ -0,0 +1 @@
+config_query ASC_AUTOUPDATE "Update on every system update?" n



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (6c738363df4693ff7362974fac8acaf39cc124a7), Jaka Kranjc, 07/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page