[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#672016: add patch, uploaded to delayed/5



tags 672016 + patch pending
thanks

add patch, uploaded to delayed/5
diff -Nru kdemultimedia-4.7.4/debian/changelog kdemultimedia-4.7.4/debian/changelog
--- kdemultimedia-4.7.4/debian/changelog	2012-03-06 20:18:30.000000000 +0100
+++ kdemultimedia-4.7.4/debian/changelog	2012-05-22 10:54:15.000000000 +0200
@@ -1,3 +1,10 @@
+kdemultimedia (4:4.7.4-2.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #672016.
+
+ -- Matthias Klose <doko@debian.org>  Tue, 22 May 2012 08:53:31 +0000
+
 kdemultimedia (4:4.7.4-2) unstable; urgency=low
 
   * Team upload. Upload to unstable.
diff -Nru kdemultimedia-4.7.4/debian/patches/ftbfs-gcc-4.7.diff kdemultimedia-4.7.4/debian/patches/ftbfs-gcc-4.7.diff
--- kdemultimedia-4.7.4/debian/patches/ftbfs-gcc-4.7.diff	1970-01-01 01:00:00.000000000 +0100
+++ kdemultimedia-4.7.4/debian/patches/ftbfs-gcc-4.7.diff	2012-05-22 10:53:28.000000000 +0200
@@ -0,0 +1,13 @@
+Index: kdemultimedia-4.7.4/juk/stringhash.h
+===================================================================
+--- kdemultimedia-4.7.4.orig/juk/stringhash.h	2011-06-22 20:40:26.000000000 +0000
++++ kdemultimedia-4.7.4/juk/stringhash.h	2012-05-22 08:53:25.352749356 +0000
+@@ -33,7 +33,7 @@
+      */
+     inline bool insert(const T &value)
+     {
+-        if(contains(value))
++        if(this->contains(value))
+             return true;
+         QSet<T>::insert(value);
+         return false;
diff -Nru kdemultimedia-4.7.4/debian/patches/series kdemultimedia-4.7.4/debian/patches/series
--- kdemultimedia-4.7.4/debian/patches/series	2012-03-06 20:17:27.000000000 +0100
+++ kdemultimedia-4.7.4/debian/patches/series	2012-05-22 10:52:34.000000000 +0200
@@ -2,3 +2,4 @@
 fix_target_link_libraries.diff
 libav_compat.diff
 kscd_dont_crash_if_device_is_emtpy.diff
+ftbfs-gcc-4.7.diff

Reply to: