pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update flash player packages to the latest version (9....
details: https://anonhg.NetBSD.org/pkgsrc/rev/681a22192e30
branches: trunk
changeset: 536818:681a22192e30
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Dec 23 22:27:15 2007 +0000
description:
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:
multimedia/ns-flash/Makefile | 5 ++---
multimedia/ns-flash/PLIST | 3 +--
multimedia/ns-flash/distinfo | 8 ++++----
www/firefox-bin-flash/Makefile.common | 5 ++---
www/firefox-bin-flash/PLIST | 3 +--
www/firefox-bin-flash/distinfo | 8 ++++----
www/seamonkey-bin-flash/PLIST | 3 +--
7 files changed, 15 insertions(+), 20 deletions(-)
diffs (104 lines):
diff -r 14978b36d619 -r 681a22192e30 multimedia/ns-flash/Makefile
--- a/multimedia/ns-flash/Makefile Sun Dec 23 21:05:51 2007 +0000
+++ b/multimedia/ns-flash/Makefile Sun Dec 23 22:27:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/12/03 13:55:33 abs Exp $
+# $NetBSD: Makefile,v 1.27 2007/12/23 22:27:15 tnn Exp $
CATEGORIES= multimedia www
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
@@ -39,7 +39,7 @@
WRKNAME= install_flash_player_7_${DISTUNAME}
.else # if ${EMUL_PLATFORM} == "linux-i386"
# Defaults so lintpkgsrc is happy
-FLASH_VERS= 9.0r48
+FLASH_VERS= 9.0r115
DISTUNAME= linux
DISTNAME= install_flash_player_9_${DISTUNAME}
WRKNAME= install_flash_player_9_${DISTUNAME}
@@ -53,7 +53,6 @@
do-install:
${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
.include "../../mk/bsd.pkg.mk"
diff -r 14978b36d619 -r 681a22192e30 multimedia/ns-flash/PLIST
--- a/multimedia/ns-flash/PLIST Sun Dec 23 21:05:51 2007 +0000
+++ b/multimedia/ns-flash/PLIST Sun Dec 23 22:27:15 2007 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2004/10/05 18:54:53 jdolecek Exp $
-lib/netscape/plugins/flashplayer.xpt
+@comment $NetBSD: PLIST,v 1.3 2007/12/23 22:27:15 tnn Exp $
lib/netscape/plugins/libflashplayer.so
@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || ${TRUE}
diff -r 14978b36d619 -r 681a22192e30 multimedia/ns-flash/distinfo
--- a/multimedia/ns-flash/distinfo Sun Dec 23 21:05:51 2007 +0000
+++ b/multimedia/ns-flash/distinfo Sun Dec 23 22:27:15 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2007/07/29 05:19:45 jlam Exp $
+$NetBSD: distinfo,v 1.14 2007/12/23 22:27:15 tnn Exp $
-SHA1 (flash/9.0r48/install_flash_player_9_linux.tar.gz) = 4bba0b81462394388b4509ecdc845f469c95d6ae
-RMD160 (flash/9.0r48/install_flash_player_9_linux.tar.gz) = 4eea521f45fcd42e6916ba61ba299df8694fbc14
-Size (flash/9.0r48/install_flash_player_9_linux.tar.gz) = 2608602 bytes
+SHA1 (flash/9.0r115/install_flash_player_9_linux.tar.gz) = 269ebe804f77890687f280ce7bfb79a62d2c5bd3
+RMD160 (flash/9.0r115/install_flash_player_9_linux.tar.gz) = e588c81ee6b3f5965561911efa846329b4961912
+Size (flash/9.0r115/install_flash_player_9_linux.tar.gz) = 3036127 bytes
SHA1 (flash/7.0r67/install_flash_player_7_solaris_sparc.tar.gz) = f8dc29f2eee2e91c8856ee4d1bc402021ec7c694
RMD160 (flash/7.0r67/install_flash_player_7_solaris_sparc.tar.gz) = ad5cf828d4d13bd512c106dfef73e515f4b655b0
Size (flash/7.0r67/install_flash_player_7_solaris_sparc.tar.gz) = 1074253 bytes
diff -r 14978b36d619 -r 681a22192e30 www/firefox-bin-flash/Makefile.common
--- a/www/firefox-bin-flash/Makefile.common Sun Dec 23 21:05:51 2007 +0000
+++ b/www/firefox-bin-flash/Makefile.common Sun Dec 23 22:27:15 2007 +0000
@@ -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 @@
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 @@
do-install:
${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
diff -r 14978b36d619 -r 681a22192e30 www/firefox-bin-flash/PLIST
--- a/www/firefox-bin-flash/PLIST Sun Dec 23 21:05:51 2007 +0000
+++ b/www/firefox-bin-flash/PLIST Sun Dec 23 22:27:15 2007 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2004/02/10 12:51:51 grant Exp $
-lib/${MOZ_NAME}/plugins/flashplayer.xpt
+@comment $NetBSD: PLIST,v 1.2 2007/12/23 22:27:15 tnn Exp $
lib/${MOZ_NAME}/plugins/libflashplayer.so
diff -r 14978b36d619 -r 681a22192e30 www/firefox-bin-flash/distinfo
--- a/www/firefox-bin-flash/distinfo Sun Dec 23 21:05:51 2007 +0000
+++ b/www/firefox-bin-flash/distinfo Sun Dec 23 22:27:15 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2007/07/29 05:19:53 jlam Exp $
+$NetBSD: distinfo,v 1.10 2007/12/23 22:27:15 tnn Exp $
-SHA1 (flash/9.0r48/install_flash_player_9_linux.tar.gz) = 4bba0b81462394388b4509ecdc845f469c95d6ae
-RMD160 (flash/9.0r48/install_flash_player_9_linux.tar.gz) = 4eea521f45fcd42e6916ba61ba299df8694fbc14
-Size (flash/9.0r48/install_flash_player_9_linux.tar.gz) = 2608602 bytes
+SHA1 (flash/9.0r115/install_flash_player_9_linux.tar.gz) = 269ebe804f77890687f280ce7bfb79a62d2c5bd3
+RMD160 (flash/9.0r115/install_flash_player_9_linux.tar.gz) = e588c81ee6b3f5965561911efa846329b4961912
+Size (flash/9.0r115/install_flash_player_9_linux.tar.gz) = 3036127 bytes
diff -r 14978b36d619 -r 681a22192e30 www/seamonkey-bin-flash/PLIST
--- a/www/seamonkey-bin-flash/PLIST Sun Dec 23 21:05:51 2007 +0000
+++ b/www/seamonkey-bin-flash/PLIST Sun Dec 23 22:27:15 2007 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/01 14:02:32 ghen Exp $
-lib/${MOZ_NAME}/plugins/flashplayer.xpt
+@comment $NetBSD: PLIST,v 1.2 2007/12/23 22:27:15 tnn Exp $
lib/${MOZ_NAME}/plugins/libflashplayer.so
Home |
Main Index |
Thread Index |
Old Index