Package: libdevil1c2
Version: 1.6.7-4.1
Followup-For: Bug #314829
Pleaese disregard my previous post. I attached the wrong version of the
patch. Also reading the previous postings I see that a similar patch
was posted a while back. The one I'm attaching is a bit more
simplified. If there's anymore assistance I can provide let me know.
I'm also a user of libogre5c2a and libogre-dev and look forward to
having a working package on amd64.
Mike McLean
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libdevil1c2 depends on:
ii giflib3g 3.0-12 shared library for GIF images (run
ii libc6 2.3.6-7 GNU C Library: Shared libraries
pi libglu1-mesa [libglu1] 6.4.1-0.4 The OpenGL utility library (GLU)
ii libjpeg62 6b-12 The Independent JPEG Group's JPEG
ii libmng1 1.0.9-1 Multiple-image Network Graphics li
ii libpng12-0 1.2.8rel-5.1 PNG library - runtime
ii libsdl1.2debian 1.2.9-5+b1 Simple DirectMedia Layer
ii libtiff4 3.8.2-1 Tag Image File Format (TIFF) libra
ii zlib1g 1:1.2.3-11 compression library - runtime
libdevil1c2 recommends no packages.
-- no debconf information
!DSPAM:44497ad8323552253264007!
--- devil-1.6.7/src-IL/src/il_png.c 2006-04-21 17:03:58.818394250 -0700
+++ devil-1.6.7.new/src-IL/src/il_png.c 2006-04-21 16:52:53.456811750 -0700
@@ -284,7 +284,8 @@
{
ILuint i;
png_bytepp row_pointers = NULL;
- ILuint width, height, channels;
+ ILuint channels;
+ png_uint_32 width, height;
ILdouble screen_gamma = 1.0, image_gamma;
ILuint bit_depth;