[SCM] terminatorx/master: Fix FTBFS errors "cannot convert 'gzFile_s**' to 'gzFile' for argument '1'".

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Apr 1 23:23:57 UTC 2012


The following commit has been merged in the master branch:
commit dbed3af48616634ef425dadddca0a86a1173460a
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 2 01:23:09 2012 +0200

    Fix FTBFS errors "cannot convert 'gzFile_s**' to 'gzFile' for argument '1'".
    
    Closes: #663053
    Thanks: Moritz Muehlenhoff for the patch.

diff --git a/debian/patches/23_new_zlib.patch b/debian/patches/23_new_zlib.patch
new file mode 100644
index 0000000..db05d78
--- /dev/null
+++ b/debian/patches/23_new_zlib.patch
@@ -0,0 +1,19 @@
+Description: Fix FTBFS errors with newer zlib.
+Author: Moritz Muehlenhoff <muehlenhoff at univention.de>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053
+Forwarded: no
+---
+ src/tX_midiin.cc |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- terminatorx.orig/src/tX_midiin.cc
++++ terminatorx/src/tX_midiin.cc
+@@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
+ 
+ void tX_midiin::store_connections(FILE *rc, char *indent) 
+ {
+-	gzFile *rz=NULL;
++	gzFile rz=NULL;
+ 	
+ 	tX_store("%s<midi_connections>\n", indent);
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 221560c..fc7d267 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 17_cleanup_desktop_file.patch
 20_fix_ftbfs_on_kfreebsd.patch
 22_manual.patch
+23_new_zlib.patch

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list