Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 576662 Details for
Bug 677058
media-gfx/inkscape-0.92.4 needs patching for poppler-0.76.1 and poppler-0.82
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for poppler-0.76.1
inkscape-0.92.4-poppler.patch (text/plain), 868 bytes, created by
Helmut Jarausch
on 2019-05-14 15:52:06 UTC
(
hide
)
Description:
patch for poppler-0.76.1
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2019-05-14 15:52:06 UTC
Size:
868 bytes
patch
obsolete
>--- a/src/extension/internal/pdfinput/pdf-parser.cpp >+++ b/src/extension/internal/pdfinput/pdf-parser.cpp >@@ -426,7 +426,7 @@ void PdfParser::parse(Object *obj, GBool topLevel) { > error(errInternal, -1, "Weird page contents"); > return; > } >- parser = new Parser(xref, new Lexer(xref, obj), gFalse); >+ parser = new _POPPLER_NEW_PARSER(xref, obj); > go(topLevel); > delete parser; > parser = NULL; >--- a/src/extension/internal/pdfinput/poppler-transition-api.h >+++ b/src/extension/internal/pdfinput/poppler-transition-api.h >@@ -3,6 +3,13 @@ > > #include <glib/poppler-features.h> > >+#if POPPLER_CHECK_VERSION(0, 76, 0) >+#define _POPPLER_NEW_PARSER(xref, obj) Parser(xref, obj, gFalse) >+#else >+#define _POPPLER_NEW_PARSER(xref, obj) Parser(xref, new Lexer(xref, obj), gFalse) >+#endif >+ >+ > #if POPPLER_CHECK_VERSION(0, 72, 0) > #define getCString c_str > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 677058
:
563436
|
563438
|
576660
| 576662