summaryrefslogtreecommitdiff
path: root/recipes/qt4
AgeCommit message (Collapse)AuthorFiles
2010-06-09qt4: first part of mediaservices packagingKoen Kooi1
2010-06-09qt-4.6.2.inc: solved a bug when trying to append an empty string to the ↵Marco Cavallini1
qtdemo file when building Qt/X11 (QT != Qt/E) * Now checking if [ -n ${QT_LIBINFIX} ] before mv qtdemo
2010-06-09qt-4.7.0-beta1: build fix for demos/browserMartin Jansa2
* to fix it properly someone should package libQtMediaServices (now it's built but not packaged) and results to NOTE: Couldn't find shared library provider for libQtMediaServices.so.4 * so demos/browser won't probably work on target as it's now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08qt4-tools-native_4.7.0-beta1: add Xau and Xdmcp to xlib.pro config.testMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08qt-4.6.2+4.7.0-beta1: fix SRC_URI and S after ↵Martin Jansa3
c070de32d40dd561b63de5b4f41baa3cf822ef5b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-06-07qt 4.7.0-beta1: drop patches for affine and browserKoen Kooi2
2010-06-06qt 4.7.0-beta1: fix versioningKoen Kooi12
2010-06-06qt4: Add qt4-x11-free_4.7.0-beta1Matthias Günther11
Several patches to disable not working parts in the beta version: * tools/assistant * examples/designer * examples/dbus-remotecontrolledcar * examples/help * examples/declarative * demos/browser * demos/qtdemos * demos/affine * DEFAULT_PREFERENCE = "-1" * New Qt Module / Lib "QtDeclarative" added for packaging. * Qmlviewer named "qml" added to the tools package. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-06qt4: Add qt4-tools-native_4.7.0-beta1Matthias Günther1
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-03qt4-embedded: rename qtdemo fileChase Maupin3
* Changed the name of the qtdemo exectable installed in the /usr/bin directory to qtdemoE for Qt embedded builds. This allows the Qt embedded version of the demos package to co-exist with the Qt X11 version. * Changed the demos package file list to accept both qtdemo and qtdemoE. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-03qt4.inc: split font packageEric Bénard1
* Before : 4228 KiB /armv5te/qt4-embedded-fonts_4.6.2-r19.1.5_armv5te.ipk * After : 1058300 armv5te/qt4-embedded-fonts-pfa_4.6.2-r19.1.5_armv5te.ipk 293236 armv5te/qt4-embedded-fonts-pfb_4.6.2-r19.1.5_armv5te.ipk 649442 armv5te/qt4-embedded-fonts-qpf_4.6.2-r19.1.5_armv5te.ipk 1917230 armv5te/qt4-embedded-fonts-ttf-dejavu_4.6.2-r19.1.5_armv5te.ipk 344114 armv5te/qt4-embedded-fonts-ttf-vera_4.6.2-r19.1.5_armv5te.ipk Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson16
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson16
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-10qt4-embedded: fix decorations and mouse configsKoen Kooi3
Imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=0fe5a365d34a07f93861741e25c5cfaaf662aa1c Original patch done by Denys Dmytriyenko
2010-05-06qt4-tools-sdk: symlink tools back to their original names to make e.g. ↵Koen Kooi1
eclipse plugins work Change imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=5bbda8657da241ca7c5a48cc497ca1506d6b05b0
2010-04-19qt4-embedded-gles 4.6.2: move patch down so that it will actually get appliedKoen Kooi1
2010-04-19qt4-*-gles 4.6.2: small updatesKoen Kooi5
* don't forcefully disable openVG * don't forcefully disable cursor for QT/e, not everything is a touchscreen
2010-04-19qt4-tools-native: convert to new style stagingKoen Kooi1
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa10
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa19
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12qt4-*-gles 4.6.2: add 'depth' argument to configure, bump PRKoen Kooi2
2010-04-12QT4 gles: also allow ES1 builds, like ES2 needs undocumented magicKoen Kooi2
2010-04-12qt 4.6.2: use included wsegl header if staging lacks one, not all SGX SDKs ↵Koen Kooi1
include it
2010-03-28qt4: fix pkgconfig logic to avoid: NOTE: <type ↵Koen Kooi1
'exceptions.Exception'>:variable includedir references itself! while evaluating: ${includedir}
2010-03-27qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb ↵Koen Kooi2
support statically
2010-03-23qt4: sync package between -native, -sdk and target packagesKoen Kooi4
* also sed out path to ${WORKDIR} in target package
2010-03-18qt4: make .pc files work with sysroot supportKoen Kooi1
2010-03-16qt4-x11 4.6.2: apply neon fix from qt/e to here as wellKoen Kooi1
2010-03-15Do not generate NEON code for qt-4.6.2 embedded on armv6Valentin Longchamp1
http://bugreports.qt.nokia.com/browse/QTBUG-8749 Neon code is generated for armv6 processor, where it should be armv7 only. This results in illegal instructions with some of the qt4 libraries. The current solution is not optimal, I just needed a quick fix for my arch and I don't have the needed knowledge in OE to fix it cleanly, but I wanted to point this issue out. But at least other arch (armv5 and armv4) should have the same problem and receive the same fix. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-05qt4-tools-native_4.5.2.bb: use Qt's builtin freetype, otherwise build failsJeremy Lainé1
2010-03-02qt4: adjust sed magic to recent QT to sanitize .pc files properlyKoen Kooi3
2010-03-01qt4: bump PR for package.bbclass strip problemKoen Kooi4
2010-02-25qt4-embedded-gles 4.6.2: try harder to build fb and sgx pluginsKoen Kooi2
* reported by Varun Shah
2010-02-18qt4-tools-native: set libdir and incdir in .inc fileMartin Jansa5
* move SRC_URI and EXTRA_OECONF for new versions to .inc and changed to old version * remove LFLAGS setting from 4.6.* versions (replaced with -L param) * Idea also Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-02-17qt4-*-gles 4.6.2: only enable opengl es2 but not openvgKoen Kooi2
2010-02-17qt4: add 4.6.2Koen Kooi20
* fix 4.6.1 references in 4.6.0 files as well * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
2010-01-31wolfenqt: bump PRKoen Kooi1
2010-01-26qt 4.6.1: add recipes based on 4.6.0 onesKoen Kooi18
2010-01-07qt4: Make the gles variants for Embedded and X11 provide the normal variantHolger Hans Peter Freyther5
This way a distribution/user can set PREFERRED_PROVIDER_qt4-embedded = "qt4-embedded-gles" to select the GLES/OpenVG runtime. The default is qt4-embedded as GLES require a dedicated library most of the time provided as a binary blob by the vendor requiring the user to manually download and store it at the right place. For X11 we already have a PREFERRED_PROVIDER setting in place and don't need to update. Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-07qt4x11: Cease out the qt4x11 PROVIDERHolger Hans Peter Freyther1
* The LGPL and Commercial edition are actually the same tarball. * If someone sees the need he can take qt qt4-recipes and specify -commercial in the compilation.
2010-01-05qt 4.6.0: backport a few patches from git, mainly QGL relatedKoen Kooi33
2009-12-27qt4-tools-native; added dependency on libsm-nativeFrans Meulenbroeks1
2009-12-23qt4-x11 4.6.0: bump PR for Xorg changesKoen Kooi2
2009-12-15qt4-tools: add sdk version as wellKoen Kooi1
* this should really move to BBCLASSEXTEND
2009-12-14qt4: munge more references toKoen Kooi1
2009-12-14qt 4.6.0: fix packaging, staging and x11 buildKoen Kooi6
2009-12-14wolfenqt: add qt3d demoKoen Kooi3
2009-12-10qt 4.6.0: fix packaging a bitKoen Kooi2
* the uic, moc and rcc tools still need to get packages, but we have package all libs now
2009-12-10qt 4.6.0: make it build, add GLES versionsKoen Kooi9
* recipes still need lots of cleanup and fixes, help welcome
2009-12-10qt 4.6.0: move common 4.6 stuff to a .incKoen Kooi3