Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (8ee4011fb8a06018df75e2df920001c3e378a4e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (8ee4011fb8a06018df75e2df920001c3e378a4e6)
  • Date: Tue, 14 Nov 2006 00:17:45 -0600

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

dev/null |binary
z-http/flash/DETAILS | 18 +++++++++---------
z-http/flash/FP9_plugin_beta_101806.tar.gz.sig | 0
z-http/flash/HISTORY | 4 ----
z-http/flash/INSTALL | 21 ++++++++++++++-------
5 files changed, 23 insertions(+), 20 deletions(-)

New commits:
commit 8ee4011fb8a06018df75e2df920001c3e378a4e6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "Updated flash to flash9 beta (works on more sites)"

This reverts commit ee7a6f97963b2bc5ab207af16c064f057f87fde7.

Breaks Google video and YouTube (can only watch a movie or two before no
longer playable)

diff --git a/z-http/flash/DETAILS b/z-http/flash/DETAILS
index ce623de..e90dc17 100755
--- a/z-http/flash/DETAILS
+++ b/z-http/flash/DETAILS
@@ -1,16 +1,16 @@
SPELL=flash
- VERSION=beta_101806
- SOURCE=FP9_plugin_$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/flash-player-plugin-9.0.21.55
-
SOURCE_URL[0]=http://download.macromedia.com/pub/labs/flashplayer9_update/$SOURCE
-#
SOURCE_HASH=sha512:eade113af7210654716a720cbe5767f5be08219451cf2057b4cd094801161083c802ab54a449ba0ac2da7e431c61153ae6ab410f5739a1dd0de4332945ab21da
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-
LICENSE[0]=http://www.macromedia.com/shockwave/download/license/desktop/
+ VERSION=7.0r68
+ SECURITY_PATCH=2
+ SOURCE=install_flash_player_7_linux.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/install_flash_player_7_linux
+
SOURCE_URL[0]=http://fpdownload.macromedia.com/get/flashplayer/current/$SOURCE
+
SOURCE_HASH=sha512:eade113af7210654716a720cbe5767f5be08219451cf2057b4cd094801161083c802ab54a449ba0ac2da7e431c61153ae6ab410f5739a1dd0de4332945ab21da
WEB_SITE=http://www.macromedia.com
ENTERED=20020319
+
LICENSE[0]=http://www.macromedia.com/shockwave/download/license/desktop/
REJECT="is non-source and has licensing issues"
- SHORT="Macromedia Flash Plugin for Web Browsers"
DOCS="Readme.htm Readme.txt"
+ SHORT="Macromedia Flash Plugin v7 for Web Browsers."
cat << EOF
-Macromedia Flash Plugin for web browsers.
+Macromedia Flash Plugin version 7 for web browsers.
EOF
diff --git a/z-http/flash/FP9_plugin_beta_101806.tar.gz.sig
b/z-http/flash/FP9_plugin_beta_101806.tar.gz.sig
deleted file mode 100644
index 85f2d31..0000000
Binary files a/z-http/flash/FP9_plugin_beta_101806.tar.gz.sig and /dev/null
differ
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 5717433..53b17cb 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,7 +1,3 @@
-2006-11-01 Eric Sandall <eric AT sandall.us>
- * DETAILS: Updated to flash9 beta (released on 10-18-06 as v9.0.21.55)
- Descriptions no longer refer to v7
-
2006-09-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.0r68, SECURITY_PATCH=2, removed UPDATED
http://www.adobe.com/support/security/bulletins/apsb06-11.html
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 2ee2669..44505ea 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -8,7 +8,8 @@ case $MOZILLA in
if [ -e /usr/lib/mozilla/plugins/flashplayer.xpt ];
then
rm -f /usr/lib/mozilla/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /usr/lib/mozilla/plugins/
+ cp libflashplayer.so /usr/lib/mozilla/plugins/ &&
+ cp flashplayer.xpt /usr/lib/mozilla/plugins/
fi
;;
esac &&
@@ -29,7 +30,8 @@ case $FIREFOX in
if [ -e $FIREFOX_DIR/plugins/flashplayer.xpt ]; then
rm -f $FIREFOX_DIR/plugins/flashplayer.xpt
fi
- cp libflashplayer.so $FIREFOX_DIR/plugins/
+ cp libflashplayer.so $FIREFOX_DIR/plugins/ &&
+ cp flashplayer.xpt $FIREFOX_DIR/plugins/
fi
;;
esac &&
@@ -44,7 +46,8 @@ case $SEAMONKEY in
if [ -e /usr/lib/seamonkey/plugins/flashplayer.xpt ];
then
rm -f
/usr/lib/seamonkey/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /usr/lib/seamonkey/plugins/
+ cp libflashplayer.so /usr/lib/seamonkey/plugins/ &&
+ cp flashplayer.xpt /usr/lib/seamonkey/plugins/
fi
;;
esac &&
@@ -59,7 +62,8 @@ case $FIRE_BIN in
if [ -e /opt/firefox/plugins/flashplayer.xpt ]; then
rm -f /opt/firefox/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /opt/firefox/plugins/
+ cp libflashplayer.so /opt/firefox/plugins/ &&
+ cp flashplayer.xpt /opt/firefox/plugins/
fi
;;
esac &&
@@ -79,7 +83,8 @@ case $KDEBASE in
if ! [ -d /usr/lib/konqueror ]; then
mkdir --mode=755 /usr/lib/konqueror
fi
- cp libflashplayer.so /usr/lib/konqueror/
+ cp libflashplayer.so /usr/lib/konqueror/ &&
+ cp flashplayer.xpt /usr/lib/konqueror/
;;
esac &&

@@ -94,7 +99,8 @@ case $OPERA in
if [ -e /usr/lib/opera/plugins/flashplayer.xpt ]; then
rm -f /usr/lib/opera/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /usr/lib/opera/plugins/
+ cp libflashplayer.so /usr/lib/opera/plugins/ &&
+ cp flashplayer.xpt /usr/lib/opera/plugins/
fi
;;
esac &&
@@ -110,7 +116,8 @@ case $NETSCAPE in
if [ -e /usr/lib/netscape4/plugins/flashplayer.xpt ];
then
rm -f
/usr/lib/netscape4/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /usr/lib/netscape4/plugins/
+ cp libflashplayer.so /usr/lib/netscape4/plugins/ &&
+ cp flashplayer.xpt /usr/lib/netscape4/plugins/
fi
;;
esac



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (8ee4011fb8a06018df75e2df920001c3e378a4e6), Eric Sandall, 11/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page