pkgsrc/graphics/hugin/patches/patch-src_hugin__script__interface_hsi.i
adam d7b2208231 The version 2017.0 is mainly a bug fix release. The biggest fixes regard:
* Several fixes for working with HDR images (display in GUI, photometric optimizer, handling of under/over exposured pixels in merging code).
* Fixes handling of masks in cpfind when images needs remapping for cp finding.
* Sometimes unsaved changes were disregarded without asking the user (e.g. when loading a project via the recently used projects list). Unsaved changes should now always require user confirmation.

Besides the bug fixes some smaller improvements have been implemented.
* Optimizer tabs uses now checkboxes instead of bold underlined font for marking of variables to be optimized.
* Use wxWidgets help windows instead of default browser (Linux&Mac only, this provides table of content, index and full text search in help files).
* Added special assistant variant for single image projects.
* Display of final panorama dimensions on stitcher tab.
* Extended the user defined output sequences:
  - The shipped user defined output sequences are exposed in the GUI as own sub-menu.
  - Added some more user defined output sequences (layered TIFF, cube faces).
  - Added new placeholder %sourceimage% to user defined output sequence.
2017-07-03 20:48:03 +00:00

14 lines
407 B
OpenEdge ABL

$NetBSD: patch-src_hugin__script__interface_hsi.i,v 1.1 2017/07/03 20:48:04 adam Exp $
Vigra's class VT1 conflicts with '#define VT1' from sys/termios.h.
--- src/hugin_script_interface/hsi.i.orig 2017-06-01 22:41:27.000000000 +0000
+++ src/hugin_script_interface/hsi.i
@@ -27,6 +27,7 @@
%{
#define SWIG_FILE_WITH_INIT
+#undef VT1
#include <hugin_shared.h>
#include <appbase/DocumentData.h>