inkscape: rebuild against libpoppler.so.87
[ci skip]
This commit is contained in:
parent
ae06f72ee7
commit
476302e5e5
2 changed files with 15 additions and 1 deletions
14
srcpkgs/inkscape/patches/poppler-076.patch
Normal file
14
srcpkgs/inkscape/patches/poppler-076.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff --git src/extension/internal/pdfinput/pdf-parser.cpp src/extension/internal/pdfinput/pdf-parser.cpp
|
||||
index 55917fc..5f45b69 100644
|
||||
--- src/extension/internal/pdfinput/pdf-parser.cpp
|
||||
+++ 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 Parser(xref, obj, gFalse);
|
||||
go(topLevel);
|
||||
delete parser;
|
||||
parser = NULL;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'inkscape'
|
||||
pkgname=inkscape
|
||||
version=0.92.4
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="${pkgname}-INKSCAPE_${version//./_}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-lcms --enable-poppler-cairo
|
||||
|
|
Loading…
Add table
Reference in a new issue