rev 9341 - in trunk/packages/kdemultimedia/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Feb 7 12:34:26 UTC 2008


Author: ana
Date: 2008-02-07 12:34:25 +0000 (Thu, 07 Feb 2008)
New Revision: 9341

Added:
   trunk/packages/kdemultimedia/debian/patches/05_gcc_4.3-fixes.diff
Modified:
   trunk/packages/kdemultimedia/debian/changelog
Log:
patch for gc 4.3 fixes


Modified: trunk/packages/kdemultimedia/debian/changelog
===================================================================
--- trunk/packages/kdemultimedia/debian/changelog	2008-02-07 12:27:17 UTC (rev 9340)
+++ trunk/packages/kdemultimedia/debian/changelog	2008-02-07 12:34:25 UTC (rev 9341)
@@ -8,12 +8,13 @@
   * Add Homepage to source field.
   * Remove kaboodle and noatun from the metapackage.
   * Add a Recommends on kaffeine.
+  * Add patch 05_gcc_4.3-fixes to build with GCC 4.3. (Closes: #441542)
 
   +++ Changes by Sune Vuorela:
 
   * Merge duplicated depends line in the -dbg package. (Closes: #464309)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Feb 2008 12:08:55 +0100
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Feb 2008 13:29:15 +0100
 
 kdemultimedia (4:3.5.8-1) unstable; urgency=low
 

Added: trunk/packages/kdemultimedia/debian/patches/05_gcc_4.3-fixes.diff
===================================================================
--- trunk/packages/kdemultimedia/debian/patches/05_gcc_4.3-fixes.diff	                        (rev 0)
+++ trunk/packages/kdemultimedia/debian/patches/05_gcc_4.3-fixes.diff	2008-02-07 12:34:25 UTC (rev 9341)
@@ -0,0 +1,21 @@
+--- kdemultimedia-3.5.8/mpeglib/example/yaf/yafvorbis/vorbis_control.cpp
++++ kdemultimedia-3.5.8/mpeglib/example/yaf/yafvorbis/vorbis_control.cpp
+@@ -19,7 +19,7 @@
+ 
+ 
+ 
+-#include <iostream.h>
++#include <iostream>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
+@@ -33,7 +33,8 @@
+ #include <getopt.h>
+ #endif
+ 
+-
++using std::cout;
++using std::endl;
+ 
+ 
+ void control_vorbis(InputInterface* input,OutputInterface* output,




More information about the pkg-kde-commits mailing list