Commit graph

6 commits

Author SHA1 Message Date
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
obache
f81fe992b3 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]
2014-01-23 08:54:59 +00:00
obache
ddd0a40116 Exactly disable detection of unwanted optional tkinter support.
Bump PKGREVISION.
2013-12-28 02:53:46 +00:00
dholland
0426de9ba9 also requires py-Tk (ride previous commit) 2013-12-27 11:08:04 +00:00
dholland
0afdafb9fc Make this build properly with native X: it doesn't find freetype in
/usr/X11R7 on its own, and then the PLIST doesn't match, so pass in
${BUILDLINK_PREFIX.freetype2} explicitly.

Also, because if you have tk installed it finds it and then fails
because it isn't buildlinked, pull in tk and add the tk library to the
PLIST.

PKGREVISION -> 1
2013-12-27 10:02:35 +00:00
obache
172a313003 Import py-Pillow-2.2.1 as graphics/py-Pillow.
Pillow is the "friendly" PIL fork.
The Python Imaging Library (PIL) adds image processing capabilities to your
Python environment.  This library provides extensive file format support, an
efficient internal representation, and powerful image processing capabilities.
2013-12-07 12:56:52 +00:00