Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (a124cc29be6690681153eed57948bc7366c2ee90)
  • Date: Thu, 6 Dec 2007 21:55:44 -0600

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

z-http/flash/DETAILS | 2
z-http/flash/HISTORY | 5 +
z-http/flash/INSTALL | 60
++++---------------
z-http/flash/install_flash_player_9_linux.tar.gz.sig |binary
4 files changed, 21 insertions(+), 46 deletions(-)

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

flash: Updated stable to 9.0.115.0

diff --git a/z-http/flash/DETAILS b/z-http/flash/DETAILS
index 4bf5531..ac01565 100755
--- a/z-http/flash/DETAILS
+++ b/z-http/flash/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/install_flash_player_9_linux

else

- VERSION=9.0.48.0
+ VERSION=9.0.115.0
SECURITY_PATCH=2
SOURCE=install_flash_player_9_linux.tar.gz

SOURCE_URL[0]=http://fpdownload.macromedia.com/get/flashplayer/current/$SOURCE
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 0763927..40b5cf7 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,7 @@
+2007-12-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated stable to 9.0.115.0
+ * INSTALL: No more .xpt to install
+
2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
* CONFIGURE, INSTALL: added iceweasel support

@@ -160,3 +164,4 @@
2002-03-19 Eric Schabell <eric AT schabell.com>
* HISTORY: Added. The reason for rejection
is due to non-source component.
+
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 3adbea4..5e82a74 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -1,5 +1,5 @@
case $MOZILLA in
- y|Y)
+ y|Y)
if [ -d /usr/lib/mozilla/plugins ]; then
message "${MESSAGE_COLOR}Installing for
Mozilla${DEFAULT_COLOR}\n"
if [ -e /usr/lib/mozilla/plugins/libflashplayer.so ];
then
@@ -8,10 +8,7 @@ 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/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /usr/lib/mozilla/plugins/
- fi
+ cp libflashplayer.so /usr/lib/mozilla/plugins/
fi
;;
esac &&
@@ -32,10 +29,7 @@ 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/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt $FIREFOX_DIR/plugins/
- fi
+ cp libflashplayer.so $FIREFOX_DIR/plugins/
fi
;;
esac &&
@@ -50,10 +44,7 @@ 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/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /usr/lib/seamonkey/plugins/
- fi
+ cp libflashplayer.so /usr/lib/seamonkey/plugins/
fi
;;
esac &&
@@ -68,16 +59,13 @@ 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/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /opt/firefox/plugins/
- fi
+ cp libflashplayer.so /opt/firefox/plugins/
fi
;;
esac &&

case $KDEBASE in
- y|Y)
+ y|Y)
message "${MESSAGE_COLOR}Installing for
Konqueror${DEFAULT_COLOR}\n"
message "${MESSAGE_COLOR}" \
"After install, add
/usr/lib/konqueror to the Plugins folders\n" \
@@ -91,16 +79,13 @@ case $KDEBASE in
if ! [ -d /usr/lib/konqueror ]; then
mkdir --mode=755 /usr/lib/konqueror
fi
- cp libflashplayer.so /usr/lib/konqueror/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /usr/lib/konqueror/
- fi
+ cp libflashplayer.so /usr/lib/konqueror/
;;
esac &&


case $OPERA in
- y|Y)
+ y|Y)
if [ -d /usr/lib/opera/plugins ]; then
message "${MESSAGE_COLOR}Installing for
Opera${DEFAULT_COLOR}\n"
if [ -e /usr/lib/opera/plugins/libflashplayer.so ];
then
@@ -109,17 +94,14 @@ 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/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /usr/lib/opera/plugins/
- fi
+ cp libflashplayer.so /usr/lib/opera/plugins/
fi
;;
esac &&


case $NETSCAPE in
- y|Y)
+ y|Y)
if [ -d /usr/lib/netscape4/plugins ]; then
message "${MESSAGE_COLOR}Installing for
Netscape${DEFAULT_COLOR}\n"
if [ -e /usr/lib/netscape4/plugins/libflashplayer.so
]; then
@@ -128,16 +110,13 @@ 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/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /usr/lib/netscape4/plugins/
- fi
+ cp libflashplayer.so /usr/lib/netscape4/plugins/
fi
;;
esac &&

case $XULRUNNER in
- y|Y)
+ y|Y)
if [ -d /usr/lib/xulrunner/plugins ]; then
message "${MESSAGE_COLOR}Installing for
XULRunner${DEFAULT_COLOR}\n"
if [ -e /usr/lib/xulrunner/plugins/libflashplayer.so
]; then
@@ -146,10 +125,7 @@ case $XULRUNNER in
if [ -e /usr/lib/xulrunner/plugins/flashplayer.xpt ];
then
rm -f
/usr/lib/xulrunner/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /usr/lib/xulrunner/plugins/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /usr/lib/xulrunner/plugins/
- fi
+ cp libflashplayer.so /usr/lib/xulrunner/plugins/
fi
;;
esac &&
@@ -164,10 +140,7 @@ case $ICEWEASEL in
if [ -e /usr/lib/iceweasel/plugins/flashplayer.xpt ];
then
rm -f
/usr/lib/iceweasel/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /usr/lib/iceweasel/plugins/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /usr/lib/iceweasel/plugins/
- fi
+ cp libflashplayer.so /usr/lib/iceweasel/plugins/
fi
;;
esac &&
@@ -182,10 +155,7 @@ case $ICE_BIN in
if [ -e /opt/iceweasel/plugins/flashplayer.xpt ]; then
rm -f /opt/iceweasel/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /opt/iceweasel/plugins/ &&
- if [[ "${FLASH_BETA}" == "n" ]]; then
- cp flashplayer.xpt /opt/iceweasel/plugins/
- fi
+ cp libflashplayer.so /opt/iceweasel/plugins/
fi
;;
esac
diff --git a/z-http/flash/install_flash_player_9_linux.tar.gz.sig
b/z-http/flash/install_flash_player_9_linux.tar.gz.sig
index 114aded..a0b7e9b 100644
Binary files a/z-http/flash/install_flash_player_9_linux.tar.gz.sig and
b/z-http/flash/install_flash_player_9_linux.tar.gz.sig differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (a124cc29be6690681153eed57948bc7366c2ee90), Eric Sandall, 12/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page