Kovid Goyal
58cb71be99
Update the version of libimobiledevice to 1.1.7 shipped in the linux and OS X builds
2014-11-23 14:19:15 +05:30
Kovid Goyal
d588010b39
Add pygments to the binary builds
2014-11-20 18:17:52 +05:30
Kovid Goyal
99cb07ea09
Use the default user shell in the build VMs instead of bash
2014-11-15 16:52:41 +05:30
Kovid Goyal
c471e0d1e0
Update the version of libimobiledevice bundled with the windows calibre build to support iOS 8
2014-11-15 16:52:18 +05:30
Kovid Goyal
d0a44763f8
Windows: Redirect stdout/stderr to NUL instead of temp files. Avoids unnecessary creation of temp files
2014-11-13 10:56:53 +05:30
Kovid Goyal
8dab918f98
Add the xpyb XCB python bindings to the linux builds
2014-10-31 16:00:40 +05:30
Kovid Goyal
3e2a75327a
Add the dbus-glib library to the linux binary build
2014-10-30 09:04:26 +05:30
Kovid Goyal
2fdf4de2f6
...
2014-09-29 21:41:55 +05:30
Kovid Goyal
b4cfdbbf32
Turn on hash randomization in the version of python bundled with calibre
2014-09-29 21:36:33 +05:30
Kovid Goyal
f5edac6074
Implement v2 codesigning for the calibre app bundle on OS X
...
calibre is now built on 10.9.5 as that is the only version of OS X that
supports v2 codesigning. v2 codesigning is required for Gatekeeper on
all versions of OSX >= 10.9.5
2014-09-19 15:31:33 +05:30
Kovid Goyal
f6e42f4cc1
Fix regression that caused calibre running in debug mode on OS X to not have a menubar or dock icon
2014-09-08 20:40:45 +05:30
Kovid Goyal
76fb7b2b74
...
2014-09-01 15:10:54 +05:30
Kovid Goyal
d758d88191
Decrease size of icns files in the OS X app bundle
...
By running the PNG images through a PNG optimizer. Also specify a
thumbnail image to use for files associated with calibre. Fixes #295 (Icon association for book files on Mac)
2014-08-30 10:49:00 +05:30
Kovid Goyal
057afd434c
...
2014-08-30 10:22:54 +05:30
Kovid Goyal
cc8b5e70c2
Patch to Qt WebKit to fix rendering of soft hyphens in the viewer
2014-08-28 15:47:57 +05:30
Kovid Goyal
c0708c760d
Workaround for bug in hdiutil
2014-08-25 10:17:31 +05:30
Kovid Goyal
1d92987780
OS X: Fix background jobs stealing input focus if they require the use of hidden browser
2014-08-24 18:28:25 +05:30
Kovid Goyal
697a74b0c1
Prevent calibre from installing or running on Windows XP as there have been many reports of Qt 5 crashing on Windows XP and Windows XP is now no longer supported by Microsoft.
2014-08-24 00:47:10 +05:30
Kovid Goyal
77bd43ecc4
Add webp support to the binary build on osx and linux to match windows
2014-08-08 18:31:13 +05:30
Kovid Goyal
81d1a3b922
...
2014-08-08 18:31:13 +05:30
Kovid Goyal
4ba3255dd1
Build option to not strip the generated linux/os x binaries
2014-08-08 18:31:13 +05:30
Kovid Goyal
cf5b0f68d2
Parallelize building of linux launchers
2014-08-08 18:31:13 +05:30
Kovid Goyal
12882d2a99
...
2014-08-08 18:31:13 +05:30
Kovid Goyal
fd06b97d9d
...
2014-08-08 18:31:13 +05:30
Kovid Goyal
65d6c5979c
Display build times for the binary builds
2014-08-08 18:31:13 +05:30
Kovid Goyal
a551136f5b
MSI installer: Always re-install all files
2014-08-08 18:31:12 +05:30
Kovid Goyal
3177772cc6
Exclude unneeded ddls from the pythonwin package int he windows 32bit binary build
2014-08-08 18:31:12 +05:30
Kovid Goyal
4dcf430d5d
Use custom compiled version of glib and libgcrypt
2014-08-08 18:31:12 +05:30
Kovid Goyal
a074794a22
...
2014-08-08 18:31:12 +05:30
Kovid Goyal
5cc085c031
More gstreamer deps and use correct so name for libpython
2014-08-08 18:31:12 +05:30
Kovid Goyal
969e5157e9
Leave out libstdc++ from the binary linux build
2014-08-08 18:31:12 +05:30
Kovid Goyal
7bae01ec5e
...
2014-08-08 18:31:11 +05:30
Kovid Goyal
90e9b071d8
...
2014-08-08 18:31:11 +05:30
Kovid Goyal
db449ebb71
Various fixed for linux binary. Also performance improvement by not importing PyQt in site.py
2014-08-08 18:31:11 +05:30
Kovid Goyal
8f9fa74586
Use LZMA insteap of BZIP2 to compress the linux binary tarball, for a large size reduction (~30%)
2014-08-08 18:31:11 +05:30
Kovid Goyal
d6b5176c65
Linux binaries build
2014-08-08 18:31:11 +05:30
Kovid Goyal
e7781ffb25
...
2014-08-08 18:31:11 +05:30
Kovid Goyal
cbc95329fc
Workaround for Qt 5 no longer being able to change the dock icon
2014-08-08 18:31:11 +05:30
Kovid Goyal
cb6151e4e1
Remove unnecessary inclusing of ImageMagick config files
2014-08-08 18:31:11 +05:30
Kovid Goyal
d49208a683
...
2014-08-08 18:31:11 +05:30
Kovid Goyal
d7fec99345
OS X builds, needs testing
2014-08-08 18:31:11 +05:30
Kovid Goyal
e64d92bd9a
Script to fix install names in ICU libs on OS X
2014-08-08 18:31:11 +05:30
Kovid Goyal
4e7ce1fece
More robust removal of CRT dependencies from dlls in the windows build
...
Fixes a problem with the 64-bit ImageMagick core DLL getting corrupted
by the old removal process.
2014-08-08 18:31:11 +05:30
Kovid Goyal
b9e048bf3d
Speed up initiation of remote build by using only a single ssh connection
2014-08-08 18:31:10 +05:30
Kovid Goyal
885418a5a8
...
2014-08-08 18:31:10 +05:30
Kovid Goyal
5b3f45ed1b
...
2014-08-08 18:31:10 +05:30
Kovid Goyal
e71acfc4d5
...
2014-08-08 18:31:10 +05:30
Kovid Goyal
b43fd024d7
The windows binaries build
2014-08-08 18:31:10 +05:30
Kovid Goyal
1a478dd15e
Get the C extensions all building on windows
2014-08-08 18:31:10 +05:30
Kovid Goyal
496a0789fd
Switch to using VirtualBox vms for building calibre
2014-08-08 18:31:10 +05:30