aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4
AgeCommit message (Collapse)Author
2011-06-07qt-4.6.3: update qt's powervr graphics driver plugin to work with SGX DDK v1.6Denys Dmytriyenko
* The wsegl2 patch is required to build Qt with the latest SGX PowerVR drivers * Moved the wsegl2 patch from qt4/qt-4.7.3 to qt4/files * Added the wsegl2 patch to qt-4.6.3 Note: This is the "massaged in" version of the original patch from Anand Balagopalakrishnan <anandb@ti.com> as it was mangled and couldn't be applied. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-05-29qt4: remove qte.sh from shared SRC_URI and PACKAGE_ARCH_palmpreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-26qt4: bump PR for wsegl header changeKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-05-26qt4: Fix the include path for SGX PowerVR driversAnand Balagopalakrishnan
* Qt's PowerVR graphics driver plugin requires the PowerVR header files pvr2d.h, wsegl.h to compile * The current recipes copy the wsegl.h from Qt's src/3rdparty/powervr to powervr graphics driver plugin directory - src/plugins/gfxdrivers/powervr. * If/when the header files change, the incorrect wsegl.h will get picked up. * This patch ensures that the header files are picked up from the SGX SDK Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-05-23qt4: fix typo in SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-05-23qt 4.7.3: update powervr code to work with recent (1.6) powervr SDKsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-05-19qt4: fix OTHER_PACKAGES list and bump PRSimon Busch
Commit 4adf97be8c5b5f71ad92095a19968af534baa9e2 added a *-dbg package to the OTHER_PACKAGES list which can lead to packaging errors. This removes the package from OTHER_PACKAGES and bump PR for qt4-embedded and qt4-x11-free. Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-05-19qt4: package qml plugins too and correct their install directorySimon Busch
QML components from Qt source were installed to ${prefix} before and got never packaged. This is now fixed and QML components are now installed into ${libdir}/${QT_DIR_NAME}/imports and packaged into qt4-*-qml-plugins package. NOTE: There are still some unpackaged entries left for qt4: WARNING: /usr/lib/pkgconfig/QtUiTools.pc WARNING: /usr/lib/qtopia/plugins/qmltooling/libtcpserver.so WARNING: /usr/lib/qtopia/plugins/qmltooling/.debug/libtcpserver.so WARNING: /usr/lib/fonts/fontdir WARNING: /usr/lib/fonts/README WARNING: /usr/lib/libQtUiTools.prl Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-05-19qt4-embedded: add palmpre specific profile script and bump PRSimon Busch
The profile script sets the input method to LinuxInput rather than Tslib which is necessary as Tslib cannot be used by any other component on the palmpre than the tsmd daemon. Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-05-14qt4-native: unbreak qt4 compilation by providing the necessary native toolsEric Bénard
was broken by commit 5a6efd58cdc85d08ab9e106c84bbac5110b5aecd Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-05-14qt4-4.7.3: add translations'supportEric Bénard
this patch should bring back translations support in qt4. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-14qt4.inc: give the right name to variable qmake will useEric Bénard
this should prevent to have to manually copy binaries for the build system built by qt4-native to the source tree when cross compiling qt. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-14qt4-native: also build lreleaseEric Bénard
as this is nedded to build translations files Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-13qt4: remove 4.7.2Eric BENARD
now that 4.7.3 is prefered for all distributions Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-13qt4: introduce version 4.7.3Eric BENARD
only qt4-embedded and qt4-native recipe were tested Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-10qt4-native: introduce the native version of qt4 and remove old qt4-tools-nativeSimon Busch
The new recipe is based on the qt4-tool-native one but it even installs the libraries of qt4 and not only the tools like moc/rcc. It will not increase the build time as most libraries are already build for the qt4-tool-native but not staged. This commit removes the old qt4-tools-native too. All versions provided by qt4-tools-native are even supported by qt4-native so it is a drop-in replacement. Signed-off-by: Simon Busch <morphis@gravedo.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2011-04-22qt4-embedded: enable support for the built-in LinuxInput keyboard driverMichael 'Mickey' Lauer
2011-03-31qt4: security advisory - blacklist fraudulent comodo certificatesDenys Dmytriyenko
Security advisory: Blacklist fraudulent certificates. More info is in the patch and at the following links: http://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html http://qt.nokia.com/files/qt-patches/blacklist-fraudulent-comodo-certificates-patch.diff/view Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by : Eric Benard <eric@eukrea.com>
2011-03-18qt4-x11-free: fix up GLES recipeKoen Kooi
As with the 4.6.x version, this will only build if you don't have regular qt/x11 in staging. If you do, you will get QGL:: link failures. Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-18qt4-embedded 4.7.2: add GLES2 recipeKoen Kooi
As with the 4.6.x version, this will only build if you don't have regular qt/e in staging. If you do, you will get QEGL:: link failures. Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-13qt4: remove 4.7.1Eric Bénard
now that 4.7.2 is prefered for shr & minimal & angstrom Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-03-10qt4: add 4.7.2Eric Bénard
* details on the 4.7.2 release are available here : http://qt.nokia.com/developer/changes/changes-4.7.2/ * please note that x11 versions are not yet tested Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-03-01qt-4.7.1: patch gstreamer phonon plugin to use host rgb endianessMarc Reilly
This patch was obtained from Nokia bug tracker. Without it, the R and B channels are wrong when playing on ARM system. Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-24qt4: bump INC_PRMartin Jansa
* 459110a17e59594c4fd9183a5684413ffa1479dd added generate_qt_config_file task which is executed in empty workdir if builder is using rm_work Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-19qt4-tools-sdk: use host include headers for dbusOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-24qt-demo-init: Corrected a typo in qtdemo-init scriptAlessandro Sappia
Signed-off-by: Alessandro Sappia <a.sappia@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-06qt4: fix incorrect pkg-config filesAndreas Oberritter
* Previously, include statements were generated like this: -I.../mipsel-oe-linux/usr/include/qtopia/QtCore -I.../mipsel-oe-linux/usr/include/qtopia/QtCore/qt4-embedded/QtCoreE -I.../mipsel-oe-linux/usr/include/qtopia/QtCore/qtopia * The sed rules ignored QT_LIBINFIX. * The sed rules incorrectly used QT_BASE_NAME instead of QT_DIR_NAME. * Now, they look like this, which is what an application expects: -I.../mipsel-oe-linux/usr/include/qtopia/QtCore -I.../mipsel-oe-linux/usr/include/qtopia * Tested with qt4-embedded on mipsel Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Koen Kooi <k.kooi@student.utwente.nl> Acked-by: Koen Kooi <koen@openembedded.org>
2011-01-03qt4: switch to mysql5 to avoid header clashes in stagingKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-11-29qt-demo-init: correctly handle qtdemo for qt4-x11Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-28qt4.7 : remove 4.7.0Eric Bénard
now that 4.7.1 is here and default for Angstrom, SHR and minimal Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-28qt4.6: remove 4.6.2Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-28qt4.6 : remove 4.6.0Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-25qt4: add latest 4.7.1 versionEric Bénard
qt4-embedded, qt4-tools-native and qt4-tools-sdk are compile tested. qt4-x11-free and qt4-x11-free-gles are not tested. qt4-embedded is run tested on armv6 Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-03qt4e: add 2 imagesEric Bénard
- qt4e-base-image : contains qt4 embedded libraries and can be used as a base rootfs when developping using the sdk - qt4e-demo-image : contains qt-base-image + qt-demo + a script to launch qt-demo at boot, this image can be used to quickly setup a demonstration of qt capabilities on a machine using qtdemo - qt-demo-init : recipe creating the package which provides the init script to lauch qtdemo. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-31qt-4.7: rename qtdemo to qtdemoE for qt4-embeddedEric Bénard
in order to stay consistant with 4.6.x releases. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
2010-10-19qt4: move QtDeclarative to qt4.incKoen Kooi
* This avoids pulling in Qt 4.7.0 into meta-toolchain-qte when 4.6.3 is specified * No further changes in behaviour or packaging
2010-10-19qt4: replace underscore with dash in library nameChase Maupin
* For libraries that are added to the QT_LIB_NAMES or QT_EXTRA_LIBS variables replace any "_" characters in the library name with "-" for use in the package name. * The actual library file names are left alone. * Bump the PR for packages using qt4.inc Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Holger Hans Peter Freyther <holger@moiji-mobile.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-10-07qt4 : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-05qt4-tools-sdk.inc : drop freetype include as we build with -no-freetypeDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-10-05qt4-tools-sdk: correct my last commit: add a patch I've forgotDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-10-05qt4-tools-sdk: fix building when no native freetype/X11 are installedDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-10-02qt4-tools-native.inc: Add more -no options to disable dependenciesHolger Hans Peter Freyther
Make sure we have less dependencies and use less things from the system. For moc/rcc/uic we need the most basic Qt, even for the dbus bindings one mostly needs the xml parser.
2010-10-02qt4-toolsd-sdk.inc: Move to -embedded, disable more featuresHolger Hans Peter Freyther
Pass more -no or -qt- options to make sure less things from the system are detected and that there are less dependencies. This disabling has no effect on the tools we want to use.
2010-10-02qt4-tools-sdk.inc: Switch over to INC_PRHolger Hans Peter Freyther
Right now only qt4-tools-sdk_4.7.0 use the inc file.
2010-09-30qt4-tools-native: Add -no-freetype to the buildHolger Hans Peter Freyther
Avoid any dependencies on freetype, just disable it. We are not interested in the GUI module right now, we build it to have the tools/qdbus build, which also builds the qdbusviewer.
2010-09-30qt4-tools-native: Build the tools as -embedded to avoid X11 depsHolger Hans Peter Freyther
We only need command line utilities and can avoid requiring X11.
2010-09-28qt4-tools-sdk: Add a Qt 4.7.0 version, create a .inc file for reuse.Holger Hans Peter Freyther
2010-09-28qt4: Bump INC_PR to force a rebuild with the mkspec changesHolger Hans Peter Freyther
2010-09-28qt-4.7.0: Remove patches that cover up errors.Holger Hans Peter Freyther
* These patches lack a proper commit message, e.g. no explanation why they need to be applied * They remove libraries that were previously prevent * They remove binaries that were previously installed * The root cause appears that the -L for the qt lib directory is evaluated too late indicating an issue with the qmake spec.
2010-09-28qt-4.7.0.inc: Unpack the qte.sh to fix the qt4-embedded do_installHolger Hans Peter Freyther
Fix the qt4-embedded_4.7.0 do_install by unpacking the qte.sh like it is done in the other recipes.