~ubuntu-branches/ubuntu/saucy/amsn/saucy

« back to all changes in this revision

Viewing changes to plugins/LilyPondIM/plugininfo.xml

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2010-04-13 23:21:29 UTC
  • mfrom: (1.1.11 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100413232129-vgpx20brdd2qavs7
Tags: 0.98.3-0ubuntu1
* Merge from Debian unstable (LP: #449072), remaining Ubuntu changes:
  - add 08_use_aplay_for_sound.dpatch patch by Festor Wailon Dacoba to use
    aplay to play sounds
  + debian/control:
    - modify iceweasel to firefox | abrowser in amsn Suggests field
    - add xdg-utils and gstreamer0.10-nice to amsn Depends field
    - mofify sox to alsa-utils in amsn Suggests field as we are now using
      aplay
* New upstream release (LP: #562619), tarball repacked according to
  debian/README.source.
* Fix missing-debian-source-format lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<plugin>
 
3
        <name>LilyPondIM</name>
 
4
        <author>Benoit Mortgat & Boris FAURE</author>
 
5
        <description>Renders LilyPond if it's prepended by \ly or by using the LilyPond Advanced Window</description>
 
6
        <amsn_version>0.95</amsn_version>
 
7
        <plugin_version>0.9</plugin_version>
 
8
        <plugin_file>LilyPondIM.tcl</plugin_file>
 
9
        <plugin_namespace>LilyPondIM</plugin_namespace>
 
10
        <init_procedure>Init</init_procedure>
 
11
        <deinit_procedure>DeInit</deinit_procedure>
 
12
        <cvs_version>10279</cvs_version>
 
13
 
 
14
        <file>
 
15
                <path>datas/menu.xml</path>
 
16
                <version>1.1</version>
 
17
        </file>
 
18
 
 
19
        <file>
 
20
                <path>datas/advanced.xml</path>
 
21
                <version>1.1</version>
 
22
        </file>
 
23
        <file>
 
24
                <path>datas/advanced/exemple1.gif</path>
 
25
                <version>1.1</version>
 
26
        </file>
 
27
 
 
28
        <file>
 
29
                <path>datas/intermediate.xml</path>
 
30
                <version>1.1</version>
 
31
        </file>
 
32
        <file>
 
33
                <path>datas/intermediate/exemple1.gif</path>
 
34
                <version>1.1</version>
 
35
        </file>
 
36
        <file>
 
37
                <path>datas/intermediate/exemple2.gif</path>
 
38
                <version>1.1</version>
 
39
        </file>
 
40
        <file>
 
41
                <path>datas/intermediate/exemple3.gif</path>
 
42
                <version>1.1</version>
 
43
        </file>
 
44
 
 
45
        <file>
 
46
                <path>datas/simple.xml</path>
 
47
                <version>1.1</version>
 
48
        </file>
 
49
        <file>
 
50
                <path>datas/simple/doremifa.gif</path>
 
51
                <version>1.1</version>
 
52
        </file>
 
53
        <file>
 
54
                <path>datas/simple/trioletsDeNoires.gif</path>
 
55
                <version>1.1</version>
 
56
        </file>
 
57
        <file>
 
58
                <path>datas/simple/triolet.gif</path>
 
59
                <version>1.1</version>
 
60
        </file>
 
61
        <file>
 
62
                <path>datas/simple/ornements.gif</path>
 
63
                <version>1.1</version>
 
64
        </file>
 
65
 
 
66
 
 
67
        <file>
 
68
                <path>pixmaps/ly_hover.png</path>
 
69
                <version>1.1</version>
 
70
        </file>
 
71
        <file>
 
72
                <path>pixmaps/ly.png</path>
 
73
                <version>1.1</version>
 
74
        </file>
 
75
        
 
76
 
 
77
        <URL>
 
78
                <main>http://www.amsn-project.net/autoupdater/plugins/LilyPondIM/LilyPondIM.tcl</main>
 
79
                <plugininfo>http://www.amsn-project.net/autoupdater/plugins/LilyPondIM/plugininfo.xml</plugininfo>
 
80
                <lang>http://www.amsn-project.net/autoupdater/plugins/LilyPondIM/lang/lang$langcode</lang>
 
81
                <file>http://www.amsn-project.net/autoupdater/plugins/LilyPondIM/$file</file>
 
82
        </URL>
 
83
 
 
84
</plugin>