mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
471efe8604
is support for high dynamic range; it supports floating point pixels. This Python module provides bindings for the OpenEXR C++ libraries. They allow you to read and write OpenEXR files from Python. WWW: http://www.excamera.com/sphinx/articles-openexr.html PR: ports/151368 Submitted by: James Bowman <jamesb-bsd@acelere.net>
30 lines
711 B
Makefile
30 lines
711 B
Makefile
# New ports collection makefile for: py-openexr
|
|
# Date created: 10 October 2010
|
|
# Whom: James Bowman <jamesb-bsd@excamera.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openexr
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= http://excamera.com/files/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= OpenEXR-${PORTVERSION}
|
|
|
|
MAINTAINER= jamesb-bsd@excamera.com
|
|
COMMENT= Python module for ILM's OpenEXR image format and library
|
|
|
|
LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR
|
|
|
|
post-extract:
|
|
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= OpenEXR
|
|
MASTER_SITE_SUBDIR=source/O/OpenEXR
|
|
|
|
.include <bsd.port.mk>
|