head 1.3; access; symbols pkgsrc-2014Q1:1.2.0.20 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.18 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.16 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.12 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.8 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.6 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.4 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.1.1.0.18 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.16 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.14 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.12 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.10 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.8 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.6 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.4 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2014.06.05.06.18.28; author adam; state dead; branches; next 1.2; commitid psiOI3sqtaeUwiDx; 1.2 date 2011.10.03.09.50.36; author adam; state Exp; branches; next 1.1; 1.1 date 2009.08.20.20.07.29; author adam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.08.20.20.07.29; author adam; state Exp; branches; next ; desc @@ 1.3 log @Changes 2.9.19: There have been lots of cleanups, fixes of compiler warnings, bugfixes, and general refactoring since 2.9.18, plus we have some new features: * There are new Tpy and Tpr parameters, these allow the 'mosaic mode' projection plane to be rotated relative to the panorama view. * Added Hammer output projection, see: https://en.wikipedia.org/wiki/Hammer_projection * Updated PSD functions to write PSB (large file) format too, note that this functionality is part of the PTmender tool and not available to Hugin/nona directly. * Various bugs have been fixed in these projections: triplane output, architectural output, orthographic output and Thoby input. * Other bugfixes that may be noticed are: a check for invalid resolutions in TIFF files, formating sequence for x86_64, cropping images that go outside the image boundary, and PSD and PICT image format improvements. * There have been fixes for building on various platforms: OS X 10.6/10.8, automake 1.12, MinGW, cmake, Visual Studio 2010 and Visual Studio 2012+ @ text @$NetBSD: patch-aa,v 1.2 2011/10/03 09:50:36 adam Exp $ --- configure.orig 2009-08-19 17:44:26.000000000 +0200 +++ configure @@@@ -10605,7 +10605,7 @@@@ case "${host_os}" in ;; *) PANO_WIN32_RESOURCE= - HSYS="${host_os}" + HSYS="linux" HCPU="${host_cpu}" ;; esac @ 1.2 log @Changes 2.9.18: * Added Thoby projection which models the Nikkor 10.5 lens. * Minor fixes for libpng-1.5, GNU Hurd, libtool 2.4, and powerpc command-line. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2009/08/20 20:07:29 adam Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -19311,7 +19311,7 @@@@ case "${host_os}" in @ 1.1.1.1 log @The pano13 library is the backend library used by many applications. Also included are: * PTOptimizer, a utility for optimising control points. * panoinfo a utility for querying the library version. * PTmender a replacement for PTStitcher. * PTblender implements just the colour and brightness correction of PTmender. * PTtiff2psd Converts a set of TIFF files into a PSD file. * PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files. @ text @@