Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 670596
Collapse All | Expand All

(-)a/filter/pdftoijs.cxx (-1 / +4 lines)
Lines 70-76 namespace { Link Here
70
}
70
}
71
71
72
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
72
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
73
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23
73
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 70
74
void CDECL myErrorFun(void *data, ErrorCategory category,
75
    Goffset pos, const char *msg)
76
#elif POPPLER_VERSION_MINOR >= 23
74
void CDECL myErrorFun(void *data, ErrorCategory category,
77
void CDECL myErrorFun(void *data, ErrorCategory category,
75
    Goffset pos, char *msg)
78
    Goffset pos, char *msg)
76
#else
79
#else
(-)a/filter/pdftoraster.cxx (-2 / +5 lines)
Lines 281-287 cmsHPROFILE sgray_profile() Link Here
281
}
281
}
282
282
283
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
283
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
284
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 23
284
#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 70
285
void CDECL myErrorFun(void *data, ErrorCategory category,
286
    Goffset pos, const char *msg)
287
#elif POPPLER_VERSION_MINOR >= 23
285
void CDECL myErrorFun(void *data, ErrorCategory category,
288
void CDECL myErrorFun(void *data, ErrorCategory category,
286
    Goffset pos, char *msg)
289
    Goffset pos, char *msg)
287
#else
290
#else
Lines 1686-1692 static void outPage(PDFDoc *doc, Catalog *catalog, int pageNo, Link Here
1686
{
1689
{
1687
  SplashBitmap *bitmap;
1690
  SplashBitmap *bitmap;
1688
  Page *page = catalog->getPage(pageNo);
1691
  Page *page = catalog->getPage(pageNo);
1689
  PDFRectangle *mediaBox = page->getMediaBox();
1692
  const PDFRectangle *mediaBox = page->getMediaBox();
1690
  int rotate = page->getRotate();
1693
  int rotate = page->getRotate();
1691
  double paperdimensions[2], /* Physical size of the paper */
1694
  double paperdimensions[2], /* Physical size of the paper */
1692
    margins[4];	/* Physical margins of print */
1695
    margins[4];	/* Physical margins of print */

Return to bug 670596