Package: python-imaging Version: 1.1.4-3 Severity: wishlist Tags: patch
Please consider adding support for Python 2.4. A trivial patch against the current version is attached. I have tested this, and the library loads without complaint into 2.4. However, I don't use it myself (I am doing this for someone else) so cannot test it further. I will report any problems with 2.4 usage to this bug report. Faheem. Thu Jan 27 16:20:21 EST 2005 [EMAIL PROTECTED] * add support for Python 2.4 diff -rN -u debian-old/control debian-new/control --- debian-old/control 2005-01-27 16:20:58.000000000 -0500 +++ debian-new/control 2005-01-27 16:15:05.000000000 -0500 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Matthias Urlichs <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: tk8.4-dev, python, python2.1-dev, python2.2-dev, python2.3-dev, python2.1-tk, python2.2-tk, python2.3-tk, libsane-dev, libfreetype6-dev, libjpegg-dev, zlib1g-dev, debhelper (>= 4) +Build-Depends: tk8.4-dev, python, python2.1-dev, python2.2-dev, python2.3-dev, python2.4-dev, python2.1-tk, python2.2-tk, python2.3-tk, python2.4-tk, libsane-dev, libfreetype6-dev, libjpegg-dev, zlib1g-dev, debhelper (>= 4) Package: python-imaging Section: graphics @@ -237,3 +237,59 @@ as flatbed scanners and digital cameras. . This is the Python 2.3 version of the package. + +Package: python2.4-imaging +Section: graphics +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends}, mime-support | python2.4-imaging-tk +Suggests: python-imaging-doc +Replaces: pil, python-pil +Conflicts: pil, python-pil +Description: Python Imaging Library + The Python Imaging Library (PIL) adds an image object to your Python + interpreter. You can load images from a variety of file formats, and + apply a rich set of image operations to them. + . + Image Objects: + o Bilevel, greyscale, palette, true colour (RGB), true colour with + transparency (RGBA). + o colour separation (CMYK). + o Copy, cut, paste operations. + o Flip, transpose, resize, rotate, and arbitrary affine transforms. + o Transparency operations. + o Channel and point operations. + o Colour transforms, including matrix operations. + o Image enhancement, including convolution filters. + . + File Formats: + o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, + MSP, PDF, PNG, PPM, TIFF, XBM. + o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, + MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. + o Save only: PDF, EPS (without ghostscript). + . + This is the Python 2.4 version of the package. + +Package: python2.4-imaging-tk +Section: graphics +Architecture: any +Depends: python2.4-imaging (= ${Source-Version}), python2.4-tk, ${python:Depends}, ${shlibs:Depends} +Replaces: python-imaging (<< 1.0.1-3) +Suggests: python-imaging-doc +Description: Python Imaging Library ImageTk Module + Python Imaging Library (PIL) class to display images as Tkinter bitmaps. + . + This is the Python 2.4 version of the package. + +Package: python2.4-imaging-sane +Section: graphics +Architecture: any +Depends: python2.4-imaging (= ${Source-Version}), ${python:Depends}, ${shlibs:Depends} +Recommends: python2.4-tk +Suggests: python-imaging-doc +Description: Python Imaging Library SANE interface + The _sane_ module is a Python interface to the SANE (Scanner Access is Now + Easy) library, which provides access to various raster scanning devices such + as flatbed scanners and digital cameras. + . + This is the Python 2.4 version of the package. diff -rN -u debian-old/rules debian-new/rules --- debian-old/rules 2005-01-27 16:20:58.000000000 -0500 +++ debian-new/rules 2005-01-27 16:11:41.000000000 -0500 @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 # The versions of python currently supported -PYVERS = 2.1 2.2 2.3 +PYVERS = 2.1 2.2 2.3 2.4 configure: configure-stamp configure-stamp: -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.4.25-1-386 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages python-imaging depends on: ii mime-support 3.28-1 MIME files 'mime.types' & 'mailcap ii python 2.3.4-5 An interactive high-level object-o ii python2.3-imaging 1.1.4-3 Python Imaging Library -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]