ceb2acbdf7
Gnash 0.8.10 2012/01/30 Improvements since 0.8.9 release are: * Qt4 GUI supports mouse wheel, clipboard, and screen resolution. * Enhanced UI support for script limits (abort popups, user prefs). * BitmapData functions copyPixels(), copyChannel(), perlinNoise() and noise() implemented. * Node id mapping in ActionScript XML class implemented (XML.idMap). * Fix dispatching of Sound.onLoad event, fixing google dict audio. * Fix support for control tags found after last expected frame (#33176). * Fix support for uncompressed sound with gstreamer media handler. * Implement Button.getDepth(), fix button key events. * Fixes to startDrag and stopDrag opcodes. * Implement onSoundComplete() for event sounds (#23020). * Fix MovieClip.onLoad event dispatching and constant pools handling, fixing support for movies generated by the evil Adobe Captivate tool (#33521). * Fix unattached Sound.stop() semantic (#33888) enjoy Super Mario! * OpenVG renderer added. * Improved framebuffer GUI and touchscreen support. * Framebuffer now supports using multiple renderers. * Refactored input device support. * Fix parsing of lossless 16bit bitmaps, fixing support for movies generated by the evil TechSmit Camtasia tool (#34625). * Improved double buffering support for AGG in a framebuffer. * Thumbnailer for SWF files and GNOME2 desktop config for it.
17 lines
520 B
Text
17 lines
520 B
Text
$NetBSD: patch-libsound_Makefile.in,v 1.2 2012/02/16 10:44:54 obache Exp $
|
|
|
|
* let not to remove libtoo .la files, to maintain PLIST easier.
|
|
|
|
--- libsound/Makefile.in.orig 2012-01-19 19:49:51.000000000 +0000
|
|
+++ libsound/Makefile.in
|
|
@@ -1028,10 +1028,6 @@ uninstall-am: uninstall-local uninstall-
|
|
uninstall-local uninstall-pkglibLTLIBRARIES
|
|
|
|
|
|
-# Remove libtool .la files
|
|
-install-exec-hook:
|
|
- $(RM) $(DESTDIR)$(libdir)/gnash/libgnashsound.la
|
|
-
|
|
uninstall-local:
|
|
$(RM) $(DESTDIR)$(libdir)/gnash/libgnashsound-*.so
|
|
|