[Lunar-commits] <moonbase-other> pepperflash: This used to be part of the freshplayerplugin module, decided it should

Dennis Veatch dennisveatch at bellsouth.net
Thu Sep 4 14:10:55 CEST 2014


commit db33edd280131d2708a06eccdc724f988c80e06d
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 04 Sep 2014 08:10:09 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/db33edd280131d2708a06eccdc724f988c80e06d

pepperflash: This used to be part of the freshplayerplugin module, decided it should
be separate.
---
  zbeta/pepperflash/BUILD          | +4/-0     
  zbeta/pepperflash/DEPENDS        | +12/-0    
  zbeta/pepperflash/DETAILS        | +25/-0    
  zbeta/pepperflash/DETAILS.x86_64 | +25/-0    
  zbeta/pepperflash/PRE_BUILD      | +7/-0     
  5 files changed, 73 insertions(+)

--- /dev/null
+++ b/zbeta/pepperflash/BUILD
@@ -0,0 +1,4 @@
+
+  mkdir -p /usr/lib/lunar/plugins &&
+  prepare_install &&
+  install opt/google/chrome/PepperFlash/* /usr/lib/lunar/plugins
--- /dev/null
+++ b/zbeta/pepperflash/DEPENDS
@@ -0,0 +1,12 @@
+depends alsa-utils
+depends glib-2
+depends mesa-lib
+depends xineramaproto
+depends cmake
+depends uriparser
+depends libconfig
+depends libevent
+depends cairo
+depends pango
+depends freetype2
+depends gtk+-2
--- /dev/null
+++ b/zbeta/pepperflash/DETAILS
@@ -0,0 +1,25 @@
+          MODULE=pepperflash
+         VERSION=google-chrome-stable_current_i386
+          SOURCE=google-chrome-stable_current_i386.deb
+      SOURCE_URL=https://dl.google.com/linux/direct/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_VFY=sha1:e9cda64ab03d66e57e552fe70e60e997a0b547c3
+        WEB_SITE=https://www.google.com/chrome/browser/
+         ENTERED=20140903
+         UPDATED=20140903
+           SHORT="Pepper Flash plugin for Chromium"
+
+cat << EOF
+This moudule downloads the current version of Chromium for Linux to extract the pepperflash library
+and other required files. It does not install Chromium.
+
+Adobe has stopped maitaining flash for linux execpt for security updates. This means the current Linux
+version, 11.x will not have any new functionality nor will it have other changes needed to operate
+correctly as the underlying operating system improves.
+
+Google and Adobe have teamed up to make their newer version of flash function under Googles Chromium browser.
+Unfortuneatly this leaves the rest of the Linux broswers hanging out to dry. The purpose of this module
+is to be a hard dependency for the freshplayerplugin.
+
+To know more simply google search terms like "pepperflash" and/or "freshplayerplugin".
+EOF
--- /dev/null
+++ b/zbeta/pepperflash/DETAILS.x86_64
@@ -0,0 +1,25 @@
+          MODULE=pepperflash
+         VERSION=google-chrome-stable_current_amd64
+          SOURCE=google-chrome-stable_current_amd64.deb
+      SOURCE_URL=https://dl.google.com/linux/direct/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$VERSION
+      SOURCE_VFY=sha1:acd4c3bd9e8b3560f7a0bd4fb2caa29a96ab806a
+        WEB_SITE=https://www.google.com/chrome/browser/
+         ENTERED=20140903
+         UPDATED=20140903
+           SHORT="Pepper Flash plugin for Chromium"
+
+cat << EOF
+This moudule downloads the current version of Chromium for Linux to extract the pepperflash library
+and other required files. It does not install Chromium.
+
+Adobe has stopped maitaining flash for linux execpt for security updates. This means the current Linux
+version, 11.x will not have any new functionality nor will it have other changes needed to operate
+correctly as the underlying operating system improves.
+
+Google and Adobe have teamed up to make their newer version of flash function under Googles Chromium browser.
+Unfortuneatly this leaves the rest of the Linux broswers hanging out to dry. The purpose of this module
+is to be a hard dependency for the freshplayerplugin.
+
+To know more simply google search terms like "pepperflash" and/or "freshplayerplugin".
+EOF
--- /dev/null
+++ b/zbeta/pepperflash/PRE_BUILD
@@ -0,0 +1,7 @@
+mk_source_dir $SOURCE_DIRECTORY  &&
+validate_source_dir $SOURCE_DIRECTORY  &&
+cp $SOURCE_CACHE/$SOURCE  $SOURCE_DIRECTORY/  &&
+cd $SOURCE_DIRECTORY &&
+ar x $SOURCE &&
+lzma -d data.tar.lzma &&
+tar xf data.tar




More information about the Lunar-commits mailing list