Your message dated Mon, 01 Aug 2011 21:04:40 +0000
with message-id <e1qnzfe-0001ah...@franck.debian.org>
and subject line Bug#635948: fixed in jkmeter 0.4.0-4
has caused the Debian Bug report #635948,
regarding jkmeter: FTBFS with libpng 1.5
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
635948: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635948
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jkmeter
Version: 0.4.0-3
Severity: important
Tags: patch
User: lib...@packages.debian.org
Usertags: libpng15-transition

Hi,

I uploaded libpng 1.5.2 to experimental.
libpng maintainers plan to transition from libpng 1.2 to 1.5.
I am checking build it the package depend to libpng.

I noticed your package FTBFS by libpng 1.5.
I created the patch that revise this problem.
Could you check and apply this patch?

Best regards,
  Nobuhiro

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -Nru jkmeter-0.4.0/debian/changelog jkmeter-0.4.0/debian/changelog
--- jkmeter-0.4.0/debian/changelog	2010-12-04 09:22:42.000000000 +0900
+++ jkmeter-0.4.0/debian/changelog	2011-06-06 16:18:39.000000000 +0900
@@ -1,3 +1,10 @@
+jkmeter (0.4.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * libpng transition.
+
+ -- Nobuhiro Iwamatsu <iwama...@nigauri.org>  Mon, 06 Jun 2011 16:18:29 +0900
+
 jkmeter (0.4.0-3) unstable; urgency=low
 
   * Pass -pthread flag to the linker to fix FTBFS with binutils-gold.
diff -Nru jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1 jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1
--- jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1	1970-01-01 09:00:00.000000000 +0900
+++ jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1	2011-06-06 16:25:41.000000000 +0900
@@ -0,0 +1,44 @@
+Description: Upstream changes introduced in version 0.4.0-3.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ jkmeter (0.4.0-3.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * libpng transition.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Nobuhiro Iwamatsu <iwama...@nigauri.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- jkmeter-0.4.0.orig/source/mkimage.cc
++++ jkmeter-0.4.0/source/mkimage.cc
+@@ -73,9 +73,15 @@ XImage *mkimage (const char *file, X_dis
+                   PNG_TRANSFORM_STRIP_16 | PNG_TRANSFORM_PACKING | PNG_TRANSFORM_EXPAND,
+                   0);
+ 
++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
++	dx = png_get_image_width(png_ptr, png_info);
++	dy = png_get_image_height(png_ptr, png_info);
++	dp = (png_get_color_type(png_ptr, png_info) & PNG_COLOR_MASK_ALPHA) ? 4 : 3;
++#else
+     dx = png_info->width;
+     dy = png_info->height;
+     dp = (png_info->color_type & PNG_COLOR_MASK_ALPHA) ? 4 : 3;
++#endif
+     data = (const unsigned char **)(png_get_rows (png_ptr, png_info));
+ 
+     image = XCreateImage (disp->dpy (),
diff -Nru jkmeter-0.4.0/debian/patches/series jkmeter-0.4.0/debian/patches/series
--- jkmeter-0.4.0/debian/patches/series	2010-08-07 17:05:28.000000000 +0900
+++ jkmeter-0.4.0/debian/patches/series	2011-06-06 16:22:06.000000000 +0900
@@ -1 +1,2 @@
 01-makefile.patch
+debian-changes-0.4.0-3.1

--- End Message ---
--- Begin Message ---
Source: jkmeter
Source-Version: 0.4.0-4

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

jkmeter_0.4.0-4.debian.tar.gz
  to main/j/jkmeter/jkmeter_0.4.0-4.debian.tar.gz
jkmeter_0.4.0-4.dsc
  to main/j/jkmeter/jkmeter_0.4.0-4.dsc
jkmeter_0.4.0-4_amd64.deb
  to main/j/jkmeter/jkmeter_0.4.0-4_amd64.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 635...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jaromír Mikeš <mira.mi...@seznam.cz> (supplier of updated jkmeter 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Sun, 31 Jul 2011 12:27:40 +0200
Source: jkmeter
Binary: jkmeter
Architecture: source amd64
Version: 0.4.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Jaromír Mikeš <mira.mi...@seznam.cz>
Description: 
 jkmeter    - horizontal or vertical bargraph audio level meter for Jack Audio
Closes: 629378 635948
Changes: 
 jkmeter (0.4.0-4) unstable; urgency=low
 .
   [ Alessio Treglia ]
   * Add DM-Upload-Allowed.
   * Update debian/watch file.
   * Bump Standards.
   * Fix Homepage field (Closes: #629378).
   * Fix gbp.config file.
 .
   [ Jaromír Mikeš ]
   * Added local-option file
   * Fix FTBFS with libpng 1.5 (Closes: #635948).
    - thanks to Nobuhiro Iwamatsu <iwama...@nigauri.org>
   * Added menu file
   * Updated copyright file to rev. 174
Checksums-Sha1: 
 c04afd80ce96df883d4975158a58288d05f59401 1480 jkmeter_0.4.0-4.dsc
 4e690a37fb1fdf2dba5bfd993da11d9ff4f14122 5390 jkmeter_0.4.0-4.debian.tar.gz
 f1772b54f5a3fb339d275bde4d5b731da57f4f5b 38260 jkmeter_0.4.0-4_amd64.deb
Checksums-Sha256: 
 f660fe292db2414bb362db996cecc6bf26d233b94c6c7d2fefa9f6b9b9c91660 1480 
jkmeter_0.4.0-4.dsc
 bd8f15dd7c83cd913b001f253592965a000d46889a60c1696dbd5b3b61a3d934 5390 
jkmeter_0.4.0-4.debian.tar.gz
 8084577585a9cf701cebcbfab22e280db4364fbecdbf5a5d8ee2f88f0a59218e 38260 
jkmeter_0.4.0-4_amd64.deb
Files: 
 e40cd06025882fe58c037ec63e2d6b6d 1480 sound optional jkmeter_0.4.0-4.dsc
 3a082442e282faaf0010418879a4b4f7 5390 sound optional 
jkmeter_0.4.0-4.debian.tar.gz
 55ddbe05a4d813ec683bbc0947ca5214 38260 sound optional jkmeter_0.4.0-4_amd64.deb

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

iEYEARECAAYFAk43BS8ACgkQRdSMfNz8P9CjKACfZdCuedbQdvKwDKsGS5p1lWW1
j1UAnRxBmhADLwhQWTpaUvy3VvHHNku2
=EYjk
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to