pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-Pillow Update Pillow to 2.3.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/810fb24d634d
branches: trunk
changeset: 629537:810fb24d634d
user: obache <obache%pkgsrc.org@localhost>
date: Thu Jan 23 08:54:59 2014 +0000
description:
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:
graphics/py-Pillow/Makefile | 10 +++-------
graphics/py-Pillow/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 11 deletions(-)
diffs (43 lines):
diff -r 9802235a7ce6 -r 810fb24d634d graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile Thu Jan 23 06:51:32 2014 +0000
+++ b/graphics/py-Pillow/Makefile Thu Jan 23 08:54:59 2014 +0000
@@ -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 @@
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 -r 9802235a7ce6 -r 810fb24d634d graphics/py-Pillow/distinfo
--- a/graphics/py-Pillow/distinfo Thu Jan 23 06:51:32 2014 +0000
+++ b/graphics/py-Pillow/distinfo Thu Jan 23 08:54:59 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index