~ubuntu-branches/ubuntu/lucid/mplayerthumbs/lucid

« back to all changes in this revision

Viewing changes to debian/patches/gcc-4.3.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-06-21 16:41:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090621164115-9w006t552m6juiun
Tags: 1.2-kde4.3.0-0ubuntu1
* New upstream release
* Transition to kde.mk from pkg-kde-tools:
  - Bump debhelper build-dep to 7
  - Bump compat version to 7
  - Include kde.mk and debhelper.mk in debian/rules
* Add shlib-depends to depends
* Bump Standards-Version to 3.8.2
* Remove unnecessary build-depend on cmake, bump kdelibs5-dev build-depend
  to 4.2.85 as its the first version to build-dep on cmake
* Drop conflict on libarts1-xine, package hasn't existed for a while
* Move homepage from the package description to its own field.
* Remove debian/patches. The only patch was a GCC fix that hasn't been
  applied in the last release, and mplayerthumbs seems to work with the 
  latest GCC
* Add debian/patches/kubuntu_01_out_of_source_build.diff so that we can
  build outside of kdemultimedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' mplayerthumbs-0.5~b/src/videopreview.cpp mplayerthumbs-0.5~b.new/src/videopreview.cpp
2
 
--- mplayerthumbs-0.5~b/src/videopreview.cpp    2006-07-10 17:17:11.000000000 +0200
3
 
+++ mplayerthumbs-0.5~b.new/src/videopreview.cpp        2008-06-07 10:57:16.000000000 +0200
4
 
@@ -38,6 +38,7 @@
5
 
 #include <kurl.h>
6
 
 #include <math.h>
7
 
 #include <qfileinfo.h>
8
 
+#include <cstdlib>
9
 
 
10
 
 #include "mplayerthumbs.h"
11