diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-09-28 23:06:04 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-09-28 23:06:04 +0000 |
commit | fa9bc7160f8675f1eacb1b85c51ecbb23a109247 (patch) | |
tree | 32fbd66ae73f669e05b5e56f4c155dec3e752c42 /app-text/poppler/files | |
parent | Doesn't compile against poppler-0.18.0, restrict. (diff) | |
download | gentoo-2-fa9bc7160f8675f1eacb1b85c51ecbb23a109247.tar.gz gentoo-2-fa9bc7160f8675f1eacb1b85c51ecbb23a109247.tar.bz2 gentoo-2-fa9bc7160f8675f1eacb1b85c51ecbb23a109247.zip |
Version bump, bug 384595. Ebuild by Rafał Mużyło.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'app-text/poppler/files')
-rw-r--r-- | app-text/poppler/files/poppler-0.18.0-poppler_page_get_image-crash.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/poppler/files/poppler-0.18.0-poppler_page_get_image-crash.patch b/app-text/poppler/files/poppler-0.18.0-poppler_page_get_image-crash.patch new file mode 100644 index 000000000000..b4388e012584 --- /dev/null +++ b/app-text/poppler/files/poppler-0.18.0-poppler_page_get_image-crash.patch @@ -0,0 +1,20 @@ +From d2706a05513134f961e2500e0e596f2769707ce5 Mon Sep 17 00:00:00 2001 +From: Adrian Johnson <ajohnson@redneon.com> +Date: Wed, 28 Sep 2011 11:50:23 +0000 +Subject: cairo: fix crash when using poppler_page_get_image() + +--- +diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h +index effa9dd..0f202a5 100644 +--- a/poppler/CairoOutputDev.h ++++ b/poppler/CairoOutputDev.h +@@ -434,6 +434,7 @@ public: + virtual void stroke(GfxState *state) { } + virtual void fill(GfxState *state) { } + virtual void eoFill(GfxState *state) { } ++ virtual void clipToStrokePath(GfxState *state) { } + virtual GBool tilingPatternFill(GfxState *state, Catalog *cat, Object *str, + double *pmat, int paintType, int tilingType, Dict *resDict, + double *mat, double *bbox, +-- +cgit v0.9.0.2-2-gbebe |