From 9d9bf65384f04e9f25d598c65428784a9bbeed2e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 16 Jan 2019 19:25:26 +0100 Subject: app-office/scribus: Improve poppler-0.73 patch Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- .../scribus-1.5.5_pre20190113-poppler-0.73.patch | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'app-office/scribus') diff --git a/app-office/scribus/files/scribus-1.5.5_pre20190113-poppler-0.73.patch b/app-office/scribus/files/scribus-1.5.5_pre20190113-poppler-0.73.patch index af98da7050c3..f63f4c6d1eed 100644 --- a/app-office/scribus/files/scribus-1.5.5_pre20190113-poppler-0.73.patch +++ b/app-office/scribus/files/scribus-1.5.5_pre20190113-poppler-0.73.patch @@ -1,24 +1,24 @@ -From 5a3255ac6dd1f19fb5fb5ab17452083bfe573f42 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Mon, 14 Jan 2019 23:58:59 +0100 -Subject: [PATCH] Drop obsolete header, does not exist in poppler-0.73 +From d34e59bfe495250ba023ba0f99e672ee32300a27 Mon Sep 17 00:00:00 2001 +From: Jean Ghali +Date: Wed, 16 Jan 2019 00:30:35 +0000 +Subject: [PATCH] #15537: changes in poppler 0.73.0 cause build failure +git-svn-id: svn://scribus.net/trunk/Scribus@22806 11d20701-8431-0410-a711-e3c959e3b870 --- - scribus/plugins/import/pdf/slaoutput.h | 1 - - 1 file changed, 1 deletion(-) + scribus/plugins/import/pdf/slaoutput.h | 2 ++ + 1 file changed, 2 insertions(+) diff --git a/scribus/plugins/import/pdf/slaoutput.h b/scribus/plugins/import/pdf/slaoutput.h -index c46448b..83e010c 100644 +index c46448b80a..4dac7c3983 100644 --- a/scribus/plugins/import/pdf/slaoutput.h +++ b/scribus/plugins/import/pdf/slaoutput.h -@@ -28,7 +28,6 @@ for which a new license (GPL+exception) is in place. +@@ -28,7 +28,9 @@ for which a new license (GPL+exception) is in place. #include "selection.h" #include "vgradient.h" --#include ++#if POPPLER_ENCODED_VERSION < POPPLER_VERSION_ENCODE(0, 73, 0) + #include ++#endif #include #include #include --- -2.20.1 - -- cgit v1.2.3-65-gdbad