mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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")
|
||||
@@ -3,6 +3,7 @@
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit autotools-utils eutils python-r1
|
||||
@@ -31,6 +32,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${P}-79_78.diff
|
||||
"${FILESDIR}"/${P}-poppler0.15.0-changes.patch
|
||||
"${FILESDIR}"/${P}-poppler-0.18.0-minimal-fix.patch
|
||||
"${FILESDIR}"/${P}-poppler-0.39.0-changes.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user