Date: Sun, 11 May 2008 12:34:29 +0400 (MSD) From: Dmitry Morozovsky <marck@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vd@FreeBSD.org Subject: ports/123588: graphics:hugin: patch for autopano Message-ID: <200805110834.m4B8YT2o024496@woozle.rinet.ru> Resent-Message-ID: <200805110840.m4B8e0je092314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805110834.m4B8YT2o024496>