Your message dated Mon, 08 May 2006 18:02:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314829: fixed in devil 1.6.7-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libdevil1
Version: 1.6.7-4
Severity: normal
Tags: patch

Hi!

While working with ogre3d in an amd64 I came across a problem reading png
files. I tracked it down to devil and found a patch on a forum. After aplying
the patch and rebuilding devil everything ran smoothly.

I'm attaching the patch.

Thanks!

K.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libdevil1 depends on:
ii  libc6           2.3.2.ds1-22             GNU C Library: Shared libraries an
ii  libjpeg62       6b-10                    The Independent JPEG Group's JPEG 
ii  libmng1         1.0.8-1                  Multiple-image Network Graphics li
ii  libpng12-0      1.2.8rel-1               PNG library - runtime
ii  libsdl1.2debian 1.2.7+1.2.8cvs20041007-5 Simple DirectMedia Layer
ii  libtiff4        3.7.2-3                  Tag Image File Format (TIFF) libra
ii  xlibmesa-glu [l 4.3.0.dfsg.1-14          Mesa OpenGL utility library [XFree
ii  zlib1g          1:1.2.2-4                compression library - runtime

-- no debconf information

-- 
Lucas Wall <[EMAIL PROTECTED]>      .''`.                      
Buenos Aires, Argentina                : :� :   Debian GNU/Linux   
http://www.kadath.com.ar               `. `'  http://www.debian.org
PGP: 1024D/84FB46D6                      `-                        
     5D25 528A 83AB 489B 356A        http://people.debian.org/~lwall
     4087 BC9B 4733 84FB 46D6        mailto:[EMAIL PROTECTED]        
--- devil-1.6.7.orig/src-IL/src/il_png.c
+++ devil-1.6.7/src-IL/src/il_png.c
@@ -282,11 +282,10 @@
 
 ILboolean readpng_get_image(ILdouble display_exponent)
 {
-       ILuint          i;
        png_bytepp      row_pointers = NULL;
-       ILuint          width, height, channels;
-       ILdouble        screen_gamma = 1.0, image_gamma;
-       ILuint          bit_depth;
+       png_uint_32   width, height;
+       ILuint      i, channels, bit_depth;
+       ILdouble      screen_gamma = 1.0, image_gamma;
 
 
        /* setjmp() must be called in every function that calls a PNG-reading

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: devil
Source-Version: 1.6.7-5

We believe that the bug you reported is fixed in the latest version of
devil, which is due to be installed in the Debian FTP archive:

devil_1.6.7-5.diff.gz
  to pool/main/d/devil/devil_1.6.7-5.diff.gz
devil_1.6.7-5.dsc
  to pool/main/d/devil/devil_1.6.7-5.dsc
libdevil-dev_1.6.7-5_i386.deb
  to pool/main/d/devil/libdevil-dev_1.6.7-5_i386.deb
libdevil1c2_1.6.7-5_i386.deb
  to pool/main/d/devil/libdevil1c2_1.6.7-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marcelo E. Magallon <[EMAIL PROTECTED]> (supplier of updated devil package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 05 May 2006 08:27:12 -0600
Source: devil
Binary: libdevil1c2 libdevil-dev
Architecture: source i386
Version: 1.6.7-5
Distribution: unstable
Urgency: low
Maintainer: Marcelo E. Magallon <[EMAIL PROTECTED]>
Changed-By: Marcelo E. Magallon <[EMAIL PROTECTED]>
Description: 
 libdevil-dev - Cross-platform image loading and manipulation toolkit
 libdevil1c2 - DevIL image manipulation toolkit runtime support
Closes: 314829 358089
Changes: 
 devil (1.6.7-5) unstable; urgency=low
 .
   * Ack NMU
   * debian/compat, debian/control: use debhelper 5
   * debian/control: build-depend on libpng12-dev
   * debian/control: build-depend on automake1.8
   * debian/control: build-depend on libgl1-mesa-dev
   * We are getting exceedingly good at handling changes in the worst
     possible way ever.  I want back to 1999!  See all the above entries.
     closes: bug#358089
   * src-IL/src/il_png.c: Fix AMD64 problems.  Thanks Mike McLean.  closes:
     bug#314829
   * debian/control: standards version 3.7.2; no other changes seem to be
     required
   * debian/control: add Section to source package
   * debian/rules: funny... move code that copies autofoo stuff AFTER the line
     that removes it
   * src-IL/src/Makefile.am: remove @LIBGIF@; autoconf test does not exist, so
     it never actually worked, methinks.
Files: 
 aab419ce85e1fc4f87130730956ea106 1064 devel optional devil_1.6.7-5.dsc
 e818161b45d03b2dffedd85e8e17501d 7979 devel optional devil_1.6.7-5.diff.gz
 426298555392e8eb408141abee8ea078 257824 devel optional 
libdevil-dev_1.6.7-5_i386.deb
 e9499d61a810e65477c1780ca665e3d1 227280 libs optional 
libdevil1c2_1.6.7-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iQEcBAEBAgAGBQJEX+QjAAoJEHGYqCCEBNUAAssH/0YukKYVY0qG2lgkOvb6qJMo
2iHdVubUgPecew3KyIFiJ0HEBlrCFM+fhWTSeKdTtJ3ujK9sJ15ZTka4upTEG/W9
/W1/OPUvfg1mwXT5KzKcRIrhZJ28YuU8tp6BQJE18+a8DzZ3ZxEtNskEzS6Sv6q3
4dV8lYr0IFiytApYCbiJGkukVnP22SxESxbfzKt3eGaJTyhLUx/V1XPuWAEa0dJZ
2aWpJlwZ0ZkyDmMaFwpAIHM4MpQBBM1NFkN+WPwGyjI59HhViXXNC/PB+XpyQaD2
iNydnqavmYEAlHF1nk7QtRcgHN1RVAaGl7ND1jnluoaIks5eH4tjwQZ62JdlKfY=
=Dzzr
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to