From 3a8ce1401be579284b266d3ae424e7b373bccc0a Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 31 Jan 2016 08:55:04 +0700 Subject: python/pypoppler: Patched to fix building with latest poppler. Signed-off-by: Willy Sudiarto Raharjo --- ...ython-poppler-0.12.1-poppler-0.39.0-changes.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 python/pypoppler/patches/python-poppler-0.12.1-poppler-0.39.0-changes.patch (limited to 'python/pypoppler/patches/python-poppler-0.12.1-poppler-0.39.0-changes.patch') diff --git a/python/pypoppler/patches/python-poppler-0.12.1-poppler-0.39.0-changes.patch b/python/pypoppler/patches/python-poppler-0.12.1-poppler-0.39.0-changes.patch new file mode 100644 index 0000000000..53ae1dd70f --- /dev/null +++ b/python/pypoppler/patches/python-poppler-0.12.1-poppler-0.39.0-changes.patch @@ -0,0 +1,20 @@ +--- poppler.defs 2009-09-27 16:07:59.000000000 +0700 ++++ poppler.defs 2015-12-22 16:36:14.000000000 +0600 +@@ -579,16 +579,4 @@ + ) + +-(define-enum Orientation +- (in-module "Poppler") +- (c-name "PopplerOrientation") +- (gtype-id "POPPLER_TYPE_ORIENTATION") +- (values +- '("portrait" "POPPLER_ORIENTATION_PORTRAIT") +- '("landscape" "POPPLER_ORIENTATION_LANDSCAPE") +- '("upsidedown" "POPPLER_ORIENTATION_UPSIDEDOWN") +- '("seascape" "POPPLER_ORIENTATION_SEASCAPE") +- ) +-) +- + (define-enum PageTransitionType + (in-module "Poppler") + -- cgit v1.2.3