From 240af01297ea298a6ada4e671ee6bb4cb2ec38a1 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 11 May 2009 07:42:05 +0000 Subject: avoid :: in filename, for rsync and windows git-svn-id: svn://tug.org/texlive/trunk@13041 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog | 6 ++++++ .../patch-10-exclude-body-of-Page::getDefaultCTM | 21 --------------------- .../patch-10-exclude-body-of-Page_getDefaultCTM | 21 +++++++++++++++++++++ 3 files changed, 27 insertions(+), 21 deletions(-) delete mode 100644 Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page::getDefaultCTM create mode 100644 Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page_getDefaultCTM (limited to 'Build/source/libs/xpdf') diff --git a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog index 58a9e24fa1e..4aa7ee7c35d 100644 --- a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog +++ b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/ChangeLog @@ -1,3 +1,9 @@ +2009-05-10 Peter Breitenlohner + + * patch-10-exclude-body-of-Page::getDefaultCTM (removed), + * patch-10-exclude-body-of-Page_getDefaultCTM (new): renamed + this file to avoid problems with rsync and windows. + 2009-05-10 Peter Breitenlohner Reorganize and simplify pdftex patches. diff --git a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page::getDefaultCTM b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page::getDefaultCTM deleted file mode 100644 index 5037bf1ba02..00000000000 --- a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page::getDefaultCTM +++ /dev/null @@ -1,21 +0,0 @@ - Enable compilation with -DPDF_PARSER_ONLY - - from: - Derek B. Noonburg - ---- xpdf-3.02.orig/xpdf/Page.cc 2007-02-27 23:05:52.000000000 +0100 -+++ xpdf-3.02/xpdf/Page.cc 2009-05-07 00:22:58.085044699 +0200 -@@ -422,6 +422,7 @@ - - void Page::getDefaultCTM(double *ctm, double hDPI, double vDPI, - int rotate, GBool useMediaBox, GBool upsideDown) { -+#ifndef PDF_PARSER_ONLY - GfxState *state; - int i; - -@@ -438,4 +439,5 @@ - ctm[i] = state->getCTM()[i]; - } - delete state; -+#endif - } diff --git a/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page_getDefaultCTM b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page_getDefaultCTM new file mode 100644 index 00000000000..5037bf1ba02 --- /dev/null +++ b/Build/source/libs/xpdf/xpdf-3.02-PATCHES/patch-10-exclude-body-of-Page_getDefaultCTM @@ -0,0 +1,21 @@ + Enable compilation with -DPDF_PARSER_ONLY + + from: + Derek B. Noonburg + +--- xpdf-3.02.orig/xpdf/Page.cc 2007-02-27 23:05:52.000000000 +0100 ++++ xpdf-3.02/xpdf/Page.cc 2009-05-07 00:22:58.085044699 +0200 +@@ -422,6 +422,7 @@ + + void Page::getDefaultCTM(double *ctm, double hDPI, double vDPI, + int rotate, GBool useMediaBox, GBool upsideDown) { ++#ifndef PDF_PARSER_ONLY + GfxState *state; + int i; + +@@ -438,4 +439,5 @@ + ctm[i] = state->getCTM()[i]; + } + delete state; ++#endif + } -- cgit v1.2.3