app-office/libreoffice: Patch was accepted upstream
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 8 Jan 2019 20:31:46 +0000 (21:31 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 9 Jan 2019 09:51:42 +0000 (10:51 +0100)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-office/libreoffice/files/libreoffice-6.2.0.1-poppler-0.72.patch
app-office/libreoffice/libreoffice-6.2.9999.ebuild

index 07e7a17d2f2dad63304c0be46d5781499a405d66..7f0b1f71a1ee63cd825d62b1df76716abf6765b6 100644 (file)
@@ -1,6 +1,21 @@
---- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx    2019-01-07 23:10:04.301278414 +0100
-+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx    2019-01-07 23:29:11.653479068 +0100
-@@ -555,7 +555,11 @@
+From 65a6c9ae4791188ffcecf489073cf38873ce5e17 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Tue, 8 Jan 2019 11:24:40 +0100
+Subject: Fix build with poppler-0.72
+
+Change-Id: I0664d1b39e97b7555c0a3cba442db52b84f37134
+Reviewed-on: https://gerrit.libreoffice.org/65960
+Tested-by: Jenkins
+Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
+---
+ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+index 101e3be..dab405b 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
++++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -555,7 +555,11 @@ void PDFOutDev::processLink(Link* link, Catalog*)
      LinkAction* pAction = link->getAction();
      if (pAction && pAction->getKind() == actionURI)
      {
@@ -12,7 +27,7 @@
  
          std::vector<char> aEsc( lcl_escapeLineFeeds(pURI) );
  
-@@ -757,7 +761,11 @@
+@@ -757,7 +761,11 @@ void PDFOutDev::updateFont(GfxState *state)
  
              aFont = it->second;
  
@@ -24,3 +39,5 @@
              printf( " %d %d %d %d %f %d %s",
                      aFont.isEmbedded,
                      aFont.isBold,
+-- 
+cgit v1.1
index f50c9dc307128e2915d6cb9f5c88b7ee8b06684f..d1351356c1eb7d6a5ae3c0f9e9a1d9a71dc09946 100644 (file)
@@ -253,11 +253,8 @@ PATCHES=(
        "${FILESDIR}/${PN}-6.1-nomancompress.patch"
 
        # master branch
-       "${FILESDIR}/${PN}-6.2.0.1-poppler-0.71-1.patch"
-       "${FILESDIR}/${PN}-6.2.0.1-poppler-0.71-2.patch"
-
-       # pending upstream
-       "${FILESDIR}/${PN}-6.2.0.1-poppler-0.72.patch"
+       "${FILESDIR}"/${PN}-6.2.0.1-poppler-0.71-{1,2}.patch
+       "${FILESDIR}"/${PN}-6.2.0.1-poppler-0.72.patch
 )
 
 S="${WORKDIR}/${PN}-${MY_PV}"