dev-python/python-poppler: Add fixes for poppler-0.39.0

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568948

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-12-25 13:24:15 +01:00
parent 1a259a23fb
commit 6fbcb03b91
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
--- 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")