2020-05-10 16:49:43 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2020/05/10 14:49:43 rillig Exp $
|
2009-08-20 22:07:29 +02:00
|
|
|
|
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
|
|
|
DISTNAME= libpano13-2.9.19
|
2014-07-10 15:41:48 +02:00
|
|
|
PKGREVISION= 2
|
2009-08-20 22:07:29 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=panotools/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-03-20 12:57:44 +01:00
|
|
|
HOMEPAGE= http://panotools.sourceforge.net/
|
2009-08-20 22:07:29 +02:00
|
|
|
COMMENT= Cross-platform library behind Panorama Tools and other stitchers
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2014-07-10 15:41:48 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
|
|
|
USE_CMAKE= yes
|
2009-08-20 22:07:29 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2020-05-10 16:49:43 +02:00
|
|
|
TOOLS_BROKEN+= perl
|
2010-09-15 12:13:26 +02:00
|
|
|
PKGCONFIG_OVERRIDE= libpano13.pc.in
|
2009-08-20 22:07:29 +02:00
|
|
|
|
2014-01-09 11:40:18 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS" && empty(PKGSRC_COMPILER:Msunpro)
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-lsunmath
|
|
|
|
.endif
|
|
|
|
|
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"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|