aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/tximage/tximage-0.2
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-24 17:57:24 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 02:35:12 +0100
commite9b45ff67d32fdc27950a51135b6dabada8334e7 (patch)
treede99cd760c8292ee1dd334e23e1e5cc43e90dfbd /recipes-qtopia/tximage/tximage-0.2
downloadmeta-opie-e9b45ff67d32fdc27950a51135b6dabada8334e7.tar.gz
initial commit of meta-opie
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/tximage/tximage-0.2')
-rw-r--r--recipes-qtopia/tximage/tximage-0.2/gcc3.patch27
-rw-r--r--recipes-qtopia/tximage/tximage-0.2/gcc4.patch15
2 files changed, 42 insertions, 0 deletions
diff --git a/recipes-qtopia/tximage/tximage-0.2/gcc3.patch b/recipes-qtopia/tximage/tximage-0.2/gcc3.patch
new file mode 100644
index 0000000..7729603
--- /dev/null
+++ b/recipes-qtopia/tximage/tximage-0.2/gcc3.patch
@@ -0,0 +1,27 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- tximage-0.2/imagelistview.cpp~gcc3 2003-06-21 03:47:29.000000000 +0200
++++ tximage-0.2/imagelistview.cpp 2004-02-10 00:26:31.000000000 +0100
+@@ -88,7 +88,7 @@
+ }
+
+
+-ImageListView::ImageListView(QWidget *parent, const char *name=0)
++ImageListView::ImageListView(QWidget *parent, const char *name)
+ : QListView(parent, name)
+ {
+ addColumn("Name");
+--- tximage-0.2/settingsdialog.cpp~gcc3 2003-06-21 03:05:06.000000000 +0200
++++ tximage-0.2/settingsdialog.cpp 2004-02-10 00:27:25.000000000 +0100
+@@ -37,7 +37,7 @@
+ #include "settingsdialog.h"
+
+
+-SettingsDialog::SettingsDialog(QWidget *parent = 0, const char *name = 0)
++SettingsDialog::SettingsDialog(QWidget *parent, const char *name)
+ : SettingsDialogBase(parent, name, true)
+ {
+ settings = NULL;
diff --git a/recipes-qtopia/tximage/tximage-0.2/gcc4.patch b/recipes-qtopia/tximage/tximage-0.2/gcc4.patch
new file mode 100644
index 0000000..d327754
--- /dev/null
+++ b/recipes-qtopia/tximage/tximage-0.2/gcc4.patch
@@ -0,0 +1,15 @@
+
+#
+# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
+#
+
+--- tximage-0.2/imageviewer.h~gcc4
++++ tximage-0.2/imageviewer.h
+@@ -32,6 +32,7 @@
+ #include "imagereader.h"
+
+ class ImageWidget;
++class ImageViewer;
+ class QString;
+ class QImage;
+ class QScrollView;