Mercurial > MadButterfly
annotate debian/control @ 1535:9aff42a7e2b9 tip
Fix issue of add/remove a frame at a scene before all key frames of a layer.
When you added or removed a frame at a scene before all key frames of
a layer, frameline was not updated correctly. It seems nothing
happened, but domview is updated. This changeset fix this issue by
correcting logic for boundary case.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Fri, 30 Sep 2011 22:07:28 +0800 |
parents | 433fa83d16f9 |
children |
rev | line source |
---|---|
385 | 1 Source: madbutterfly |
2 Section: devel | |
3 Priority: extra | |
4 Maintainer: Ben Lau <benlau@visionware.com.hk> | |
387
433fa83d16f9
Corrected build dependence - able to build in Ubuntu Intrepid
Ben Lau <xbenlau@gmail.com>
parents:
386
diff
changeset
|
5 Build-Depends: debhelper (>= 5),cdbs , mozilla-devscripts,libcairo2-dev , libpango1.0-dev,zip |
385 | 6 Standards-Version: 3.7.3 |
7 Homepage: http://www.assembla.com/spaces/MadButterfly | |
8 | |
9 Package: libmadbutterfly-dev | |
10 Architecture: any | |
11 Depends: ${shlibs:Depends}, ${misc:Depends} | |
12 Description: GUI environment toolkit | |
13 MadButterfly (http://www.assembla.com/spaces/MadButterfly) | |
14 is a toolkit for GUI environment. It is designed for | |
15 embedded system. It make GUI designers and programmers | |
16 work seperately. Designer export their artifacts to files | |
17 with SVG format. MadButterfly provides a tool to translate | |
18 graphics in SVG into C code and a framework that | |
19 programmer can manipulate graphics. It works like a | |
20 Javascript programmer to manipulate DOM object. | |
21 Programmers using MadButterfly manipulate objects | |
22 corresponding to SVG tags to interact with users of | |
23 application. | |
24 | |
25 Package: madbuilder | |
26 Architecture: all | |
386
12464f1138ae
[MadBuilder] Install template and configuration to mozpluggerrc
Ben Lau <xbenlau@gmail.com>
parents:
385
diff
changeset
|
27 Depends: python-soappy,python-twisted,mozplugger,python-lxml,madbutterfly-inkscape |
385 | 28 Description: MadButterFly Integrated Development Environment |
29 |