~matttbe/ubuntu/raring/poppler/lp1072129

« back to all changes in this revision

Viewing changes to qt4/src/poppler-document.cc

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-01-20 09:25:18 UTC
  • Revision ID: package-import@ubuntu.com-20120120092518-r4niogdfau8cm0vl
Tags: 0.18.3-0ubuntu2
* debian/patches/poppler-lcm2.patch: Ported Poppler from liblcms1 which is
  not maintained any more upstream to the up-to-date liblcms2. Thanks to
  Koji Otani for the patch (LP: #885324).
* debian/control: Build-depend on liblcms2-dev and not on liblcms-dev any
  more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include "poppler-page-private.h"
41
41
 
42
42
#if defined(USE_CMS)
 
43
#if defined(USE_LCMS1)
43
44
#include <lcms.h>
 
45
#else
 
46
#include <lcms2.h>
 
47
#endif
44
48
#endif
45
49
 
46
50
namespace Poppler {