aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnash
AgeCommit message (Collapse)Author
2010-11-21gnash : add 0.8.8 versionDenis 'GNUtoo' Carikli
The 0.8.8 version fixes youtube. Note that I had to add one more include: -I${STAGING_INCDIR}/cairo Because gnash didn't find cairo: | ../sysroots/armv7a-oe-linux-gnueabi/usr/include/gtk-2.0/gdk/gdkscreen.h:31:19: fatal error: cairo.h: No such file or directory Note that gnashes disables pkg-config during cross-compilation: Nov 19 18:09:46 <strk> IIRC we _never_ use pkgconfig when crossbuilding From #gnash in Freenode on irc. I also had to add that: --with-npapi-plugindir=${libdir}/mozilla/plugins \ else the plugin would have been installed in: image/usr/lib64/mozilla/plugins/libgnashplugin.so which is a path made using the host libdir(I've a 64bit buildhost) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-07-30ffmpeg_svn.bb: bump SRCREV to make it build on armv4t againKlaus Kurzmann
and bump PR of recipes that depend on it Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-26Siteinfo cleanup v2Chris Larson
- Don't supply site files for native. - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass. - Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it. - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS. Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26Revert "Siteinfo cleanup"Chris Larson
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
2010-07-26Siteinfo cleanupChris Larson
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.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-05-13gnash: add new 0.8.7 version, based on gnash_trunk.bb in gnash's bzrDenis 'GNUtoo' Carikli
The gnash_trunk.bb was made by Rob Savoye with lot of help from me This recipe contains the following changes: *--disable-avm2 for speed,for now it's useless and only output debug messages: <bwy> It disables AVM2, though as AVM2 code doesn't do much, it's no less compatible without it. *added speex dependency to avoid bad includes issues such as : | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/speex *converted to correct variables(${STAGING_INCDIR}instead of ${STAGING_DIR_HOST}/usr/include) *make gnash plugin rdepend on gnash because gnash plugin executes the standalone gnash player
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* 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-03-19Don't inherit siteinfo in base.bbclassChris Larson
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2009-10-22gnash-fb: Fix DEPENDS from cairo to agg.Leon Woestenberg
2009-10-18gnash: Add gnash-fb 0.8.5, gnash for framebuffer devices.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-10-18gnash-0.8.5: Fix an upstream case-typo in the configure script.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-07-21gnash 0.8.5: raise default_pref for angstromKoen Kooi
2009-07-20gnash-0.8.5: Add cairo dependencies. Disable speex (for now).Leon Woestenberg
http://groups.google.com/group/beagleboard/browse_thread/thread/2e1b0edd7fef88d5 Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-05-20fixes wrong license value usage for GPLv2Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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>