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+
2014-06-05 08:18:28 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.12 2014/06/05 06:18:28 adam Exp $
|
2009-08-20 22:07:29 +02:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= libpano13
|
|
|
|
|
|
|
|
.if !defined(LIBPANO13_BUILDLINK3_MK)
|
|
|
|
LIBPANO13_BUILDLINK3_MK:=
|
|
|
|
|
2010-09-15 12:13:26 +02:00
|
|
|
BUILDLINK_API_DEPENDS.libpano13+= libpano13>=2.9.17
|
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+
2014-06-05 08:18:28 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.libpano13+= libpano13>=2.9.19
|
2009-08-20 22:07:29 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.libpano13?= ../../graphics/libpano13
|
|
|
|
|
2010-12-23 12:44:24 +01:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
2009-08-20 22:07:29 +02:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
|
|
.endif # LIBPANO13_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -libpano13
|