update to 1.1.5
changes:
+ Runs under Python 1.5.2 and newer, including 2.4. You may need
additional libraries to build under 1.5.2; see instructions below.
+ New build procedure. The setup.py file now configures and builds
the core library as well as the bindings, in one step.
+ Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files.
Stub drivers can identify the file format, but relies on
application-provided drivers to read or write images in that
format.
+ Added experimental "LA" mode support. An "LA" image is an "L"
image with an attached transparency layer.
+ Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter"
classes to the ImageFilter module.
+ Improved support for applications using multiple threads on
systems with multiple processors and/or hyperthreading processors.
+ Added EXIF GPSInfo read support for JPEG files.
+ Lots of bug fixes and performance tweaks.
pkgsrc note: freetype and tiff support isn't built yet, should be
separate pkgs
2005-10-12 16:48:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.24 2005/10/12 14:48:44 drochner Exp $
|
1998-12-27 00:42:01 +01:00
|
|
|
|
update to 1.1.5
changes:
+ Runs under Python 1.5.2 and newer, including 2.4. You may need
additional libraries to build under 1.5.2; see instructions below.
+ New build procedure. The setup.py file now configures and builds
the core library as well as the bindings, in one step.
+ Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files.
Stub drivers can identify the file format, but relies on
application-provided drivers to read or write images in that
format.
+ Added experimental "LA" mode support. An "LA" image is an "L"
image with an attached transparency layer.
+ Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter"
classes to the ImageFilter module.
+ Improved support for applications using multiple threads on
systems with multiple processors and/or hyperthreading processors.
+ Added EXIF GPSInfo read support for JPEG files.
+ Lots of bug fixes and performance tweaks.
pkgsrc note: freetype and tiff support isn't built yet, should be
separate pkgs
2005-10-12 16:48:44 +02:00
|
|
|
DISTNAME= Imaging-1.1.5
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-imaging-1.1.5
|
2004-07-22 11:15:59 +02:00
|
|
|
CATEGORIES= graphics python
|
2003-06-27 12:11:59 +02:00
|
|
|
MASTER_SITES= http://effbot.org/downloads/
|
1998-12-27 00:42:01 +01:00
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
1998-12-27 00:42:01 +01:00
|
|
|
HOMEPAGE= http://www.pythonware.com/products/pil/
|
2001-02-16 16:22:13 +01:00
|
|
|
COMMENT= PIL, the Python Imaging Library
|
1998-12-27 00:42:01 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= python
|
2002-09-03 22:31:02 +02:00
|
|
|
PYDISTUTILSPKG= yes
|
2002-01-19 18:34:24 +01:00
|
|
|
PY_PATCHPLIST= yes
|
1998-12-27 00:42:01 +01:00
|
|
|
|
2002-10-24 22:44:51 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${PYINC}/PIL
|
|
|
|
(cd ${WRKSRC}/libImaging; ${INSTALL_DATA} \
|
update to 1.1.5
changes:
+ Runs under Python 1.5.2 and newer, including 2.4. You may need
additional libraries to build under 1.5.2; see instructions below.
+ New build procedure. The setup.py file now configures and builds
the core library as well as the bindings, in one step.
+ Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files.
Stub drivers can identify the file format, but relies on
application-provided drivers to read or write images in that
format.
+ Added experimental "LA" mode support. An "LA" image is an "L"
image with an attached transparency layer.
+ Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter"
classes to the ImageFilter module.
+ Improved support for applications using multiple threads on
systems with multiple processors and/or hyperthreading processors.
+ Added EXIF GPSInfo read support for JPEG files.
+ Lots of bug fixes and performance tweaks.
pkgsrc note: freetype and tiff support isn't built yet, should be
separate pkgs
2005-10-12 16:48:44 +02:00
|
|
|
ImPlatform.h Imaging.h \
|
2002-10-24 22:44:51 +02:00
|
|
|
${PREFIX}/${PYINC}/PIL )
|
|
|
|
|
2002-09-22 01:46:45 +02:00
|
|
|
.include "../../lang/python/extension.mk"
|
2004-05-02 05:55:05 +02:00
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
1998-12-27 00:42:01 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|