SHA256
1
0
forked from pool/texlive
Dr. Werner Fink 2015-04-01 09:02:47 +00:00 committed by Git OBS Bridge
parent 1b592f17b0
commit 2516988af8
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,37 @@
The device epswrite is gone with ghostscript 9.15 and the
eps2write has to be used officially. Only the new device
seems to not very handy with latex (boo#912398).
---
utils/asymptote/runlabel.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- utils/asymptote/runlabel.in
+++ utils/asymptote/runlabel.in 2015-01-11 15:41:30.000000000 +0000
@@ -111,7 +111,7 @@ array *readpath(const string& psname, bo
#else
const string null="/dev/null";
#endif
- cmd.push_back("-sDEVICE=epswrite");
+ cmd.push_back("-sDEVICE=eps2write");
cmd.push_back("-sOutputFile="+null);
cmd.push_back(stripDir(psname));
iopipestream gs(cmd,"gs","Ghostscript");
@@ -309,7 +309,7 @@ patharray2 *_texpath(stringarray *s, pen
cmd.push_back("-dNOPAUSE");
cmd.push_back("-dBATCH");
if(safe) cmd.push_back("-dSAFER");
- cmd.push_back("-sDEVICE=epswrite");
+ cmd.push_back("-sDEVICE=eps2write");
cmd.push_back("-sOutputFile=-");
cmd.push_back(pdfname);
iopipestream gs(cmd,"gs","Ghostscript");
@@ -398,7 +398,7 @@ patharray2 *textpath(stringarray *s, pen
cmd2.push_back("-dBATCH");
cmd2.push_back("-P");
if(safe) cmd2.push_back("-dSAFER");
- cmd2.push_back("-sDEVICE=epswrite");
+ cmd2.push_back("-sDEVICE=eps2write");
cmd2.push_back("-sOutputFile=-");
cmd2.push_back("-");
iopipestream gs(cmd2,"gs","Ghostscript");

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 1 08:58:37 UTC 2015 - werner@suse.de
- Add patch source-asymptote-gs9.15.dif to switch from espwrite
device to eos2write device of ghostscript (boo#912398)
-------------------------------------------------------------------
Tue Mar 31 15:49:35 UTC 2015 - werner@suse.de

View File

@ -206,6 +206,8 @@ Patch5: source-texdoc.dif
Patch6: source-dviutils.dif
Patch7: source-xdvik-events.dif
Patch8: source-psutils.dif
# PATCH-FIX-SUSE The ghostscript device epswrite has to replaced with eps2write (boo#912398)
Patch9: source-asymptote-gs9.15.dif
Patch10: source-poppler.dif
Patch11: source-lacheck.dif
Patch12: source-warns.dif