Improvements since 0.8.8 release are: * Avoid drawing operations when the window is obscured, including when Gnash is used as a plugin, starting with Firefox 4.0 (GTK GUI). * Support SWF with embedded ScreenVideo when using FFMPEG or gstreamer-ffmpeg >= 0.10.12. * Fix playback of SWF-embedded ADPCM audio when using Gstreamer. * Fix playback of SWF-embedded PCM audio when using FFMPEG. * Fix swapped _framesloaded and _totalframes properties. * Fixes for several crashes, with better automated testing of the entire ActionScript API for input sanitization. * Improved ActionScript performance processing, especially for interactive applications. * npapi plugin: fix relative urls resolution in presence of <base> tag and "base" parameter; improved robustness and compatibility with chromium browser. * Improved SWF8 support with BitmapData.draw, BitmapData.loadBitmap, and other bitmap functions. * Re-entrant core libraries. * RTMP remoting support. * Support for PNG and GIF files in all DefineBitsJpeg tags; support for DefineBitsJpeg4 tags, and fix display of some GIFs with multiple records. * Restore support for mingw32. * fb-gnash: allow specifying size and offset of rendering "window". * dump-gnash: improved speed, sync and flexibility. * JPEG screenshot output. * Support for linear RGB interpolation mode in gradient fills. * Clipboard setting (GTK only). * More flash.geom.Rectangle functions. * Improved OpenBSD compatibility
17 lines
475 B
Text
17 lines
475 B
Text
$NetBSD: patch-libmedia_Makefile.in,v 1.1 2011/04/12 13:15:01 obache Exp $
|
|
|
|
* let not to remove libtoo .la files, to maintain PLIST easier.
|
|
|
|
--- libmedia/Makefile.in.orig 2011-04-10 12:30:09.000000000 +0000
|
|
+++ libmedia/Makefile.in
|
|
@@ -1416,10 +1416,6 @@ mudflap:
|
|
clean-hook:
|
|
-rm -f core.* *.obj
|
|
|
|
-# Remove libtool .la files
|
|
-install-exec-hook:
|
|
- $(RM) $(DESTDIR)$(libdir)/gnash/libgnashmedia.la
|
|
-
|
|
uninstall-local:
|
|
$(RM) $(DESTDIR)$(libdir)/gnash/libgnashmedia-*.so
|
|
|