diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-01-21 19:40:10 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-01-21 19:40:10 +0000 |
commit | cf649469f20b8bb348432e1f6d30dd5322d789de (patch) | |
tree | db5d229e8e0767cba906f5eb1c23c22060981bba /graphics/py-poppler | |
parent | 7700e67945c7865757d8f079b10621bd6cc2d84b (diff) | |
download | freebsd-ports-cf649469f20b8bb348432e1f6d30dd5322d789de.zip |
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3]
Diffstat (limited to 'graphics/py-poppler')
-rw-r--r-- | graphics/py-poppler/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-poppler/files/patch-poppler.defs | 33 |
2 files changed, 27 insertions, 8 deletions
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index 44196ae22524..3b95367251a5 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -3,7 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.12.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ diff --git a/graphics/py-poppler/files/patch-poppler.defs b/graphics/py-poppler/files/patch-poppler.defs index f5c286ba9f43..92428660629b 100644 --- a/graphics/py-poppler/files/patch-poppler.defs +++ b/graphics/py-poppler/files/patch-poppler.defs @@ -1,6 +1,25 @@ ---- poppler.defs.orig 2009-09-27 17:07:59.000000000 +0800 -+++ poppler.defs 2012-04-09 05:50:38.000000000 +0800 -@@ -1646,58 +1646,6 @@ +--- poppler.defs.orig 2009-09-27 11:07:59.000000000 +0200 ++++ poppler.defs 2016-01-20 09:29:09.187672000 +0100 +@@ -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") +@@ -1646,58 +1634,6 @@ (return-type "GType") ) @@ -59,7 +78,7 @@ (define-method render (of-object "PopplerPage") (c-name "poppler_page_render") -@@ -1752,6 +1700,12 @@ +@@ -1752,6 +1688,12 @@ (return-type "int") ) @@ -72,7 +91,7 @@ (define-method get_duration (of-object "PopplerPage") (c-name "poppler_page_get_duration") -@@ -1796,9 +1750,15 @@ +@@ -1796,9 +1738,15 @@ (of-object "PopplerPage") (c-name "poppler_page_get_text") (return-type "char*") @@ -89,7 +108,7 @@ ) ) -@@ -1886,6 +1846,16 @@ +@@ -1886,6 +1834,16 @@ ) ) @@ -106,7 +125,7 @@ (define-method get_crop_box (of-object "PopplerPage") (c-name "poppler_page_get_crop_box") -@@ -1895,6 +1865,16 @@ +@@ -1895,6 +1853,16 @@ ) ) |