~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to setup/installer/windows/notes.rst

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-08-16 09:55:40 UTC
  • mfrom: (1.3.35)
  • Revision ID: package-import@ubuntu.com-20120816095540-yfaxheew17jv19l5
Tags: 0.8.64+dfsg-1
* New upstream release:
  - Update license of the quick start guide to be DFSG compatible. Thanks to
    Christophe Siraut for sorting this out! (Closes: #653328)
* debian/control: Add new libmtp-dev build dependency.
* debian/control: Stricter python-mechanize dependency. (Closes: #684616)

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
cp build/podofo-*/build/podofo_config.h include/podofo/
323
323
cp -r build/podofo-*/src/* include/podofo/
324
324
 
325
 
You have to use >=0.8.2
326
 
 
327
 
The following patch (against -r1269) was required to get it to compile:
328
 
 
329
 
 
330
 
Index: src/PdfFiltersPrivate.cpp
331
 
===================================================================
332
 
--- src/PdfFiltersPrivate.cpp   (revision 1261)
333
 
+++ src/PdfFiltersPrivate.cpp   (working copy)
334
 
@@ -1019,7 +1019,7 @@
335
 
 /*
336
 
  * Prepare for input from a memory buffer.
337
 
  */
338
 
-GLOBAL(void)
339
 
+void
340
 
 jpeg_memory_src (j_decompress_ptr cinfo, const JOCTET * buffer, size_t bufsize)
341
 
 {
342
 
     my_src_ptr src;
 
325
You have to use >=0.9.1
343
326
 
344
327
 
345
328
ImageMagick