From 908afb8e971d210202b883480968305e30ae0699 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 29 Oct 2017 16:09:12 +0100 Subject: [PATCH] Remove wmf2eps as EMF > EPS converter The program can only deal with WMF. (cherry picked from commit a47bc7f799e1f97bcb8e94445ee96dcf14650d3c) --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index c638c6a34e..6c32a80f84 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1014,7 +1014,7 @@ def checkConverterEntries(): % (inkscape_fileprefix, inkscape_fileprefix)], rc_entry = [ r'\converter wmf eps "%%" ""']) # - checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', 'wmf2eps -o $$o $$i', inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui --export-eps=%s$$o' + checkProg('an EMF -> EPS converter', ['metafile2eps $$i $$o', inkscape_name + ' --file=%s$$i --export-area-drawing --without-gui --export-eps=%s$$o' % (inkscape_fileprefix, inkscape_fileprefix)], rc_entry = [ r'\converter emf eps "%%" ""']) # -- 2.39.5