netsurf: Update netsurf, dependancies, add netsurf-fb recipe.
authorAlex Ferguson <thoughtmonster@gmail.com>
Sat, 20 Nov 2010 13:44:01 +0000 (15:44 +0200)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Sat, 20 Nov 2010 13:57:45 +0000 (14:57 +0100)
commite800b4433fe87669e960aa35361852217fb5721f
tree0ea562247bde39f9d290b693ba687b57579ee2e8
parent18e9ef2b9b8f9c6353a44315f2efa410457b3ed2
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@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
19 files changed:
recipes/netsurf/hubbub_0.0.2.bb [new file with mode: 0644]
recipes/netsurf/libcss-0.0.2/no-werror.patch [new file with mode: 0644]
recipes/netsurf/libcss_0.0.2.bb [new file with mode: 0644]
recipes/netsurf/libnsbmp_0.0.2.bb [new file with mode: 0644]
recipes/netsurf/libnsfb/no-werror.patch [new file with mode: 0644]
recipes/netsurf/libnsfb_svn.bb [new file with mode: 0644]
recipes/netsurf/libnsgif_0.0.2.bb [new file with mode: 0644]
recipes/netsurf/libparserutils_0.0.2.bb [new file with mode: 0644]
recipes/netsurf/libwapcaplet_0.0.2.bb [new file with mode: 0644]
recipes/netsurf/netsurf-2.6/Makefile.config [new file with mode: 0644]
recipes/netsurf/netsurf-2.6/debugxml_fix.patch [new file with mode: 0644]
recipes/netsurf/netsurf-2.6/fix_makefile.patch [new file with mode: 0644]
recipes/netsurf/netsurf-2.6/netsurf.desktop [new file with mode: 0644]
recipes/netsurf/netsurf-2.6/netsurf.png [new file with mode: 0644]
recipes/netsurf/netsurf-fb/Makefile.config [new file with mode: 0644]
recipes/netsurf/netsurf-fb/debugxml_fix.patch [new file with mode: 0644]
recipes/netsurf/netsurf-fb/fix_makefile.patch [new file with mode: 0644]
recipes/netsurf/netsurf-fb_svn.bb [new file with mode: 0644]
recipes/netsurf/netsurf_2.6.bb [new file with mode: 0644]