aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte/qte_2.3.10.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-06-30 19:30:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 19:30:36 +0000
commit0cfb22e016c01a84573531cb445f0085613df024 (patch)
tree961fc85ea21056e5f3cddadad6927cc85014c018 /packages/qte/qte_2.3.10.bb
parent77fd2654d8081ec58ae8dc9a83ec9467734edfaf (diff)
downloadopenembedded-0cfb22e016c01a84573531cb445f0085613df024.tar.gz
Qt/Embedded 2.3.10:
- Fix linuxfb overflow with offscreen pixmaps - Fix qte calling ::sync() instead of QScreen::sync() - Fix rotation in W100 accellerated driver All patches courtesy QtE Uberhacker Manuel Teira - thanks a lot, Manuel.
Diffstat (limited to 'packages/qte/qte_2.3.10.bb')
-rw-r--r--packages/qte/qte_2.3.10.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/qte/qte_2.3.10.bb b/packages/qte/qte_2.3.10.bb
index 2d1025d2f0..3e87b83f1f 100644
--- a/packages/qte/qte_2.3.10.bb
+++ b/packages/qte/qte_2.3.10.bb
@@ -7,7 +7,7 @@ DEPENDS = "zlib libpng jpeg tslib uicmoc-native"
DEPENDS_mnci = "zlib libpng jpeg uicmoc-native"
DEPENDS_append_c7x0 = " sharp-aticore-oss"
PROVIDES = "virtual/qte virtual/libqte2"
-PR = "r19"
+PR = "r20"
SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;md5=1f7ad30113afc500cab7f5b2f4dec0d7 \
file://qpe.patch;patch=1 \
@@ -27,10 +27,12 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;m
file://increase-qxml-robustness.patch;patch=1 \
file://qte-fix-iconsize.patch;patch=1 \
file://fix-linuxfb-setmode.patch;patch=1 \
+ file://fix-linuxfb-offscreenoverflow.patch;patch=1 \
+ file://fix-qscreen-sync.patch;patch=1 \
file://sharp_char.h \
file://key.patch;patch=1 \
file://switches.h \
- file://bidimetrics.patch;patch=5 "
+ file://bidimetrics.patch;patch=5 "
SRC_URI_append_simpad = "file://devfs.patch;patch=1 "
SRC_URI_append_c7x0 = "file://kernel-keymap.patch;patch=1 file://kernel-keymap-corgi.patch;patch=1 file://c7x0-w100-accel.patch;patch=1 "