~ubuntu-branches/ubuntu/saucy/cups-filters/saucy

« back to all changes in this revision

Viewing changes to filter/pdftoraster.cxx

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-11-28 20:14:07 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20121128201407-4x4g6rwgc12e0iqu
Tags: 1.0.25-1
* New upstream release
   - urftopdf: Newly added filter to convert the URF format which (at
     least some) iOS apps send when printing via AirPrint (Upstream bug
     #1076).
   - pdftopdf: pdfautorotate functionality has been patched directly
     into pdftopdf (LP: #1040037, Upstream bug #1080).
   - pdftopdf: "mirror" produced only empty pages (XObjects not there).
   - pdftopdf: Fixed segfault on "page-ranges=1-2147483647" (from cups).
   - pdftopdf: Fixed collate filler insertion.
   - texttopdf: Fixed deficient string escaping (Upstream bug #1071).
   - serial backend: Added check for sys/ioctl.h to configure.ac (Upstream bug
     #1069).
* debian/patches/texttopdf-fix-deficient-string-escaping.patch: Removed
  fix backported from upstream.
* debian/rules: Added "DEB_DH_FIXPERMS_ARGS := -Xusr/lib/cups/backend" to not
  correct the permissions of CUPS backends (LP: #1076786).

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
  cmsHTRANSFORM colorTransform = NULL;
183
183
  cmsCIEXYZ D65WhitePoint;
184
184
  int renderingIntent = INTENT_PERCEPTUAL;
185
 
};
 
185
}
186
186
 
187
187
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
188
188
void CDECL myErrorFun(void *data, ErrorCategory category,