View Single Post
Old 01-26-2016, 10:04 AM   #4
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
I doubt they will (what part of "LTS" implies that they give a darn?).

You could try compiling calibre from scratch, just checkout the source code and run:

Code:
python2 setup.py bootstrap
sudo python2 setup.py install
Assuming you have all the build-deps for calibre installed (and that they package recent enough versions), it should install just fine.

Linking against the system Qt5 should ensure that no issues arise because of incompatibility with the bundled Qt5 libs.
eschwartz is offline   Reply With Quote