X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qe0-f50.google.com (mail-qe0-f50.google.com [209.85.128.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7F8C6DC00CF for ; Sun, 1 Sep 2013 03:58:19 +0000 (UTC) Received: by mail-qe0-f50.google.com with SMTP id s14so1772960qeb.9 for ; Sun, 01 Sep 2013 02:07:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=JDvY+uTXBRBnxS95JPxWk8loloLFIEWOO5tY8Vt6i90=; b=05s7Hro3peir9yXc9j9reY/l2iC8tgNZrM0nXnBKqEMLdF1rrrV1KvDjghjy3OZ58J XRMAr9F17BrQ9ztAchy8sTQNn9EEoSt+s6JgeuMhxbBeTYnv9vo5qrRruKRoMMp0L++r AEMMwfmHEz0P8GqCtrWx6xTCuWqqQOB8JXOT+PyUuePa+FrfDr30R/PAcKW9UdFuAy00 aJuIAv1KbFHlRPST+Gck69bC2k27WKFnkO+wo4k6onuSg1Aw+Cvq0jXy/KEBYtz/g5Ff FS8GUYhbRYRNSxtmm8w8L2ZuBejwXhDDISvcLadMaB6k1QJwhVYUI4Sbe0YGEcV2dGj4 LacQ== X-Received: by 10.224.34.68 with SMTP id k4mr23025838qad.17.1378026453616; Sun, 01 Sep 2013 02:07:33 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.229.178.137 with HTTP; Sun, 1 Sep 2013 02:07:13 -0700 (PDT) From: Adelphe Rafanambinana Date: Sun, 1 Sep 2013 05:07:13 -0400 Message-ID: Subject: [alpine-devel] Please enable jpeg/png decoders on Python Imaging Library To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=001a11c29350424fa204e54ec9f0 --001a11c29350424fa204e54ec9f0 Content-Type: text/plain; charset=UTF-8 Hi there, I installed py-imaging-1.1.7-r3.apk on a machine with Alpine Linux 2.4, and the package got installed correctely (libjpeg and zlib are installed). However, when I use PIL to manipulate JPEG image, I got the following error: "IOError: decoder jpeg not available" (the same for PNG which has decoder zip). I think that this is caused by the settings in the defautlt setup.py file for Python Imaging Library (Imaging-1.1.7/setup.py) which not support JPEG and PNG, according to the following lines (line number 37-38): JPEG_ROOT = None ZLIB_ROOT = None Would you please be able to enable those decoders on the setup file and rebuild a new package? FYI: I tried to compile the source file on my machine, bu I got an error "/usr/lib/gcc/i486-alpine-linux-uclibc/4.6.3/include-fixed/limits.h:169:61: fatal error: limits.h: No such file or directory", so I would prefer to get the fix from upstream if possible. Thank you, ALR --001a11c29350424fa204e54ec9f0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi there,
=C2=A0
I installed py-imaging-1.1.7-r3.apk on a machine with Alpine Linu= x 2.4, and the package got installed correctely (libjpeg and zlib are insta= lled).
However, when I use PIL to manip= ulate JPEG image, I got the following error: "IOError: decoder jpeg no= t available" (the same for PNG=C2=A0which has decoder zip).
I think that this is caused by the settings in the defautlt setup.py= =C2=A0file for Python Imaging Library (Imaging-1.1.7/setup.py) which not su= pport JPEG and PNG, according to the following lines (line number 37-38):
=C2=A0
JPEG_ROOT =3D None
ZLIB_ROOT =3D None
<= /span>
Would you please=C2= =A0be able to enable those decoders on the setup file and rebuild a new pac= kage?
=C2=A0
FYI: I tried to compile the source file on my= machine, bu I got an error "/usr/lib/gcc/i486-alpine-linux-uclibc/4.6= .3/include-fixed/limits.h:169:61: fatal error: limits.h: No such file or di= rectory", so I would prefer to get the fix from upstream if possible.<= /span>
=C2=A0
Thank you,
ALR
<= /font>
=C2=A0
--001a11c29350424fa204e54ec9f0-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---