ports/123588: graphics:hugin: patch for autopano

Dmitry Morozovsky marck at FreeBSD.org
Sun May 11 08:40:01 UTC 2008


>Number:         123588
>Category:       ports
>Synopsis:       graphics:hugin: patch for autopano
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 11 08:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 6-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 6-STABLE 


>Description:

autopano-complete on FreeBSD does not recognize long options; it does not have
.sh extension either.

>How-To-Repeat:

Install hugin. Try to stich a pano. Observe an error in image analyze phase.

>Fix:


Index: files/patch-src_include_hugin_config__defaults.h
===================================================================
RCS file: files/patch-src_include_hugin_config__defaults.h
diff -N files/patch-src_include_hugin_config__defaults.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src_include_hugin_config__defaults.h	11 May 2008 08:31:21 -0000
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- src/include/hugin/config_defaults.h.orig
++++ src/include/hugin/config_defaults.h
+@@ -150,8 +150,8 @@
+ #define HUGIN_APKOLOR_EXE                     ""
+ #define HUGIN_APKOLOR_ARGS                    ""
+ 
+-#define HUGIN_APSIFT_EXE                      "autopano-complete.sh"
+-#define HUGIN_APSIFT_ARGS                     "--output %o --points %p %i"
++#define HUGIN_APSIFT_EXE                      "autopano-complete"
++#define HUGIN_APSIFT_ARGS                     "-o %o -p %p %i"
+ #define HUGIN_STITCHER_RUN_EDITOR             0l
+ #define HUGIN_STITCHER_EDITOR                 "gimp-remote"
+ #define HUGIN_STITCHER_EDITOR_ARGS            "%f"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list