summaryrefslogtreecommitdiff
path: root/packages/qte
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-08 12:40:08 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-08 12:40:08 +0000
commit224b5f7211f0134d33f60df1650c099d0973a0ff (patch)
tree42dcb50bbadbac3cbe9f64153abd6709cdb847b0 /packages/qte
parent0ff77391ed2b7599e7c99f233c707bb27338a6fd (diff)
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/08 12:23:21+00:00 nexus.co.uk!pb update ipkg to 0.99.135 and apply patch for provides/depends bug 2005/01/08 13:05:40+01:00 uni-frankfurt.de!mickeyl minor adjustments to get a opie-image w/ kernel 2.6 BKrev: 41dfd4a8c4MPnpjSOylCKq2HKe77Ig
Diffstat (limited to 'packages/qte')
-rw-r--r--packages/qte/qte-for-opie_2.3.9-snapshot-20050103.bb9
-rw-r--r--packages/qte/qte_2.3.9-snapshot.bb2
-rw-r--r--packages/qte/qte_4.0.0-b1.bb31
3 files changed, 29 insertions, 13 deletions
diff --git a/packages/qte/qte-for-opie_2.3.9-snapshot-20050103.bb b/packages/qte/qte-for-opie_2.3.9-snapshot-20050103.bb
index e69de29bb2..bc6292b45c 100644
--- a/packages/qte/qte-for-opie_2.3.9-snapshot-20050103.bb
+++ b/packages/qte/qte-for-opie_2.3.9-snapshot-20050103.bb
@@ -0,0 +1,9 @@
+SECTION = "opie/base"
+include qte_2.3.9-snapshot.bb
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-2.3.9-snapshot"
+
+DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}"
+
+SRC_URI += "file://opie.patch;patch=1 \
+ file://qiconview-speed.patch;patch=1 "
diff --git a/packages/qte/qte_2.3.9-snapshot.bb b/packages/qte/qte_2.3.9-snapshot.bb
index 4148519cb8..15b94f6173 100644
--- a/packages/qte/qte_2.3.9-snapshot.bb
+++ b/packages/qte/qte_2.3.9-snapshot.bb
@@ -28,7 +28,7 @@ SRC_URI_append_husky = "file://kernel-keymap.patch;patch=1 file://kernel-keymap
SRC_URI_append_tosa = "file://kernel-keymap.patch;patch=1 file://kernel-keymap-tosa.patch;patch=1 "
SRC_URI_append_beagle = "file://beagle.patch;patch=1 "
-SRC_URI_append_openzaurus-pxa-2.6 = "file://kernel-keymap.patch;patch=1 file://kernel-keymap-corgi.patch;patch=1"
+SRC_URI_append_openzaurus-pxa-2.6 = "file://kernel-keymap.patch;patch=1 file://kernel-keymap-corgi.patch;patch=1 "
S = "${WORKDIR}/qt-${PV}"
diff --git a/packages/qte/qte_4.0.0-b1.bb b/packages/qte/qte_4.0.0-b1.bb
index ddadc2e368..72922bc381 100644
--- a/packages/qte/qte_4.0.0-b1.bb
+++ b/packages/qte/qte_4.0.0-b1.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Qt/Embedded version ${PV}"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL QPL"
-DEPENDS = "zlib libpng jpeg tslib uicmoc4-native"
+DEPENDS = "zlib libpng jpeg tslib qmake-1.08a uicmoc4-native"
PROVIDES = "virtual/qte4 virtual/libqte4"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-PR = "ml4"
+PR = "ml5"
SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-opensource-${PV}.tar.bz2 \
file://gcc34.patch;patch=1 \
@@ -38,6 +38,17 @@ def qte_arch(d):
QTE_ARCH := "${@qte_arch(d)}"
+#
+# How to build the embedded drivers. Use plugin-<type> or qt-<type>. As for Beta1, that doesn't work :D
+#
+GFX = "qt-gfx"
+KBD = "qt-kbd"
+MSE = "qt-mouse"
+
+#
+# Borken: yopy, busmouse, linuxtp
+#
+
EXTRA_OECONF = "-embedded ${QTE_ARCH} \
-system-libjpeg -system-libpng -system-zlib \
-no-qvfb -no-nis -no-cups -no-stl -no-pch \
@@ -45,14 +56,10 @@ EXTRA_OECONF = "-embedded ${QTE_ARCH} \
-qconfig large -depths 8,16,24,32 -fast \
-qt-gfx-transformed \
-qt-gfx-vnc \
- -plugin-kbd-sl5000 \
- -plugin-kbd-tty \
- -plugin-kbd-usb \
- -plugin-kbd-yopy \
- -plugin-mouse-pc \
- -plugin-mouse-bus \
- -plugin-mouse-linuxtp \
- -plugin-mouse-yopy \
+ -${KBD}-sl5000 \
+ -${KBD}-tty \
+ -${KBD}-usb \
+ -${MSE}-pc \
"
EXTRA_OEMAKE = "-e"
@@ -72,8 +79,6 @@ do_compile() {
install -m 0755 ${STAGING_BINDIR}/moc4 ${S}/bin/moc
install -m 0755 ${STAGING_BINDIR}/uic4 ${S}/bin/uic
- cp -fa ${WORKDIR}/mousedrivers/ ${S}/src/gui/embedded/
-
install -d include/asm/
install -m 0644 ${WORKDIR}/sharp_char.h include/asm/
install -d include/linux/
@@ -161,6 +166,7 @@ ${sbindir}/update-qtfontdir
}
LIB_PACKAGES = "\
+ libqte4-debug \
libqte4-core \
libqte4-gui \
libqte4-network \
@@ -187,6 +193,7 @@ PACKAGES = "${LIB_PACKAGES} ${FONT_PACKAGES} examples"
PACKAGE_ARCH = "${MACHINE_ARCH}"
FILES_${PN} = ""
+FILES_libqte4-debug = "${palmtopdir}/lib/libQt*_debug.*"
FILES_libqte4-core = "${palmtopdir}/lib/libQtCore.* /usr/sbin/update-qtfontdir"
FILES_libqte4-gui = "${palmtopdir}/lib/libQtGui.*"
FILES_libqte4-network = "${palmtopdir}/lib/libQtNetwork.*"