View Single Post
Old 12-02-2013, 03:39 AM   #671
chrox
Zealot
chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.
 
Posts: 144
Karma: 405567
Join Date: Nov 2012
Device: K3 KPW PB840
Quote:
Originally Posted by willus View Post
[/LIST] Thank you! I will get them implemented in the next release. Is there a central repository for patches that I should check before each release?
Yes. The koreader team would always like to keep up with the latest k2pdfopt code. On each k2pdfopt version release we will make a fresh codebase override in libk2pdfopt with the lattest k2pdfopt source. The outcome commit in libk2pdfopt should be something like "fresh k2pdfopt v2.12"(d988c98ae7ec889fecc0bc8b5cae051f7b573988). Then we use this branch to merge with our latest branch. Conflicts, if there will have, will be fixed in the immediate commit like "update k2pdfopt to version v2.12"(e36230b59ba92e9da5ed261253acd805eba5baa9). So patches will be obtained with a command:

Code:
git clone https://github.com/koreader/libk2pdfopt.git
cd libk2pdfopt
git diff d988c98ae7ec889fecc0bc8b5cae051f7b573988 k2pdfoptlib/
It will diff all changes in k2pdfoptlib since the fresh k2pdfopt v2.12 source.
chrox is offline   Reply With Quote