982266860e
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+
17 lines
510 B
Makefile
17 lines
510 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2014/06/05 06:18:28 adam Exp $
|
|
|
|
BUILDLINK_TREE+= libpano13
|
|
|
|
.if !defined(LIBPANO13_BUILDLINK3_MK)
|
|
LIBPANO13_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libpano13+= libpano13>=2.9.17
|
|
BUILDLINK_ABI_DEPENDS.libpano13+= libpano13>=2.9.19
|
|
BUILDLINK_PKGSRCDIR.libpano13?= ../../graphics/libpano13
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.endif # LIBPANO13_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libpano13
|