[oe-commits] Alex Ferguson : netsurf: Update netsurf, dependancies, add netsurf-fb recipe.

git version control git at git.openembedded.org
Sat Nov 20 14:05:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e800b4433fe87669e960aa35361852217fb5721f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e800b4433fe87669e960aa35361852217fb5721f

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Sat Nov 20 15:44:01 2010 +0200

netsurf: Update netsurf, dependancies, add netsurf-fb recipe.

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 at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/netsurf/hubbub_0.0.2.bb                |   33 ++++++++++++
 recipes/netsurf/libcss-0.0.2/no-werror.patch   |   16 ++++++
 recipes/netsurf/libcss_0.0.2.bb                |   30 +++++++++++
 recipes/netsurf/libnsbmp_0.0.2.bb              |   27 ++++++++++
 recipes/netsurf/libnsfb/no-werror.patch        |   12 +++++
 recipes/netsurf/libnsfb_svn.bb                 |   32 ++++++++++++
 recipes/netsurf/libnsgif_0.0.2.bb              |   28 +++++++++++
 recipes/netsurf/libparserutils_0.0.2.bb        |   39 +++++++++++++++
 recipes/netsurf/libwapcaplet_0.0.2.bb          |   28 +++++++++++
 recipes/netsurf/netsurf-2.6/Makefile.config    |    9 +++
 recipes/netsurf/netsurf-2.6/debugxml_fix.patch |   63 ++++++++++++++++++++++++
 recipes/netsurf/netsurf-2.6/fix_makefile.patch |   12 +++++
 recipes/netsurf/netsurf-2.6/netsurf.desktop    |   10 ++++
 recipes/netsurf/netsurf-2.6/netsurf.png        |  Bin 0 -> 9329 bytes
 recipes/netsurf/netsurf-fb/Makefile.config     |   19 +++++++
 recipes/netsurf/netsurf-fb/debugxml_fix.patch  |   63 ++++++++++++++++++++++++
 recipes/netsurf/netsurf-fb/fix_makefile.patch  |   12 +++++
 recipes/netsurf/netsurf-fb_svn.bb              |   31 ++++++++++++
 recipes/netsurf/netsurf_2.6.bb                 |   37 ++++++++++++++
 19 files changed, 501 insertions(+), 0 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=e800b4433fe87669e960aa35361852217fb5721f




More information about the Openembedded-commits mailing list