Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (6d9c61fb3bda4c81edf4df24ce12e8511da5bd63)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (6d9c61fb3bda4c81edf4df24ce12e8511da5bd63)
  • Date: Wed, 10 Aug 2016 14:22:38 -0000

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 4 ++++
z-http/flash-ppapi/BUILD | 1 +
z-http/flash-ppapi/CONFIGURE | 3 +++
z-http/flash-ppapi/DEPENDS | 1 +
z-http/flash-ppapi/DETAILS | 22 ++++++++++++++++++++++
z-http/flash-ppapi/HISTORY | 3 +++
z-http/flash-ppapi/INSTALL | 7 +++++++
z-http/flash-ppapi/PRE_BUILD | 3 +++
8 files changed, 44 insertions(+)

New commits:
commit 6d9c61fb3bda4c81edf4df24ce12e8511da5bd63
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

flash-ppapi: new spell, Adobe Flash Plugin for web browsers (PPAPI
version)

diff --git a/ChangeLog b/ChangeLog
index 25d9ce9..dd72987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * z-http/flash-ppapi: new spell, Adobe Flash Plugin for web browsers
+ (PPAPI version)
+
2016-08-08 Vlad Glagolev <stealth AT sourcemage.org>
* z-http/vivaldi: new spell, advanced browser made for power users in
mind

diff --git a/z-http/flash-ppapi/BUILD b/z-http/flash-ppapi/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-http/flash-ppapi/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-http/flash-ppapi/CONFIGURE b/z-http/flash-ppapi/CONFIGURE
new file mode 100755
index 0000000..49b9e31
--- /dev/null
+++ b/z-http/flash-ppapi/CONFIGURE
@@ -0,0 +1,3 @@
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-http/flash-ppapi/DEPENDS b/z-http/flash-ppapi/DEPENDS
new file mode 100755
index 0000000..2e9c20b
--- /dev/null
+++ b/z-http/flash-ppapi/DEPENDS
@@ -0,0 +1 @@
+runtime_depends -sub CXX gcc
diff --git a/z-http/flash-ppapi/DETAILS b/z-http/flash-ppapi/DETAILS
new file mode 100755
index 0000000..ad92559
--- /dev/null
+++ b/z-http/flash-ppapi/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=flash-ppapi
+ VERSION=22.0.0.209
+ SECURITY_PATCH=0
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+ ARCH=x86_64
+
SOURCE_HASH=sha512:456052ff699c48b4d0c54439d57269115badef8940019b30999dcc8245b5b61394dc0b4095c71bce48e8eb2560369033b6d7e70a7a1c697ed6149707e85a5aa4
+else
+ ARCH=i386
+
SOURCE_HASH=sha512:07ab7a662aa45855ce02aba5bd9367df2a73910f4a43869922c2d7c332b2bb6d265b5db24dfb0f2ff57d42f99a00e83a51fb8ffee3739c5d5cd9ae821e83488b
+fi
+ SOURCE=flash_player_ppapi_linux.${ARCH}.tar.gz
+
SOURCE_URL[0]=https://fpdownload.adobe.com/pub/flashplayer/pdc/${VERSION}/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS="LGPL"
+ LICENSE[0]=https://www.adobe.com/legal/licenses-terms.html
+ WEB_SITE=https://www.adobe.com/products/flashplayer.html
+ ENTERED=20160810
+ REJECT="is non-source and has licensing issues"
+ SHORT="Adobe Flash Plugin for web browsers (PPAPI version)"
+cat << EOF
+Adobe Flash Plugin for web browsers (PPAPI version).
+EOF
diff --git a/z-http/flash-ppapi/HISTORY b/z-http/flash-ppapi/HISTORY
new file mode 100644
index 0000000..6348e0a
--- /dev/null
+++ b/z-http/flash-ppapi/HISTORY
@@ -0,0 +1,3 @@
+2016-08-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, CONFIGURE, UNATTEND_SAFE:
+ created spell, version 22.0.0.209
diff --git a/z-http/flash-ppapi/INSTALL b/z-http/flash-ppapi/INSTALL
new file mode 100755
index 0000000..9d9d858
--- /dev/null
+++ b/z-http/flash-ppapi/INSTALL
@@ -0,0 +1,7 @@
+local pp_directory="${INSTALL_ROOT}/opt/google/chrome/PepperFlash" &&
+
+if [ ! -d "$pp_directory" ]; then
+ mkdir -p "$pp_directory"
+fi &&
+
+install -vm 755 libpepflashplayer.so "$pp_directory/libpepflashplayer.so"
diff --git a/z-http/flash-ppapi/PRE_BUILD b/z-http/flash-ppapi/PRE_BUILD
new file mode 100755
index 0000000..fc57e1c
--- /dev/null
+++ b/z-http/flash-ppapi/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+unpack_file
diff --git a/z-http/flash-ppapi/UNATTEND_SAFE
b/z-http/flash-ppapi/UNATTEND_SAFE
new file mode 100644
index 0000000..e69de29



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (6d9c61fb3bda4c81edf4df24ce12e8511da5bd63), Vlad Glagolev, 08/10/2016

Archive powered by MHonArc 2.6.24.

Top of Page