commit:     6fbcb03b918df48f33d24326640209de3d031074
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 12:24:15 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 12:24:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbcb03b

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 <AT> gentoo.org>

 ...python-poppler-0.12.1-poppler-0.39.0-changes.patch | 19 +++++++++++++++++++
 .../python-poppler/python-poppler-0.12.1-r4.ebuild    |  2 ++
 2 files changed, 21 insertions(+)

diff --git 
a/dev-python/python-poppler/files/python-poppler-0.12.1-poppler-0.39.0-changes.patch
 
b/dev-python/python-poppler/files/python-poppler-0.12.1-poppler-0.39.0-changes.patch
new file mode 100644
index 0000000..dd3ee52
--- /dev/null
+++ 
b/dev-python/python-poppler/files/python-poppler-0.12.1-poppler-0.39.0-changes.patch
@@ -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")

diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild 
b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild
index 6da0020..b9dbfea 100644
--- a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild
+++ b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild
@@ -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() {

Reply via email to