pkgsrc/graphics/openexr/Makefile
wiz 9ae26ce342 openexr: update to 3.1.5.
## Version 3.1.5 (April 11, 2022)

Patch release that address various bug/build/doc issues:

* Add backwards-compatibilty flags to the core library to match
  original behavior of the the c++ library. Fixes reading of certain
  files by the new core.
* Fix build failures on MSVC14 and MSVC 2022
* Fix build failure on latest 64-bit Ubuntu
* Documentation refers to primary branch as "main"
* Update the CI workflow matrix to VFX-CY2022
* Update auto-fetch Imath version to v3.1.5
2022-04-20 20:29:54 +00:00

34 lines
779 B
Makefile

# $NetBSD: Makefile,v 1.46 2022/04/20 20:29:54 wiz Exp $
DISTNAME= openexr-3.1.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
GITHUB_PROJECT= openexr
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://www.openexr.com/
COMMENT= High dynamic-range (HDR) image file format library and tools
LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c c++14
# C++14
GCC_REQD+= 6
PKGCONFIG_OVERRIDE= cmake/OpenEXR.pc.in
PTHREAD_OPTS= require
CHECK_PORTABILITY_SKIP+= Contrib/DtexToExr/bootstrap
CHECK_PORTABILITY_SKIP+= util/reformat.sh
.include "../../mk/pthread.buildlink3.mk"
#LIBS.SunOS+= -lm
#LIBS.IRIX+= -lmx
.include "../../devel/zlib/buildlink3.mk"
.include "../../math/imath/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"