~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to share/extensions/edge3d.inx

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Kees Cook, Ted Gould
  • Date: 2008-02-10 14:20:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080210142016-vcnb2zqyhszu0xvb
Tags: 0.46~pre1-0ubuntu1
[ Kees Cook ]
* debian/control:
  - add libgtkspell-dev build-dep to gain GtkSpell features (LP: #183547).
  - update Standards version (no changes needed).
  - add Vcs and Homepage fields.
  - switch to new python-lxml dep.
* debian/{control,rules}: switch from dpatch to quilt for more sanity.
* debian/patches/20_fix_glib_and_gxx43_ftbfs.patch:
  - merged against upstream fixes.
  - added additional fixes for newly written code.
* debian/rules: enable parallel building.

[ Ted Gould ]
* Updating POTFILES.in to make it so things build correctly.
* debian/control:
  - add ImageMagick++ and libboost-dev to build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<inkscape-extension>
 
2
  <_name>Edge 3D</_name>
 
3
  <id>org.greygreen.inkscape.effects.edge3d</id>
 
4
  <dependency type="executable" location="extensions">edge3d.py</dependency>
 
5
  <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
  <param name="angle" type="float" min="0.0" max="360.0"
 
7
         _gui-text="Illumination Angle">45</param>
 
8
  <param name="shades" type="int" min="2" max="360"
 
9
         _gui-text="Shades">2</param>
 
10
  <param name="bw" type="boolean"
 
11
         _gui-text="Only black and white">0</param>
 
12
  <param name="thick" type="float" min="1.0" max="50.0"
 
13
         _gui-text="Stroke width">10</param>
 
14
  <param name="stddev" type="float" min="1.0" max="100.0"
 
15
         _gui-text="Blur stdDeviation">5</param>
 
16
  <param name="blurwidth" type="float" min="1.0" max="10.0"
 
17
         _gui-text="Blur width">2</param>
 
18
  <param name="blurheight" type="float" min="1.0" max="10.0"
 
19
         _gui-text="Blur height">2</param>
 
20
  <effect>
 
21
    <object-type>path</object-type>
 
22
    <effects-menu>
 
23
      <submenu _name="Modify Path"/>
 
24
    </effects-menu>
 
25
  </effect>
 
26
  <script>
 
27
    <command reldir="extensions" interpreter="python">edge3d.py</command>
 
28
  </script>
 
29
</inkscape-extension>