summaryrefslogtreecommitdiff
path: root/graphics/py-Pillow
diff options
context:
space:
mode:
authorobache <obache>2014-01-23 08:54:59 +0000
committerobache <obache>2014-01-23 08:54:59 +0000
commit80a13dcf634979162fdd423972a48b4466241a38 (patch)
tree8365747005661d947c2960f8b4d8aae099674c54 /graphics/py-Pillow
parent7923720d7aef2abb80a7655017f233abb41719f4 (diff)
downloadpkgsrc-80a13dcf634979162fdd423972a48b4466241a38.tar.gz
Update Pillow to 2.3.0.
Changelog (Pillow) ================== 2.3.0 (2014-01-01) ------------------ - Stop leaking filename parameter passed to getfont [jpharvey] - Report availability of LIBTIFF during setup and selftest [cgohlke] - Fix msvc build error C1189: "No Target Architecture" [cgohlke] - Fix memory leak in font_getsize [wiredfool] - Correctly prioritize include and library paths [ohanar] - Image.point fixes for numpy.array and docs [wiredfool] - Save the transparency header by default for PNGs [wiredfool] - Support for PNG tRNS header when converting from RGB->RGBA [wiredfool] - PyQT5 Support [wiredfool] - Updates for saving color tiffs w/compression using libtiff [wiredfool] - 2gigapix image fixes and redux [wiredfool] - Save arbitrary tags in Tiff image files [wiredfool] - Quote filenames and title before using on command line [tmccombs] - Fixed Viewer.show to return properly [tmccombs] - Documentation fixes [wiredfool] - Fixed memory leak saving images as webp when webpmux is available [cezarsa] - Fix compiling with FreeType 2.5.1 [stromnov] - Adds directories for NetBSD. [deepy] - Support RGBA TIFF with missing ExtraSamples tag [cgohlke] - Lossless WEBP Support [wiredfool] - Take compression as an option in the save call for tiffs [wiredfool] - Add support for saving lossless WebP. Just pass 'lossless=True' to save() [liftoff] - LCMS support upgraded from version 1 to version 2, fixes #343 [wiredfool] - Added more raw decoder 16 bit pixel formats [svanheulen] - Document remaining Image* modules listed in PIL handbook [irksep] - Document ImageEnhance, ImageFile, ImageFilter, ImageFont, ImageGrab, ImageMath, and ImageOps [irksep] - Port and update docs for Image, ImageChops, ImageColor, and ImageDraw [irksep] - Move or copy content from README.rst to docs/ [irksep] - Respect CFLAGS/LDFLAGS when searching for headers/libs [iElectric] - Port PIL Handbook tutorial and appendices [irksep] - Alpha Premultiplication support for transform and resize [wiredfool] - Fixes to make Pypy 2.1.0 work on Ubuntu 12.04/64 [wiredfool] 2.2.2 (2013-12-11) ------------------ - Fix #427: compiling with FreeType 2.5.1 [stromnov]
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r--graphics/py-Pillow/Makefile10
-rw-r--r--graphics/py-Pillow/distinfo8
2 files changed, 7 insertions, 11 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile
index d6901a98439..20f1cb0105a 100644
--- a/graphics/py-Pillow/Makefile
+++ b/graphics/py-Pillow/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2013/12/28 02:53:46 obache Exp $
+# $NetBSD: Makefile,v 1.5 2014/01/23 08:54:59 obache Exp $
#
-DISTNAME= Pillow-2.2.1
+DISTNAME= Pillow-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= https://pypi.python.org/packages/source/P/Pillow/
EXTRACT_SUFX= .zip
@@ -16,12 +15,9 @@ CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]*
PYTHON_VERSIONS_INCLUDE_3X= yes
-MAKE_ENV+= C_INCLUDE_PATH=${BUILDLINK_PREFIX.freetype2}/include
-MAKE_ENV+= LIBRARY_PATH=${BUILDLINK_PREFIX.freetype2}/lib
-
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/lcms/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../lang/python/egg.mk"
diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo
index d8f00b39228..d9e744067f3 100644
--- a/graphics/py-Pillow/distinfo
+++ b/graphics/py-Pillow/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2013/12/28 02:53:46 obache Exp $
+$NetBSD: distinfo,v 1.3 2014/01/23 08:54:59 obache Exp $
-SHA1 (Pillow-2.2.1.zip) = 94999c2b598d19b3f26ddc8f77530f8babab8bd0
-RMD160 (Pillow-2.2.1.zip) = 7750b2a81b0963576febc069628548626269fdd6
-Size (Pillow-2.2.1.zip) = 2231597 bytes
+SHA1 (Pillow-2.3.0.zip) = 0d3fdaa9a8a40a59a66c6057b9f91a3553db852e
+RMD160 (Pillow-2.3.0.zip) = 5aa8fca0ba7a5bc0c7c888e790743861b8cf5ada
+Size (Pillow-2.3.0.zip) = 2421241 bytes
SHA1 (patch-setup.py) = b70e3bec9f5c266a4864404a3a69f2da7b5e05c7