summaryrefslogtreecommitdiff
path: root/www/firefox-bin-flash/Makefile.common
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-12-23 22:27:15 +0000
committertnn <tnn@pkgsrc.org>2007-12-23 22:27:15 +0000
commit4afc82bd8bd5a42ad9090c8224b114118a9a72ce (patch)
tree61d91337e961873b79b0289c914769e50b2d0de8 /www/firefox-bin-flash/Makefile.common
parent07910e4767a715f36a2299f512f9c9d2221e0eab (diff)
downloadpkgsrc-4afc82bd8bd5a42ad9090c8224b114118a9a72ce.tar.gz
Update flash player packages to the latest version (9.0.115).
Done during 2007Q4 freeze because the old distfile is no longer available. New audio/video options * H.264/HE-AAC codec support Improved Performance * Multi-core support * Multi-threaded video decoding * Image scaling * Flash Player cache * Flash Media Server buffering Universal Reach * Full screen mode for Linux * Accessibility support for the plugin * Mac Os X Leopard support Fixed in this version: * On Linux, modal dialogs displayed by Flash Player stay in front of browser windows but do not prevent interaction with the browser as they should. (191331) * On certain SUSE 9.2 installations using the standalone player only, trying to Open a browser from the standalone player with SeaMonkey open will cause the player to hang. (193383) * On Linux, networking operations in the standalone player are currently slow. (193158) * On Linux, when the mouse is hovering over Flash content, keyboard input is not sent to the browser. (194265) * Full-screen mode is not supported in the Opera Browser on Macintosh systems. (189140) * Full-screen mode is now supported on Linux. * The plugin version of Flash Player does not fire flash.events.Event.RENDER when wmode is set as transparent. (198515) * Full-screen can be used when wmode is set (202290) * Passing large amounts of XML through External Interface is significantly faster (206828) * ExternalInterface now works with HTML objects that contain dots within the object name (199614)
Diffstat (limited to 'www/firefox-bin-flash/Makefile.common')
-rw-r--r--www/firefox-bin-flash/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox-bin-flash/Makefile.common b/www/firefox-bin-flash/Makefile.common
index 703808dfa55..63bb594b6f6 100644
--- a/www/firefox-bin-flash/Makefile.common
+++ b/www/firefox-bin-flash/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2007/07/29 05:19:52 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2007/12/23 22:27:15 tnn Exp $
DISTNAME= install_flash_player_9_${DISTUNAME}
PKGNAME= ${MOZ_BIN}-flash-${FLASH_VERS:S/r/./}
@@ -23,7 +23,7 @@ EMUL_PLATFORMS= linux-i386
SUB= english/${DISTUNAME}/${FLASH_VERS}
-FLASH_VERS= 9.0r48
+FLASH_VERS= 9.0r115
DISTUNAME= linux
WRKNAME= install_flash_player_9_${DISTUNAME}
@@ -41,5 +41,4 @@ PLIST_SUBST+= MOZ_NAME=${MOZ_NAME:Q}
do-install:
${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}