summaryrefslogtreecommitdiff
path: root/graphics/libpano13/patches
diff options
context:
space:
mode:
authoradam <adam>2014-06-05 06:18:28 +0000
committeradam <adam>2014-06-05 06:18:28 +0000
commit9dd3e745a5028fe2b283400295ef762f684fa407 (patch)
tree02160e9b6e55a3c3122cf935f832fa7bc8e6f211 /graphics/libpano13/patches
parent1099502bf0199d305a93f4f9dffe3e307e06c8bc (diff)
downloadpkgsrc-9dd3e745a5028fe2b283400295ef762f684fa407.tar.gz
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+
Diffstat (limited to 'graphics/libpano13/patches')
-rw-r--r--graphics/libpano13/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/libpano13/patches/patch-aa b/graphics/libpano13/patches/patch-aa
deleted file mode 100644
index deb36e82253..00000000000
--- a/graphics/libpano13/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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