pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libpano13 Changes 2.9.19:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b32da88fe2b9
branches:  trunk
changeset: 635404:b32da88fe2b9
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 05 06:18:28 2014 +0000

description:
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:

 graphics/libpano13/Makefile         |   5 ++---
 graphics/libpano13/buildlink3.mk    |   4 ++--
 graphics/libpano13/distinfo         |   9 ++++-----
 graphics/libpano13/patches/patch-aa |  13 -------------
 4 files changed, 8 insertions(+), 23 deletions(-)

diffs (62 lines):

diff -r 8370fad418ad -r b32da88fe2b9 graphics/libpano13/Makefile
--- a/graphics/libpano13/Makefile       Thu Jun 05 05:08:48 2014 +0000
+++ b/graphics/libpano13/Makefile       Thu Jun 05 06:18:28 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/01/09 10:40:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2014/06/05 06:18:28 adam Exp $
 
-DISTNAME=      libpano13-2.9.18
-PKGREVISION=   3
+DISTNAME=      libpano13-2.9.19
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=panotools/}
 
diff -r 8370fad418ad -r b32da88fe2b9 graphics/libpano13/buildlink3.mk
--- a/graphics/libpano13/buildlink3.mk  Thu Jun 05 05:08:48 2014 +0000
+++ b/graphics/libpano13/buildlink3.mk  Thu Jun 05 06:18:28 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2013/02/16 11:18:00 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2014/06/05 06:18:28 adam Exp $
 
 BUILDLINK_TREE+=       libpano13
 
@@ -6,7 +6,7 @@
 LIBPANO13_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libpano13+=      libpano13>=2.9.17
-BUILDLINK_ABI_DEPENDS.libpano13+=      libpano13>=2.9.18nb3
+BUILDLINK_ABI_DEPENDS.libpano13+=      libpano13>=2.9.19
 BUILDLINK_PKGSRCDIR.libpano13?=                ../../graphics/libpano13
 
 .include "../../mk/jpeg.buildlink3.mk"
diff -r 8370fad418ad -r b32da88fe2b9 graphics/libpano13/distinfo
--- a/graphics/libpano13/distinfo       Thu Jun 05 05:08:48 2014 +0000
+++ b/graphics/libpano13/distinfo       Thu Jun 05 06:18:28 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/10/03 09:50:36 adam Exp $
+$NetBSD: distinfo,v 1.7 2014/06/05 06:18:28 adam Exp $
 
-SHA1 (libpano13-2.9.18.tar.gz) = 23849bdbdfc9176a2b53d157e58bd24aa0e7276e
-RMD160 (libpano13-2.9.18.tar.gz) = 2309dc8d932a5ea80cb4b22bffa3e9d39539aa58
-Size (libpano13-2.9.18.tar.gz) = 2723032 bytes
-SHA1 (patch-aa) = ac998990f4210e13eebd79826573dd13b039d77d
+SHA1 (libpano13-2.9.19.tar.gz) = 85d8d94c96780fa5b6df2c2e4929f8d20557f128
+RMD160 (libpano13-2.9.19.tar.gz) = 88b8770815d3a8bd41cfe367ae19daffcf2ec76a
+Size (libpano13-2.9.19.tar.gz) = 3527845 bytes
diff -r 8370fad418ad -r b32da88fe2b9 graphics/libpano13/patches/patch-aa
--- a/graphics/libpano13/patches/patch-aa       Thu Jun 05 05:08:48 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index