** Description changed:
Upstream released a new version. This is the differences between the
last release done & one upstream has released on www.libming.org
Current Release
Ming
- *
-
- [WWW] Ming 0.4.0.beta5
+ * [WWW] Ming 0.4.0.beta5
o Add support for targetPath asm opcode.
- o Flash 8: filter and blend modes for buttons
+ o Flash 8: filter and blend modes for buttons
- o Flash 8: SWF_DEFINEMORPHSHAPE2
+ o Flash 8: SWF_DEFINEMORPHSHAPE2
- o Flash 8: SWFShape rendering hints
+ o Flash 8: SWFShape rendering hints
- o Flash 8: new gradient features
+ o Flash 8: new gradient features
- o SWFFillStyle is reusable now and calculates proper
+ o SWFFillStyle is reusable now and calculates proper
GradientMatrix
- o setLeft/RightFillStyle adds fill to the shape if necessary
+ o setLeft/RightFillStyle adds fill to the shape if necessary
- o Handling fonts as shapes
+ o Handling fonts as shapes
- o Basic ttf font support
+ o Basic ttf font support
- o Typesafe SWFMovie_add / replace
+ o Typesafe SWFMovie_add / replace
- o Add Envelopes to SoundInstance
+ o Add Envelopes to SoundInstance
- o ABC (AS3) parser and output
+ o ABC (AS3) parser and output
- o Parse SWF_SERIALNUMBER
+ o Parse SWF_SERIALNUMBER
- o Parse SWF9 tags
+ o Parse SWF9 tags
- o SWF9: DefineBinaryData
+ o SWF9: DefineBinaryData
- o SWF9: SymbolClass
+ o SWF9: SymbolClass
- o SWF9: DefineSceneData
+ o SWF9: DefineSceneData
- Fonts
+ Fonts
- * [WWW] Ming fonts 1.0.0
+ * [WWW] Ming fonts 1.0.0
- o First release of the ming-fonts package.
+ o First release of the ming-fonts package.
- o This contains the Bitstream Vera font family, a high
- quality font family suitable for commercial grade end user applications,
- converted into FDB format for use directly from Ming. Further
- information about the Bitstream Vera font family can be found here:
- [WWW] http://www.gnome.org/fonts.
+ o This contains the Bitstream Vera font family, a high quality font
family suitable
+ for commercial grade end user applications, converted into FDB
format for use directly from Ming. Further
+ information about the Bitstream Vera font family can be found
here:
- Past Releases
+ [WWW] http://www.gnome.org/fonts.
+
+ Past Releases
Ming
- * [WWW] Ming 0.4.0.beta4
+ * [WWW] Ming 0.4.0.beta4
- o Fix handling of the special 'undefined' value.
+ o Fix handling of the special 'undefined' value.
- o Fix 'delete' syntax in action compiler.
+ o Fix 'delete' syntax in action compiler.
- o makeswf now handles bitmaps.
+ o makeswf now handles bitmaps.
- o Many improvements in decompiler.
+ o Many improvements in decompiler.
- o Build scripts cleanup (including check rule).
+ o Build scripts cleanup (including check rule).
- o Add support for 'extends' and proper 'push' asm opcodes in
- +
+ o Add support for 'extends' and proper 'push' asm opcodes in
+
+ +
- ActionScript compiler.
+ ActionScript compiler.
- o Generate DefineFunction2 when target version > 6.
+ o Generate DefineFunction2 when target version > 6.
- o Use GOTOFRAME, GOTOFRAME2 and GOTOLABEL when using gotoAndPlay()
- +
+ o Use GOTOFRAME, GOTOFRAME2 and GOTOLABEL when using gotoAndPlay()
+
+ +
- or gotoAndStop() w/out an object.
+ or gotoAndStop() w/out an object.
- o Video updates: added Flash8 codecs, generic flv parser
+ o Video updates: added Flash8 codecs, generic flv parser
- o Soundstream: accept flv audio streams (mp3 only for now)
+ o Soundstream: accept flv audio streams (mp3 only for now)
- o Flash 8: PlaceObject3
+ o Flash 8: PlaceObject3
- o Flash 8: Filter and Blendmode
+ o Flash 8: Filter and Blendmode
- o Write proper Flash 8 files
+ o Write proper Flash 8 files
- o Added movie control tags: FileAttributes, Metadata,
- +
+ o Added movie control tags: FileAttributes, Metadata,
+
+ +
- ScriptLimits, ImportAssets2, SetTabIndex
+ ScriptLimits, ImportAssets2, SetTabIndex
- o Flash 8: ScalingGrid
+ o Flash 8: ScalingGrid
- o Parser / listswf updates
+ o Parser / listswf updates
- o PHP / Perl bindings update
+ o PHP / Perl bindings update
- o Flash 8: DefineShape4 / Linestyle2
+ o Flash 8: DefineShape4 / Linestyle2
- o SWFAction cleanup and API cleanup
+ o SWFAction cleanup and API cleanup
- o SWF_warnOnce()
+ o SWF_warnOnce()
* [WWW] Ming 0.4.0.beta3
o Fix version to not use dashes to make rpmbuild happy
o autotool tcl extension
o coalesce multiple ming.i files into a single file at the top
o swig output updated for python & tcl
o Misc decompiler fixes
o makeswf now handles precompiled clips
o Make sure the extension source show up in the dist tarballs
o compiler fix for asm {} blocks
* [WWW] Ming 0.4.0.beta2
o Preliminary support for building RPM packages
o New PHP code that builds for PHP$ and PHP5
o Added missing SWFMovieClip class in PHP
o New tool, ttftofft, for producing ming formast fonts
o Allow output of SWF version 8
o Better SWF parser (utilities).
o NEW function: SWFMovie_protectWithPassword()
o preprocessor products of 'makeswf' are now named after
- +
+
+ +
output filename and frame# (ie: "out.swf.frame0.pp")
o Automake-based build, for portability's sake (libtool)
o Ming_setWarnFunction and Ming_setErrorFunction now return
- +
+
+ +
the previously-set value.
o More documentation !
o Start of a test suite!
o makeswf now provides an __SWF_VERSION__ macro for use
+
+ +
+
+ in cross-version ActionScript code.
+
+ o NEW functions: SWFDisplayItem_getMatrix(),
+
+
- in cross-version ActionScript code.
-
- o NEW functions: SWFDisplayItem_getMatrix(),
- +
-
- SWFPosition_getMatrix(), SWFMatrix_getScaleX(),
- SWFMatrix_getRotate0(),
- SWFMatrix_getRotate1(), SWFMatrix_getScaleY(),
- SWFMatrix_getTranslateX(), SWFMatrix_getTranslateY(),
- SWFShape_moveScaledPenTo().
+ SWFPosition_getMatrix(), SWFMatrix_getScaleX(),
+ SWFMatrix_getRotate0(),
+ SWFMatrix_getRotate1(), SWFMatrix_getScaleY(),
+ SWFMatrix_getTranslateX(), SWFMatrix_getTranslateY(),
+ SWFShape_moveScaledPenTo().
* [WWW] Ming 0.3.0
o The old Ming 0.3.0 version.
--
sync with new upstream release ming Ming 0.4.0.beta5
https://bugs.launchpad.net/bugs/192664
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs