Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347471 - www-client/netsurf (new package)
Summary: www-client/netsurf (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.netsurf-browser.org/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-12-01 19:54 UTC by Brandon Captain
Modified: 2012-07-18 16:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
net-libs/hubbub (hubbub-0.0.2.ebuild,649 bytes, text/plain)
2011-02-01 17:54 UTC, Incinerator
Details
net-libs/libcss (libcss-0.0.2.ebuild,648 bytes, text/plain)
2011-02-01 17:54 UTC, Incinerator
Details
net-libs/libnsbmp (libnsbmp-0.0.2.ebuild,647 bytes, text/plain)
2011-02-01 17:55 UTC, Incinerator
Details
net-libs/libnsfb (libnsfb-9999.ebuild,632 bytes, text/plain)
2011-02-01 17:56 UTC, Incinerator
Details
net-libs/libnsgif (libnsgif-0.0.2.ebuild,642 bytes, text/plain)
2011-02-01 17:56 UTC, Incinerator
Details
net-libs/libparserutils (libparserutils-0.0.2.ebuild,640 bytes, text/plain)
2011-02-01 17:57 UTC, Incinerator
Details
net-libs/libsvgtiny (libsvgtiny-9999.ebuild,631 bytes, text/plain)
2011-02-01 17:58 UTC, Incinerator
Details
net-libs/libwapcaplet (libwapcaplet-0.0.2.ebuild,625 bytes, text/plain)
2011-02-01 17:58 UTC, Incinerator
Details
www-client/netsurf (netsurf-2.6.ebuild,4.39 KB, text/plain)
2011-02-01 17:59 UTC, Incinerator
Details
www-client/netsurf/files/fix-font-path.patch (fix-font-path.patch,583 bytes, patch)
2011-02-01 18:00 UTC, Incinerator
Details | Diff
www-client/netsurf/files/netsurf (netsurf,88 bytes, text/plain)
2011-02-01 18:02 UTC, Incinerator
Details
patch to ebuild fixing freetype support for framebuffer build (netsurf-2.7.ebuild.patch,811 bytes, patch)
2011-08-13 14:20 UTC, Nick White
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brandon Captain 2010-12-01 19:54:32 UTC
( from http://soosck.wordpress.com/2010/11/16/netsurf-graphical-web-browser-command-line-css/ )

"Believe me or not, the above picture is neither photoshoped nor produced in WMs, it’s just a pic of NetSurf running on Framebuffer. The whole browser and all its dependencies roughly measures 5 MB. NetSurf utilizes no bloated Window Managers and still it supports HTML 4, CSS 2.1, HTTPS, Unicode content and many other features. Furthermore, the development seems propitious with HTML 5 and JavaScript support under progress."

I'll try to create a quick ebuild for this in a few days unless someone beats me to it.

Reproducible: Always

Steps to Reproduce:
Comment 1 Incinerator 2011-02-01 17:54:07 UTC
Created attachment 261255 [details]
net-libs/hubbub

hubbub dep
Comment 2 Incinerator 2011-02-01 17:54:50 UTC
Created attachment 261257 [details]
net-libs/libcss

libcss dep
Comment 3 Incinerator 2011-02-01 17:55:42 UTC
Created attachment 261258 [details]
net-libs/libnsbmp

libnsbmp dep
Comment 4 Incinerator 2011-02-01 17:56:20 UTC
Created attachment 261259 [details]
net-libs/libnsfb

fb dep
Comment 5 Incinerator 2011-02-01 17:56:54 UTC
Created attachment 261260 [details]
net-libs/libnsgif

gif dep
Comment 6 Incinerator 2011-02-01 17:57:43 UTC
Created attachment 261261 [details]
net-libs/libparserutils
Comment 7 Incinerator 2011-02-01 17:58:09 UTC
Created attachment 261263 [details]
net-libs/libsvgtiny
Comment 8 Incinerator 2011-02-01 17:58:31 UTC
Created attachment 261265 [details]
net-libs/libwapcaplet
Comment 9 Incinerator 2011-02-01 17:59:00 UTC
Created attachment 261266 [details]
www-client/netsurf
Comment 10 Incinerator 2011-02-01 18:00:49 UTC
Created attachment 261267 [details, diff]
www-client/netsurf/files/fix-font-path.patch

A patch that changes font path that is used in fb mode. Netsurf will crush without it.
Comment 11 Incinerator 2011-02-01 18:02:13 UTC
Created attachment 261268 [details]
www-client/netsurf/files/netsurf

NetSurf should be executed inside of it's directory. So we should cd there at first.
Comment 12 Incinerator 2011-02-01 18:27:26 UTC
It was a nightmare. :)
And in the end it doesn't work in fb mode outside of X... :D
It screams that "Failed to initialize SDL Video: No available video device", meanwhile it should use "linux" not "sdl" as an fb frontend.
I searched a lot and didn't get why. There is an NETSURF_FB_FRONTEND option that could be overrided in Makefile.config for choosing appropriate fb device (valid values are: linux, sdl, vnc, able) at compile time. But it's already set to "linux" and overriding it to "linux" does nothing, off course. :)

