~ubuntu-branches/ubuntu/trusty/hugin/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/51_ubuntu-autopano-sift

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-06 14:28:24 UTC
  • mfrom: (1.1.9 upstream) (0.1.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110106142824-zn9lxylg5z44dynn
* Drop Cyril Brulebois from Uploaders. Thank you very much for your work.
* Bump package version. (rc3 was re-released as 2010.4.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: hugin-2010.2.0+dfsg~rc2/src/hugin1/hugin/CPDetectorConfig_default.h
2
 
===================================================================
3
 
--- hugin-2010.2.0+dfsg~rc2.orig/src/hugin1/hugin/CPDetectorConfig_default.h    2010-11-08 07:13:52.000000000 +0100
4
 
+++ hugin-2010.2.0+dfsg~rc2/src/hugin1/hugin/CPDetectorConfig_default.h 2010-11-08 07:28:15.243482009 +0100
5
 
@@ -76,6 +76,7 @@
6
 
 #else 
7
 
   #if !defined MAC_SELF_CONTAINED_BUNDLE
8
 
     // Since medio 2008 the MacOSX bundle is built without patent/license restricted CP detectors.
9
 
+    {CPDetector_AutoPanoSift,wxT("Autopano-SIFT"),wxT("autopano-complete"),wxT("--points %p -o %o %i"),wxT(""),wxT(""), wxT(""), wxT(""), true},
10
 
     {CPDetector_AutoPanoSift,wxT("Autopano-SIFT-C"),wxT("autopano-noop"),wxT("--maxmatches %p --projection %f,%v %o %i"),wxT(""),wxT(""), wxT(""), wxT(""), true},
11
 
     {CPDetector_AutoPanoSift,wxT("Panomatic"),wxT("panomatic"),wxT("-o %o %i"),wxT(""),wxT(""), wxT(""), wxT(""), true},
12
 
     {CPDetector_AutoPanoSift,wxT("Match-n-shift"),wxT("match-n-shift"),wxT("-b -a -f %f -v %v -c -p %p -o %o %i"),wxT(""),wxT(""),wxT(""), wxT(""), true},