31a0d4ff14
changes: + Added buffer interface support to the Path constructor + Added new ImageMath module. + Added pixel access object + Added support for duplex scanning to the Sane interface + Added save support for Spider images + Added float/double support to the TIFF loader + Added NumPy array interface support + Added experimental "floodfill" function to the ImageDraw module + Added threading support for the Sane driver -bugfixes
30 lines
907 B
Makefile
30 lines
907 B
Makefile
# $NetBSD: Makefile,v 1.22 2007/03/23 20:47:57 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= Imaging-1.1.6
|
|
PKGNAME= ${PYPKGPREFIX}-imagingtk-1.1.6
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= http://effbot.org/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pythonware.com/products/pil/
|
|
COMMENT= Tk support for the Python Imaging Library (PIL)
|
|
|
|
DIST_SUBDIR= python
|
|
PYDISTUTILSPKG= yes
|
|
BUILDLINK_API_DEPENDS.python20+= python20>=2.0.1nb4
|
|
PY_PATCHPLIST= yes
|
|
|
|
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${PYPKGPREFIX}-imaging
|
|
(cd ${WRKSRC}/Scripts; \
|
|
${INSTALL_DATA} enhancer.py painter.py player.py \
|
|
thresholder.py viewer.py \
|
|
${PREFIX}/share/examples/${PYPKGPREFIX}-imaging )
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../graphics/py-imaging/buildlink3.mk"
|
|
.include "../../x11/py-Tk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|