pythonPackages.pypoppler: init at 0.12.2

This commit is contained in:
Frederik Rietdijk
2016-09-29 14:36:18 +02:00
parent f3d7afa86d
commit f0155e8d70
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/poppler.c b/poppler.c
index 31b4489..16d0838 100644
--- a/poppler.c
+++ b/poppler.c
@@ -4501,7 +4501,6 @@ py_poppler_add_constants(PyObject *module, const gchar *strip_prefix)
pyg_enum_add(module, "FormTextType", strip_prefix, POPPLER_TYPE_FORM_TEXT_TYPE);
pyg_enum_add(module, "FormChoiceType", strip_prefix, POPPLER_TYPE_FORM_CHOICE_TYPE);
pyg_enum_add(module, "Error", strip_prefix, POPPLER_TYPE_ERROR);
- pyg_enum_add(module, "Orientation", strip_prefix, POPPLER_TYPE_ORIENTATION);
pyg_enum_add(module, "PageTransitionType", strip_prefix, POPPLER_TYPE_PAGE_TRANSITION_TYPE);
pyg_enum_add(module, "PageTransitionAlignment", strip_prefix, POPPLER_TYPE_PAGE_TRANSITION_ALIGNMENT);
pyg_enum_add(module, "PageTransitionDirection", strip_prefix, POPPLER_TYPE_PAGE_TRANSITION_DIRECTION);