head 1.5; access; symbols pkgsrc-2015Q3:1.4.0.38 pkgsrc-2015Q3-base:1.4 pkgsrc-2015Q2:1.4.0.36 pkgsrc-2015Q2-base:1.4 pkgsrc-2015Q1:1.4.0.34 pkgsrc-2015Q1-base:1.4 pkgsrc-2014Q4:1.4.0.32 pkgsrc-2014Q4-base:1.4 pkgsrc-2014Q3:1.4.0.30 pkgsrc-2014Q3-base:1.4 pkgsrc-2014Q2:1.4.0.28 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.26 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.24 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.22 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.20 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.18 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.16 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.14 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.12 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.10 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.8 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.6 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.2 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.3.0.2 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.2.0.6 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.4 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.1.0.2 pkgsrc-2009Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2015.10.18.15.56.56; author adam; state dead; branches; next 1.4; commitid h5cx3zPziqAXEBFy; 1.4 date 2011.01.12.11.46.28; author adam; state Exp; branches; next 1.3; 1.3 date 2010.10.19.10.33.39; author adam; state Exp; branches; next 1.2; 1.2 date 2010.01.17.08.24.27; author adam; state Exp; branches; next 1.1; 1.1 date 2009.10.14.12.41.04; author adam; state Exp; branches; next ; desc @@ 1.5 log @Changes 2015.0.0: Hugin 2015.0 has a number of new features. Most of the changes are under the hood to improve stability, allow easier maintenance and easier addition of new features. The makefile based stitching engine has been replaced with direct calls to the underlying programs. This should reduce the overhead of calling the same program too often and so speed up the whole process. Hopefully this also allows the usage of more unusual characters in the filename. Instead of pto2mk and make we now have hugin_executor which can also be used for running the assistant from the command line. Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'. verdandi can be chosen as the blender by choosing "builtin" in the stitcher tab, and can also be set in the Preferences. verdandi can also be called as a command line tool. The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention. Geometric distortion and vignetting data have to be loaded manually. The fast preview window has a new tool to add or remove control points to selected areas in the output projection. Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks. The fine-tune and auto-estimate functions in the control point tab have been made projection aware. It should now work also with images with different fov or different projections. The fine-tune feature has had a significant speed up when Hugin is compiled with the libfftw3 library (optional). PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode. PTBatcherGUI now shows the thumbnails when searching for images in directories. Many of the underlying tools in hugin are now able to use available cpu cores. @ text @$NetBSD: patch-ac,v 1.4 2011/01/12 11:46:28 adam Exp $ --- CMakeLists.txt.orig 2010-09-28 22:06:42.000000000 +0000 +++ CMakeLists.txt @@@@ -319,7 +319,7 @@@@ IF (NOT MANDIR AND NOT $ENV{MANDIR} STRE ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "NetBSD") SET (MANDIR "man") ELSE(NOT MANDIR AND NOT $ENV{MANDIR} STREQUAL "") - SET (MANDIR "share/man") + SET (MANDIR "man") ENDIF(NOT MANDIR AND NOT $ENV{MANDIR} STREQUAL "") SET(LOCALEDIR share/locale) @@@@ -355,16 +355,6 @@@@ IF (APPLE) ENDIF (NOT MAC_SELF_CONTAINED_BUNDLE) ENDIF (APPLE) -IF (${HUGIN_SHARED} AND UNIX AND NOT APPLE) - SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}/hugin") - SET(HUGIN_LIBS_PRIVATE_DIR "1" CACHE INTERNAL "Store internal - libraries in private subdirectory" ) -ELSE (${HUGIN_SHARED} AND UNIX AND NOT APPLE) - # On OS X files are moved around after make install, do not try to use - # rpath or CMAKE_INSTALL_NAME_DIR - SET(HUGIN_LIBS_PRIVATE_DIR "0" CACHE INTERNAL "Store internal - libraries in private subdirectory" ) -ENDIF (${HUGIN_SHARED} AND UNIX AND NOT APPLE) IF (UNIX) IF (${HUGIN_SHARED}) @ 1.4 log @Changes 2010.4.0: * Built-in Control Points Generator * Improved Unattended Operation * Improved Interaction and Functionality * Improved Reporting of Stitching and System Information * New Command-Line Tools * Refactored Makefile Library * Libraries and Build Improvements * Migration to Launchpad * New Visuals @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2010/10/19 10:33:39 adam Exp $ @ 1.3 log @Changes 2010.2.0: It delivers some major new features, completes integration of projects from the 2009 Google Summer of Code, and includes many general improvements. @ text @d1 1 a1 1 $NetBSD$ d14 17 @ 1.2 log @Changes 2009.4.0: * Automatic lens calibration * Control point cleaning * Updated translations * Other improvements @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2009-12-01 22:39:05.000000000 +0000 d5 2 a6 2 @@@@ -283,7 +283,7 @@@@ IF (NOT MANDIR AND NOT $ENV{MANDIR} STRE ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") @ 1.1 log @Changes 2009.2.0: The last release in July 2009 introduced several major new features, but took a long time to arrive. This release follows quickly with the intention of tracking development better with more frequent releases, even so we still have some great new features and smaller improvements: * Hardware accelerated stitching * Control point creator presets * Exposure layer fusion * Visual control points * EXIF metadata display @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2009-09-30 23:05:05.000000000 +0200 d5 7 a11 10 @@@@ -268,10 +268,8 @@@@ SET(BINDIR bin) IF("$ENV{MANDIR}") SET (MANDIR "$ENV{MANDIR}") -ELSEIF(CMAKE_SYSTEM_NAME=="FreeBSD") - SET (MANDIR "man") ELSE("$ENV{MANDIR}") - SET (MANDIR "share/man") + SET (MANDIR "man") ENDIF("$ENV{MANDIR}") @