aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tximage
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-03 17:42:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-03 17:42:33 +0000
commit0dd3fdbe060a948e8093487bc562da9c73a1b80b (patch)
treea4d5238bb37e19f51ef9181415047d7918c037ce /packages/tximage
parent3b36fe68738ea7f4b4cc9d5fd82477d066d2f1b9 (diff)
downloadopenembedded-0dd3fdbe060a948e8093487bc562da9c73a1b80b.tar.gz
tximage 0.2 add patch for g++4
Diffstat (limited to 'packages/tximage')
-rw-r--r--packages/tximage/tximage-0.2/gcc4.patch15
-rw-r--r--packages/tximage/tximage_0.2.bb5
2 files changed, 18 insertions, 2 deletions
diff --git a/packages/tximage/tximage-0.2/gcc4.patch b/packages/tximage/tximage-0.2/gcc4.patch
new file mode 100644
index 0000000000..d327754d1b
--- /dev/null
+++ b/packages/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;
diff --git a/packages/tximage/tximage_0.2.bb b/packages/tximage/tximage_0.2.bb
index 892ada0c6b..37d0ea6dc6 100644
--- a/packages/tximage/tximage_0.2.bb
+++ b/packages/tximage/tximage_0.2.bb
@@ -4,10 +4,11 @@ PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
HOMEPAGE = "http://community.zaurus.com/projects/tximage/"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.openzaurus.org/mirror/tximage-${PV}.tar.gz \
- file://gcc3.patch;patch=1"
+ file://gcc3.patch;patch=1 \
+ file://gcc4.patch;patch=1"
inherit palmtop