~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to share/extensions/wmf_input.inx

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<inkscape-extension>
2
2
    <_name>Windows Metafile Input</_name>
3
3
    <id>org.inkscape.input.wmf</id>
4
 
    <dependency type="executable">wmf2svg</dependency>
 
4
    <dependency type="executable" location="path">uniconv</dependency>
 
5
    <dependency type="executable" location="extensions">cdr2svg.sh</dependency>
5
6
    <input>
6
7
        <extension>.wmf</extension>
7
8
        <mimetype>application/x-wmf</mimetype>
9
10
        <_filetypetooltip>A popular graphics file format for clipart</_filetypetooltip>
10
11
    </input>
11
12
    <script>
12
 
        <command reldir="path">wmf2svg</command>
 
13
        <command reldir="extensions">cdr2svg.sh</command>
13
14
    </script>
14
15
</inkscape-extension>