* Replace gross hack named post-configure with a qmake_all target call
before building documentation. The downside is that rebuild part will
run in a single process mode; the upside is that qdoc, qhelpgenerator
and anyone else will work as intended, without need of explicit
Qt build modules tweaking.
* Move a few files to -examples. QCounter sensor plugin is commented out
as it doesn't get installed in case qmake is rerun (see above). It looks
like this file shouldn't be installed in the first place, but I'm not
sure, thus using @comment for now.
Documentation building will be disabled until the issue seen by naddy@ gets
fixed.
* We added support for mpv, which is a player based on mplayer with
* Now it's possible to select a secondary subtitle track which is
displayed on top of the screen (mpv only).
* New option to set a template for screenshots (mpv only).
* Now it's possible to play videos from streaming sites (besides
Youtube) like DailyMotion, Vimeo, Vevo and many more (mpv only).
* Option to step back one frame (mpv only).
Test on amd64
Thanks Daniel Jakots!
OK benoit@
Qt5 documentation, is always picked up from build directory.
Remove IGNORE-qch as things should build fine again (unless a problem naddy@
seen today is unrelated).
* Builds fine when another version being installed;
* Start building documentation, HTML generator bug was fixed (patch is
waiting for inclusion upstream);
This update do NOT include QtWebEngine: it relies on building from
Chromium sources (bundled with Qt5) and is a real pain to proceed; so lets
concentrate on what we already have.
All dependant ports are checked by building and running.