diff options
author | drochner <drochner@pkgsrc.org> | 2003-06-27 10:11:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-06-27 10:11:59 +0000 |
commit | a255fa18f62ce05c8086ef4908f702f8b1f9940b (patch) | |
tree | 6741859f56bce3ab025bc48aa357b4d085043e3d /graphics/py-imaging/Makefile | |
parent | e1f6018a66cd36279db94dfd735e1e4c54e9aa19 (diff) | |
download | pkgsrc-a255fa18f62ce05c8086ef4908f702f8b1f9940b.tar.gz |
update to 1.1.4
changes:
Version 1.1.4 adds improved build scripts, truetype/opentype font support,
memory mapping support also for non-Windows platforms, screen and clipboard
grabbing on Windows, support for CSS-style color strings, support for
IPTC/NAA and EXIF metadata, and more.
pkgsrc note:
We don't build the truetype component yet -- this might go into a separate
pkg to get more finegrained dependencies.
(Py-Imaging is supposed to work offline to, ie w/o X11.)
Diffstat (limited to 'graphics/py-imaging/Makefile')
-rw-r--r-- | graphics/py-imaging/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 85b44d03574..1269ffc8080 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2002/10/24 20:44:51 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2003/06/27 10:11:59 drochner Exp $ -DISTNAME= Imaging-1.1.3 -PKGNAME= ${PYPKGPREFIX}-imaging-1.1.3 +DISTNAME= Imaging-1.1.4 +PKGNAME= ${PYPKGPREFIX}-imaging-1.1.4 CATEGORIES= graphics -MASTER_SITES= http://www.pythonware.com/downloads/ +MASTER_SITES= http://effbot.org/downloads/ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.pythonware.com/products/pil/ |