]> git.tokkee.org Git - inkscape.git/commitdiff

Code

port from 0.46 branch, bringing UC reuse for better file format support
authorprokoudine <prokoudine@users.sourceforge.net>
Fri, 29 Feb 2008 06:31:11 +0000 (06:31 +0000)
committerprokoudine <prokoudine@users.sourceforge.net>
Fri, 29 Feb 2008 06:31:11 +0000 (06:31 +0000)
share/extensions/wmf_input.inx

index 99b234896be35905ae2fcf9e5d0921a7a4f5a104..f004f16173ebe422c88e4eb99fd1e68509099bcf 100644 (file)
@@ -1,7 +1,8 @@
 <inkscape-extension>
     <_name>Windows Metafile Input</_name>
     <id>org.inkscape.input.wmf</id>
-    <dependency type="executable">wmf2svg</dependency>
+    <dependency type="executable" location="path">uniconv</dependency>
+    <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
     <input>
         <extension>.wmf</extension>
         <mimetype>application/x-wmf</mimetype>
@@ -9,6 +10,6 @@
         <_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
     </input>
     <script>
-        <command reldir="path">wmf2svg</command>
+        <command reldir="extensions">cdr2svg.sh</command>
     </script>
 </inkscape-extension>