pythonPackages.pypoppler: init at 0.12.2
This commit is contained in:
23
pkgs/development/python-modules/pypoppler-0.39.0.patch
Normal file
23
pkgs/development/python-modules/pypoppler-0.39.0.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
diff --git a/poppler.defs b/poppler.defs
|
||||
index 8b12e03..2b8fc16 100644
|
||||
--- a/poppler.defs
|
||||
+++ b/poppler.defs
|
||||
@@ -570,18 +570,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")
|
||||
12
pkgs/development/python-modules/pypoppler-poppler.c.patch
Normal file
12
pkgs/development/python-modules/pypoppler-poppler.c.patch
Normal 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);
|
||||
Reference in New Issue
Block a user