From: jiho-sf Date: Sun, 20 May 2007 14:17:58 +0000 (+0000) Subject: committed patch 1629798 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5ece5e87e6d3469ffbe317ff4a677ae7ff601ffe;p=inkscape.git committed patch 1629798 http://sourceforge.net/tracker/index.php?func=detail&aid=1629798&group_id=93438&atid=604308 this patch suppresses the requirement on skconvert for ps and eps input and only uses pstoedit with the plot-svg back-end (which is free). It introduces some warning messages and can cause some scale problems depending on the origin of the ps or eps but it probably better than relying on sketch and can probably be enhanced. Apparently this patch is used in Fedora's Inkscape already and it seems to do well there. --- diff --git a/share/extensions/eps_input.inx b/share/extensions/eps_input.inx index d732dea8c..b901d3b6f 100644 --- a/share/extensions/eps_input.inx +++ b/share/extensions/eps_input.inx @@ -1,8 +1,7 @@ <_name>EPS Input org.inkscape.input.eps - org.inkscape.input.ps - gs + pstoedit .eps image/x-encapsulated-postscript @@ -11,7 +10,6 @@ org.inkscape.output.eps diff --git a/share/extensions/ps_input.inx b/share/extensions/ps_input.inx index 84d6907ac..ad458138e 100644 --- a/share/extensions/ps_input.inx +++ b/share/extensions/ps_input.inx @@ -1,7 +1,6 @@ <_name>Postscript Input org.inkscape.input.ps - org.inkscape.input.sk pstoedit .ps @@ -11,7 +10,6 @@ org.inkscape.output.ps