OK, what's about USE flags:
freetype - it is related only to FB mode. NetSurf uses internal font system by default. And it has a single built in monospaced face with CP467 encoding. So, if you are interested in something more (i repeat, in FB mode which doesn't work outside of X) - you should turn that USE on.
pdf - it is related only to X mode. It is used for PDF export and printing.
svgtiny - it breaks NetSurf's SVG rendering at the moment. But someday... :)

Do like this to run netsurf:
netsurf
netsurf gentoo.org
or
netsurf -fb
netsurf -fb gentoo.org

Regards,
Incinerator
Comment 13 Michael Weber (RETIRED) gentoo-dev 2011-05-02 15:15:06 UTC
I'm taking a look at it and commit it to 
http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=summary
(it should be in layman soon)
I'll commit this to the main tree as soon as it works fine.
Comment 14 Michael Weber (RETIRED) gentoo-dev 2011-05-03 21:04:30 UTC
I've finished my work, please take a look to the overlay.
Comment 15 Nick White 2011-08-03 23:57:48 UTC
Michael, I had a play with the ebuild (and dependencies) in your repositories.

netsurf with gtk useflag works great. However, with the fbcon use flag it just exits with 1 exit status. I was under the impression that the netsurf framebuffer build is a wrapper straight into X (not the linux framebuffer) - is this correct? Any thoughts on why it isn't working for me? strace proved inscrutable to me, and gdb reported nothing untoward happening.

Many thanks for the work.
Comment 16 Nick White 2011-08-11 18:03:41 UTC
OK, scratch the nsfb complaint, it's working fine. I didn't realise, but running the X surface of netsurf just needs 'nsfb -f x', and then it works. nsfb suprised me by being quite slow, but the packaging is obviously not at fault there.
Comment 17 Nick White 2011-08-13 14:19:07 UTC
Michael, your ebuild had a little typo that meant freetype wasn't enabled for the framebuffer build. Also, for freetype to work, a font path needs to be passed to the compile. I passed the dejavu path; hopefully that's generic enough to be useful.

I'll attach a patch to the latest ebuild in your repository making these two changes.
Comment 18 Nick White 2011-08-13 14:20:34 UTC
Created attachment 283175 [details, diff]
patch to ebuild fixing freetype support for framebuffer build
Comment 19 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-07-17 12:35:09 UTC
I'll look into updating the ebuilds for netsurf-2.9 and then adding it to portage.

xmw: feel free to beat me to it
Comment 20 Michael Weber (RETIRED) gentoo-dev 2012-07-18 06:11:04 UTC
i'm currently updating/commiting this into the tree.
Comment 21 Michael Weber (RETIRED) gentoo-dev 2012-07-18 16:11:02 UTC
(In reply to comment #18)
> Created attachment 283175 [details, diff] [details, diff]
> patch to ebuild fixing freetype support for framebuffer build

Thanks for the patch. I sould stick with the USE flags freetype here, because it selects the specific implementation (media-libs/freetype) over the internal implementation.
Comment 22 Michael Weber (RETIRED) gentoo-dev 2012-07-18 16:11:22 UTC
In tree ;-)