aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netsurf
AgeCommit message (Collapse)Author
2010-12-05netsurf: Update recipes, fix_makefile.patch for netsurf.Alex Ferguson
Updated do_stage in netsurf libraries for distributing missing .pc files into staging. These are required for building newer versions of netsurf. Updated fix_makefile.patch to replace the definition of HOST_CC with BUILD_CC. This fixes some compilation issues. Bumped PR accordingly in all recipes. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-27netsurf: Remove old/obsolete recipes, update netsurf-fbAlex Ferguson
Removed older versions of recipes for netsurf and its dependancies which were accidentally left behind in the last update. Bumped SRCREV for netsurf-fb for some important framebuffer related changes in the upstream source. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-20netsurf: Update netsurf, dependancies, add netsurf-fb recipe.Alex Ferguson
Updated netsurf-2.1 to netsurf-2.6 and updated fix_makefile.patch and debugxml_fix.patch for netsurf-2.6. Updated hubbub, libnsbmp, libnsgif, libparserutils from version 0.0.1 to version 0.0.2. Added two new recipes libcss and libwapcaplet which are needed by netsurf-2.6. Recipe libcss comes with patch no-werror.patch which removed the definition of -Werror from the makefile for building with gcc-4.5, as per the recommendation of the netsurf developers. Added netsurf-fb recipe, which builds netsurf with a framebuffer frontend, which is much lighter than the GTK frontend (and can run under a plain tty). The framebuffer frontend is set to use SDL because it's the most stable backend at the moment. Font rendering is handled by freetype and uses the DejaVu fonts. Added libnsfb, a framebuffer abstraction layer library needed by netsurf-fb along with a patch, no-werror.patch, which removes the definition of -Werror from the makefile for building with gcc-4.5. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.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-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-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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-08-31netsurf: fixes for GCC-4.4, from netsurf svn.Graham Gower
Netsurf appears to be statically linked with these libraries, so I bumped its PR too. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-05-30netsurf: add recipe for version 2.1Dmitry Artamonow
It's gtk+ version built with GIF,JPEG,PNG and without SVG,MNG and PDF printing support. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-30hubbub: add recipe for version 0.0.1Dmitry Artamonow
Hubbub is an HTML5 compliant parsing library, written in C. Currently only Netsurf browser is using it, so we build just static library. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-30libparserutils: add recipe for version 0.0.1Dmitry Artamonow
LibParserUtils is a library for building efficient parsers. Currently only Netsurf browser is using it (via hubbub), so we build just static library. Please note that this build doesn't use external iconv(), so only few built-in charsets are supported (UTF-8/16, windows-125x, iso-8859-*) We may revisit this later, if there's a need. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-30libnsgif: add recipe for version 0.0.1Dmitry Artamonow
libnsgif is GIF decoding library. Currently only Netsurf browser is using it, so we build just static library. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-30libnsbmp: add recipe for version 0.0.1Dmitry Artamonow
libnsbmp is BMP and ICO decoding library. Currently only Netsurf browser is using it, so we build just static library. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Acked-by: Tom Rini <trini@embeddedalley.com>
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>