107 Commits

Author SHA1 Message Date
Kovid Goyal
ed0eb9b723 IGN:Also embed libreadline in linux binary 2009-09-04 14:23:37 -06:00
Kovid Goyal
a6c071e7a8 IGN:Add libssl and libcrypto to the linux binary bundle 2009-09-04 13:58:06 -06:00
Kovid Goyal
6b73df3c43 IGN:... 2009-09-03 22:24:57 -06:00
Kovid Goyal
b3df852724 IGN:calibre-x86_64 now build and runs on OS X Leopard 2009-09-03 19:08:17 -06:00
Kovid Goyal
29337bac68 Fixed recipes for The LA Times and Budget Fashionista 2009-09-02 19:57:52 -06:00
Kovid Goyal
6ad672ae40 IGN:More work on leopard build 2009-09-02 16:16:40 -06:00
Kovid Goyal
c913e7902a Updated recipe for Business Week 2009-09-02 09:48:57 -06:00
Kovid Goyal
d6b76bcaf1 IGN:More work on the leopard build 2009-09-01 22:27:29 -06:00
Kovid Goyal
c33d8a09da IGN:... 2009-09-01 21:16:40 -06:00
Kovid Goyal
1a8bb2f142 IGN:Various things needed to get calibre to build in Leopard 2009-09-01 17:29:46 -06:00
Kovid Goyal
09f00cd822 IGN:... 2009-08-30 14:32:54 -06:00
Kovid Goyal
fc9053e907 IGN:Switch back to old windows builder. Also fix some dependencies so the calibre binary runs again in Ubuntu 2009-08-28 10:53:07 -06:00
Kovid Goyal
b34bdd60cd New recipe for The Intelligencer by Darko Miletic 2009-08-27 21:23:14 -06:00
Kovid Goyal
96851834cd IGN:Misc fixes 2009-08-26 15:02:37 -06:00
Kovid Goyal
ab77e05d30 IGN:Misc. fixes 2009-08-25 14:07:49 -06:00
Kovid Goyal
a04024d455 IGN:New windows build system 2009-08-25 11:10:44 -06:00
Kovid Goyal
05f7f42400 IGN:Fix #2152 (Typo in GUI) 2009-08-24 08:44:58 -06:00
Kovid Goyal
ae0274ceab IGN:... 2009-08-21 16:30:02 -06:00
Kovid Goyal
1be3d0782a IGN:... 2009-08-10 20:42:50 -06:00
Kovid Goyal
fbaa321738 Linux automounting: Remove dependency on pmount. Instead use custom mount helper. Linux distributors: Make sure calibre-mount-helper is installed setuid and setgid root 2009-08-09 09:40:38 -06:00
Kovid Goyal
5d800d0d19 IGN:... 2009-08-01 16:17:32 -06:00
Kovid Goyal
929d74f718 Switch to using poppler to read PDF metadata. Hopefully is faster/more stable. Fixes #3041 (version 0.6.3 doesnt delete temp files) 2009-08-01 15:07:33 -06:00
Kovid Goyal
11068e0e09 Convert all unicode characters to ASCII when creating file paths on the device 2009-07-26 09:49:16 -06:00
Kovid Goyal
01c8dd2fc6 Add libgcrypt to linux binary build 2009-07-20 22:10:34 -06:00
Kovid Goyal
c479a6a4a7 Use Qt 4.5.2 in windows build 2009-07-18 12:32:53 -06:00
Kovid Goyal
04fe7ef6df Driver for HTC Android phones 2009-07-12 15:57:13 -06:00
Kovid Goyal
80bc5384bc ... 2009-06-27 19:09:18 -07:00
Kovid Goyal
9603e3f385 Include the amazon metadata fetching module in the OS X build of calibre 2009-06-24 10:22:12 -07:00
Kovid Goyal
cab5e4f95c Fix #2585 (Beta 6 fails to run showing a library error) 2009-06-17 15:28:42 -07:00
Kovid Goyal
01a7153972 Make news download scheduler dialog compatible with PyQt 4.5 2009-06-11 11:25:25 -07:00
Kovid Goyal
2f71169b6c Updated translations 2009-06-10 13:39:46 -07:00
Kovid Goyal
99993e492e beta 3 2009-06-07 21:57:59 -07:00
Kovid Goyal
7dd7ad65dd Fix #2555 (Lit output issues) 2009-06-07 15:19:58 -07:00
Kovid Goyal
bf0426f15c ... 2009-06-06 17:28:59 -07:00
Kovid Goyal
d6e4ce275f Launching GUI from Terminal now works correctly in OS X 2009-06-06 10:27:57 -07:00
Kovid Goyal
2c39eda812 calibre-server nows runs on linux without requiring a X server 2009-06-05 20:46:45 -07:00
Kovid Goyal
fab6127966 OS X builds again 2009-06-05 19:26:59 -07:00
Kovid Goyal
03fd7f164e Support for ejecting devices on windows 2009-06-05 16:30:59 -07:00
Kovid Goyal
943f6f4c4b Eject for OS X (needs testing) 2009-06-05 11:45:39 -07:00
Kovid Goyal
857cc5f4bb ... 2009-06-03 22:54:55 -07:00
Kovid Goyal
abb8d5adc1 ... 2009-06-03 10:00:56 -07:00
Kovid Goyal
8adf54c7b4 Misc. fixes 2009-06-01 21:11:48 -07:00
Kovid Goyal
e3fabe843a Switch to using a C extension module to interface with fontconfig. This means that calibre now has a build time dependency on fontconfig as well. You can tell calibre where to find the font config headers and library via the environment variables: FC_INC_DIR and FC_LIB_DIR 2009-06-01 18:12:57 -07:00
Kovid Goyal
029fd0b3ac More misc. fixes 2009-05-31 18:00:17 -07:00
Kovid Goyal
0dc8d053ff ... 2009-05-31 13:49:07 -07:00
Kovid Goyal
3e9e6a63d7 PDF Metadata: Switch to using PoDoFp to read/write PDF metadata. On linux, calibre will fall back to pdftk and pypdf. Linux distributors: calibre will only try to build the podofo extension if it detects the podofo header files in the directory pointed to by PODOFO_INC_DIR, defaults to /usr/include/podofo 2009-05-10 12:56:44 -07:00
Kovid Goyal
f371247347 Switch to using pdftk to set PDF metadata on windows and linux as it is more robust 2009-05-08 14:30:26 -07:00
Kovid Goyal
075f59b8d1 PDF Input: calibre now supports conversion of PDF version > 1.5 as well 2009-04-23 20:57:37 -07:00
Kovid Goyal
bbcc9d4614 New recipe for Die Presse by Gerhard Aigner 2009-04-13 10:20:59 -07:00
Kovid Goyal
59328d7999 Implement #2096 (Move deleted books in the trash folder) 2009-04-10 11:09:19 -07:00