[Lunar-commits] <moonbase> flash-plugin-10: Add 64bit flash plugin.

Moritz Heiber moe at lunar-linux.org
Sat Dec 6 23:10:53 CET 2008


commit 35357856c6ea1474921a2d10899ea31946bd6db2
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Sat Dec 6 23:10:53 2008 +0100

    flash-plugin-10: Add 64bit flash plugin.
    
    I know it is alpha software. But it way more stable than ANY other setup
    out there including 32bit chroots or nspluginwrapper. I haven't had a single
    crash in 3 weeks since the release. It seems as though there still is good
    software coming from Adobe.
---
 web/flash-plugin-10/BUILD            |    1 -
 web/flash-plugin-10/DETAILS.x86_64   |   15 +++++++++++++++
 web/flash-plugin-10/PRE_BUILD.x86_64 |    5 +++++
 3 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/web/flash-plugin-10/BUILD b/web/flash-plugin-10/BUILD
index 153e91b..7d6c9a0 100644
--- a/web/flash-plugin-10/BUILD
+++ b/web/flash-plugin-10/BUILD
@@ -7,7 +7,6 @@
   ln -s /usr/lib/libcurl.so /usr/lib/libcurl.so.3
   fi &&
 
-  cd $SOURCE_DIRECTORY             &&
   prepare_install                  &&
   mkdir -p /opt/lunar/plugins      &&
   install -m755 libflashplayer.so /opt/lunar/plugins &&
diff --git a/web/flash-plugin-10/DETAILS.x86_64 b/web/flash-plugin-10/DETAILS.x86_64
new file mode 100644
index 0000000..4f740d9
--- /dev/null
+++ b/web/flash-plugin-10/DETAILS.x86_64
@@ -0,0 +1,15 @@
+          MODULE=flash-plugin-10
+         VERSION=10.0.d20.7
+          SOURCE=libflashplayer-${VERSION}.linux-x86_64.so.tar.gz
+      SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10/
+      SOURCE_VFY=sha1:66174de19a8d3a31170569e202e664e1e87d1f52
+        WEB_SITE=http://labs.adobe.com
+         ENTERED=20080515
+         UPDATED=20081206
+           SHORT="Version 10 of the Macromedia Flash plugin for web browsers"
+
+cat << EOF
+Version 10 of the flash plugin.
+Warning! This version will work with Konqueror only via kmplayer as plugin!!!
+Search the web for how-to.
+EOF
diff --git a/web/flash-plugin-10/PRE_BUILD.x86_64 b/web/flash-plugin-10/PRE_BUILD.x86_64
new file mode 100644
index 0000000..3baa7ff
--- /dev/null
+++ b/web/flash-plugin-10/PRE_BUILD.x86_64
@@ -0,0 +1,5 @@
+mk_source_dir &&
+validate_source_dir &&
+cd $SOURCE_DIRECTORY &&
+
+unpack $SOURCE


More information about the Lunar-commits mailing list