1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: Fix FTBFS due to poppler 0.39 API changes
Origin: https://bugs.launchpad.net/poppler-python/+bug/1528489/comments/2
Bug-Debian: https://bugs.debian.org/812680
Last-Update: 2016-05-28
--- a/poppler.defs
+++ b/poppler.defs
@@ -578,18 +578,6 @@
)
)
-(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")
(c-name "PopplerPageTransitionType")
|