diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-04 09:47:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-04 09:47:33 +0000 |
commit | 4529f12ab4c495e6d4790814f31a46b33ceca1e7 (patch) | |
tree | b028ea541efeea1aa1481326aae00c611d1fa2d8 /packages/tximage | |
parent | f95b30588c16453d5f98e17b9b800b4d1e399b66 (diff) | |
parent | d1f207a2c3388bbbd8a6ff976603e679478533b2 (diff) |
merge of 048984452e3625e7ebd5e99419f289d1ea6a9d40
and b160064c666a513a6ec76f7fd0ddbd5ee1d7a985
Diffstat (limited to 'packages/tximage')
-rw-r--r-- | packages/tximage/tximage-0.2/gcc4.patch | 15 | ||||
-rw-r--r-- | packages/tximage/tximage_0.2.bb | 5 |
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 |