Commit Graph

381 Commits (de15ab3a8758a22a66f59dbc78322a635a0c547e)

Author SHA1 Message Date
Dobrica Pavlinusic 9bd93fe9c1 move third-party git checkouts into submodules #43 12 years ago
Qingping Hou 9c41d0468e fix: remove misplaced backslash in Makefile 12 years ago
traycold eba1c2d5ef Merge remote-tracking branch 'hwhw/master' into djvu 12 years ago
Qingping Hou 2505128128 fix: add -lpthread for kpdfview target 12 years ago
Qingping Hou bd02f93d50 mod: remove sqlite in kpdfview dependence 12 years ago
Qingping Hou 1b1fc2b3ae integrate djvu support 12 years ago
traycold 9fb0fcadd8 fixed small type; set compiler variables when using scratchbox 12 years ago
HW 8816285ec7 removed SQLite and lsqlite for the moment 12 years ago
HW 357da594d4 disable ARM specific CFLAGS when in emu mode 12 years ago
HW b7d0e657a8 disabled debug symbol output, enabled optimization 12 years ago
Dobrica Pavlinusic c9064411f7 build only static djvulibre and fix cross-compile #26 12 years ago
Dobrica Pavlinusic 2b0a17e034 switch to git djvulibre since 3.5.24 fails #26
I'm using gcc version 4.6.3 (Debian 4.6.3-1) and git does compile while
version 3.5.24 fails with:

In file included from ../../libdjvu/GContainer.h:67:0,
                 from ../../libdjvu/GContainer.cpp:63:
../../libdjvu/GSmartPointer.h:492:30: error: ‘size_t’ does not name a type
../../libdjvu/GSmartPointer.h:492:37: error: ISO C++ forbids declaration of ‘n’ with no type [-fpermissive]
12 years ago
Qingping Hou 41c46313ef mod: adapt makefile to build djvu library 12 years ago
Qingping Hou 4a1a5233c0 Merge branch 'master' into djvu
Conflicts:
	reader.lua
12 years ago
Qingping Hou c4d0cd26ae half done djvu support 12 years ago
Dobrica Pavlinusic ccc2f7e134 cleanup old files before fetching new versions 12 years ago
Qingping Hou e9f6ecfb86 fix: freetype version in Makefile 12 years ago
HW 225fa725db Adapted to latest muPDF changes (xref -> document, memory context) 12 years ago
HW fbbdc8dfc0 Adapted to latest muPDF code. Makes code a bit slicker. 12 years ago
Dobrica Pavlinusic f74def7a69 create customupdate package for launchpad installation
This change also modifies installation directory for install
and customupdate make targets to /mnt/us/kindlepdfviewer
12 years ago
HW f48526d84c reworked install target a bit 13 years ago
HW f06b0f1dd3 added building/linking of luafilesystem
for info about luafilesystem, see
http://keplerproject.github.com/luafilesystem/
13 years ago
HW f307264fb6 added freetype text rendering (still buggy)
this allows to render glyphs and also brings a simple
engine for rendering UTF-8 strings onto the framebuffer.
blitting to uneven offset is implemented here, too, but
needs more work and is still buggy.

In the end, this will allow for a simple GUI.
13 years ago
HW 12edfa7627 integrated sqlite3 + luasqlite3 in build
This will pull in support for SQLite3.
For the API, see here:
http://lua.sqlite.org/index.cgi/index
13 years ago
Dobrica Pavlinusic 2d023d79c2 scp all *.lua files to Kindle 13 years ago
HW 11cc9e38f4 added mupdf patching to Makefile 13 years ago
HW c6e491ad11 accidently enabled PDF tracing output, revert that. 13 years ago
HW 4e037e44f5 more makefile love: compile everything in one go
now - after fetching third party sources - you can
compile everything via

make

or

EMULATE_READER=1 make

in one go.
13 years ago
HW f78776a4d5 changes on building (clean-up) and emulation code
cleaned up Makefile a bit and made emulation related
parts really conditional on a single flag (EMULATE_READER).
13 years ago
HW ade5c4892d better argument parsing and option for gamma correction
included MIT-licensed alt_getopt implementation:
http://files.luaforge.net/releases/alt-getopt/alt-getopt/alt-getopt-0.7.0

created example use of gamma correction.

reader.lua now has usage notes for its invocation syntax.
13 years ago
HW 10a8d59882 oops, Makefile wasn't in initial import. 13 years ago