aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter
AgeCommit message (Collapse)Author
2011-03-01New machine pcm043 Phytec phyCORE-i.MX35Jan Kobler
The new machine pcm043 is the board Phytec phyCORE-i.MX35. The machine name pcm043 is chosen, because it is already used in the linux kernel for this board. BSP is derived from BSP of machine mx31ads. Linux kernel is based on Phytec Linux BSP for phyCORE-i.MX35 PD 10.1.1 Vendor page: http://www.phytec.com/products/rdk/ARM-XScale/phyCORE-ARM11-i.MX35.html Tutorial: http://en.gentoo-wiki.com/wiki/Phytec_phyCORE-iMX35/Openembedded Signed-off-by: Jan Kobler <eng1@koblersystems.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-14clutter: get dependency to json-glib to workAndreas Müller
* Error on fresh tmp build was * | checking for installed JSON-GLib... configure: error: not found * | ERROR: Function do_configure failed Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-11clutter: fix broken clutter-gtkAndreas Müller
* Since clutter 1.4.2 clutter-gtk fails for machines/archs configuring * flavour=eglx with (see clutter.inc) * * | Making all in clutter-gtk * | make[2]: Entering directory `/home/Superandi/tmp/work/armv7a-angstrom-linux-gnueabi/clutter-gtk-0.10.8-r2.0/clutter-gtk-0.10.8/clutter-gtk' * | CC libclutter_gtk_0.10_la-gtk-clutter-embed.lo * | CC libclutter_gtk_0.10_la-gtk-clutter-scrollable.lo * | CC libclutter_gtk_0.10_la-gtk-clutter-util.lo * | CC libclutter_gtk_0.10_la-gtk-clutter-viewport.lo * | CC libclutter_gtk_0.10_la-gtk-clutter-zoomable.lo * | CCLD libclutter-gtk-0.10.la * | /home/Superandi/tmp/sysroots/i686-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lclutter-egl-1.0 * * Since clutter 1.3.x in 'configure.ac' the meaning of 'CLUTTER_WINSYS' has * changed. In clutter 1.2.x 'CLUTTER_WINSYS' contained the value passed by * 'flavour' (in the error case 'eglx'). In 1.3.x this variable is set in * 'configure.ac'. For flavour=eglx it is set to 'egl'! The correct value * 'eglx' is found in 'CLUTTER_SONAME_INFIX'. Some of the '*.pc.in' files * were changed. clutter-gtk fell victim for clutter-x11.pc.in. * * Build tested for all clutter recipes with * * BB_VERSION = "1.10.2" * MACHINE = "overo" * DISTRO = "angstrom" * DISTRO_VERSION = "2010.7-test-20110203" Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-11clutter-gst add 1.3.4Andreas Müller
* clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from * development snapshot sources * * Build tested with * BB_VERSION = "1.10.2" * METADATA_BRANCH = "master" * METADATA_REVISION = "2049a96" * TARGET_ARCH = "arm" * TARGET_OS = "linux-gnueabi" * MACHINE = "overo" * DISTRO = "angstrom" * DISTRO_VERSION = "2010.7-test-20110202" * TARGET_FPU = "hard" Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-31clutter: add 1.4.2Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-22clutter-box2d: Fix broken build for images depending on ↵Andreas Müller
gobject-introspection-native (e.g. libwnck_2.30.5 / libgee_0.6.0) * Error situation: * 1. configure detects gobject-introspection: * configure:16373: checking for gobject-introspection configure:16404: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.8" * * 2. compile fails: * CXXLD libclutter-box2d-0.10.la GISCAN ClutterBox2D-0.10.gir Couldn't find include 'Clutter-1.0.gir' (search path: ['..', '/home/Superandi/tmp/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0', '/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0']) g-ir-scanner: warning: Option --strip-prefix has been deprecated; see --identifier-prefix and --symbol-prefix. make[3]: *** [ClutterBox2D-0.10.gir] Error 1 * * After fix configure disables gobject-introspection * configure:16373: checking for gobject-introspection configure:16418: result: no (disabled, use --enable-introspection to enable) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-22clutter-gtk: Fix broken build for images depending on ↵Andreas Müller
gobject-introspection-native (e.g. libwnck_2.30.5 / libgee_0.6.0) * Error situation: * 1. configure detects gobject-introspection: * configure:11385: checking for gobject-introspection configure:11416: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.3" * * 2. compile fails: * CCLD libclutter-gtk-0.10.la GEN GtkClutter-0.10.gir Couldn't find include 'Clutter-1.0.gir' (search path: ['.', 'path=.', '/home/Superandi/tmp/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0', '/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0']) g-ir-scanner: warning: Option --strip-prefix has been deprecated; see --identifier-prefix and --symbol-prefix. make[2]: *** [GtkClutter-0.10.gir] Error 1 * * After fix configure disables gobject-introspection * configure:11385: checking for gobject-introspection configure:11430: result: no (disabled, use --enable-introspection to enable) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-22clutter-gst: Fix broken build for images depending on ↵Andreas Müller
gobject-introspection-native (e.g. libwnck_2.30.5 / libgee_0.6.0) * Error situation: * 1. configure detects gobject-introspection: * configure:12133: checking for gobject-introspection configure:12164: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.8" * * 2. compile fails: * CCLD libclutter-gst-1.0.la GEN ClutterGst-1.0.gir Couldn't find include 'Clutter-1.0.gir' (search path: ['.', 'path=.', '/home/Superandi/tmp/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0', '/usr/share/gir-1.0', '/home/Superandi/tmp/sysroots/i686-linux/usr/share/gir-1.0']) make[3]: *** [ClutterGst-1.0.gir] Error 1 * * After fix configure disables gobject-introspection * configure:12133: checking for gobject-introspection configure:12178: result: no (disabled, use --enable-introspection to enable) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-22clutter: Fix broken build for images depending on ↵Andreas Müller
gobject-introspection-native (e.g. libwnck_2.30.5 / libgee_0.6.0) * Error situation: * 1. configure detects gobject-introspection: * configure:12828: checking for gobject-introspection configure:12859: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.4" * * 2. compile fails: * CCLD libclutter-cogl.la GEN Cogl-1.0.gir In file included from /home/Superandi/tmp/work/overo-angstrom-linux-gnueabi/clutter-1.2.12-r2.1/clutter-1.2.12/clutter/cogl/cogl/cogl-shader.h:32, from <stdin>:15: ../../../clutter/cogl/cogl/cogl-defines.h:30:23: error: GLES2/gl2.h: No such file or directory Error while processing the source. make[7]: *** [Cogl-1.0.gir] Error 1 * * After fix configure disables gobject-introspection * configure:12828: checking for gobject-introspection configure:12873: result: no (disabled, use --enable-introspection to enable) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-14clutter: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-10-20clutter: remove COMPATIBLE_MACHINEAndreas Mueller
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20clutter-gtk: Bump to 0.10.8Andreas Mueller
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-10clutter-box2d: renamed clutter-box2d_0.10.0_git.bb -> clutter-box2d_git.bbAndreas Mueller
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-10clutter: the font display problem is worked around.Andreas Mueller
* see http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000071.html for more details Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-07clutter (+box2d +gtk): Bump to latest (stable) versionsAndreas Mueller
* clutter has a known problem with fonts feor more details and workaround see http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000070.html * clutter-box2d_0.10.0_git has the introspection bug fixed upstream and a funny (patience) new demo in blockbox Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-07clutter: clean builds for clutter 1.0Andreas Mueller
* all 0.9 recipes (are actually 1.0rc) & files referenced were removed * all 0.8 recipes were renamed to clutter*-0.8 to ensure parallel installation with later versions * clutter-common.inc as container for helpers was created (also from clutter-fpu.inc) * clutter-1.0_1.0.10.bb was renamed to clutter_1.0.10.bb * clutter-gst_1.2.0.bb introduced the first ever buildable in GLES environment without further effords * clutter-gtk_0.10.2.bb is the latest version which supports clutter 1.0.x (later ones complain on configure for clutter 1.2.x) * clutter* examples / tests are build properly and packed in extra packages. For clutter-interactive tests menu entries (graphics) are added / test-conformance-run runs all conformance tests (crashing tests do not abort) Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-09-07clutter: remove svn recipes and unreferenced filesAndreas Mueller
* removed aaina: configure needs clutter-0.6 (now in toys/attic) * removed clutter*svn*: repositories no more available * removed clutter* with version < 0.8 * removed moblin-proto: repositories no more available * removed table: repositories no more available (now in toys/attic) * removed tidy: repositories no more available Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-01clutter_0.6svn.bb,clutter-gtk-0.6_git.bb: Unused and unbuildable for long ↵Khem Raj
hence removed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-20clutter_0.8+git.bb: When compiling for ARM always use 32bit(arm) instruction setKhem Raj
* Clutter has some inline asm which is not thumb friendly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-19remove dm3730-am3715-evm machine type referencesChase Maupin
* Removed references to the dm3730-am3715-evm machine type and replaced with dm37x-evm and am37x-evm machine types. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-15clutter-box2d: update to 0.10.0Koen Kooi
2010-07-15clutter-1.0: add 1.0.10Koen Kooi
2010-06-09clutter-gtk: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
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 Larson
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-04-16clutter: Add dm3730-am3715-evm machine typeChase Maupin
* Added dm3730-am3715-evm machine type to COMPATIBLE_MACHINE values for clutter. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-07recipes: move SRCREVs also to git recipesMartin Jansa
* Following revs weren't used in OE tree (based on PN check) * SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b" * SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc" * SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141" * SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-07clutter-gst-0.9: fix dependencies, remove clutter-0.8 depKoen Kooi
2009-12-10clutter: use INC_PR, bump for mesa -> virtual/libgl changeMartin Jansa
2009-12-10clutter: use virtual/libgl instead of mesaMartin Jansa
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa
* Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-10-29omap3517-evm: omap3517 was the pre-production name, AM3517 is the production ↵Koen Kooi
name, rename machine to avoid confusion Signed-off-by: Koen Kooi <k-kooi@ti.com>
2009-09-16clutter.inc: Add omap5912osk to COMPATIBLE_MACHINEKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-12clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible ↵Koen Kooi
machines
2009-08-13clutter-0.9: move SRCREV a bit forward so that GLES builds againKoen Kooi
2009-06-20clutter(-gst)-0.9: fix GLES buildKoen Kooi
2009-06-16clutter 0.9: update SRCREV, fix gtk-doc properlyKoen Kooi
2009-06-05clutter-gst-0.9: fix buildKoen Kooi
2009-06-05clutter-0.9: fix build for gles2Koen Kooi
2009-06-01clutter-gst: add 0.9Koen Kooi
* only works with proper GL, the clutter folks broke GLES
2009-06-01clutter 0.9: fixup GLES backendKoen Kooi
2009-06-01clutter 0.9: add from pokyKoen Kooi
2009-05-30clutter 0.8: update to 0.8.8Koen Kooi
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>