]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Added SAFlashPlayer.
authorfsLeg <fsleg@t-rg.ws>
Fri, 27 Feb 2015 17:34:04 +0000 (20:34 +0300)
committerfsLeg <fsleg@t-rg.ws>
Fri, 27 Feb 2015 17:34:04 +0000 (20:34 +0300)
saflashplayer/README [new file with mode: 0644]
saflashplayer/saflashplayer.SlackBuild [new file with mode: 0755]
saflashplayer/saflashplayer.desktop [new file with mode: 0644]
saflashplayer/saflashplayer.info [new file with mode: 0644]
saflashplayer/saflashplayer.sh [new file with mode: 0755]
saflashplayer/slack-desc [new file with mode: 0644]

diff --git a/saflashplayer/README b/saflashplayer/README
new file mode 100644 (file)
index 0000000..7949476
--- /dev/null
@@ -0,0 +1,8 @@
+Also known as Flash Player projector, SAFlashPlayer can play local SWF files
+without using web browser with Adobe plugin.
+
+Since binary is 32bit only, 64bit users must have multilib environment in
+order to use this program.
+
+Checksum in .info file is unreliable, because Adobe updates the tarball
+without changing the link. This is also true for the program version.
diff --git a/saflashplayer/saflashplayer.SlackBuild b/saflashplayer/saflashplayer.SlackBuild
new file mode 100755 (executable)
index 0000000..403610b
--- /dev/null
@@ -0,0 +1,86 @@
+#!/bin/sh
+
+# Slackware build script for saflashplayer
+
+# Copyright 2015 Vladislav Borisov Moscow, Russia
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+#
+#  THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+#  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+#  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
+#  EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+#  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+#  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+#  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+#  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+#  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+PRGNAM=saflashplayer
+VERSION=${VERSION:-11.2.202.442}
+BUILD=${BUILD:-1}
+TAG=${TAG:-fsleg}
+
+# Automatically determine the architecture we're building on:
+if [ -z "$ARCH" ]; then
+  case "$( uname -m )" in
+    i?86) ARCH=i486 ;;
+    arm*) ARCH=arm ;;
+    # Unless $ARCH is already set, use uname -m for all other archs:
+       *) ARCH=$( uname -m ) ;;
+  esac
+fi
+
+if [ "x86_64" == "${ARCH}" ]; then
+  echo
+  echo "*************************************************************"
+  echo "It seems you are running a 64bit system. You need a multilib"
+  echo "environment in order to run this program."
+  echo "*************************************************************"
+  echo
+fi
+
+CWD=$(pwd)
+TMP=${TMP:-/tmp/SBo}
+PKG=$TMP/package-$PRGNAM
+OUTPUT=${OUTPUT:-/tmp}
+
+# saflashplayer is a standalone static binary, so no compilation is needed
+
+set -e # Exit on most errors
+
+rm -rf $PKG
+mkdir -p $TMP $PKG $OUTPUT
+cd $TMP
+
+rm -rf flashplayer
+tar xvf $CWD/flashplayer_11_sa.i386.tar.gz
+mkdir -p $PKG/usr/bin $PKG/usr/share/applications
+mv flashplayer $PKG/usr/bin/saflashplayer.bin
+cp -a $CWD/saflashplayer.sh $PKG/usr/bin/saflashplayer
+cp -a $CWD/saflashplayer.desktop $PKG/usr/share/applications
+chown -R root:root $PKG
+find -L $PKG \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+  -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
+# Stripping the binary causes it to segfault
+
+# Copy program documentation into the package
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+
+# Copy the slack-desc (and a custom doinst.sh if necessary) into ./install
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+
+cd $PKG
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
diff --git a/saflashplayer/saflashplayer.desktop b/saflashplayer/saflashplayer.desktop
new file mode 100644 (file)
index 0000000..ca51ecc
--- /dev/null
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Categories=AudioVideo;Player;Video;
+Exec=saflashplayer %U
+GenericName=FlashPlayer StandAlone
+MimeType=application/x-shockwave-flash
+Type=Application
+Icon=flash
diff --git a/saflashplayer/saflashplayer.info b/saflashplayer/saflashplayer.info
new file mode 100644 (file)
index 0000000..23c10fb
--- /dev/null
@@ -0,0 +1,10 @@
+PRGNAM="saflashplayer"
+VERSION="11.2.202.442"
+HOMEPAGE="https://get.adobe.com/flashplayer"
+DOWNLOAD="http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_sa.i386.tar.gz"
+MD5SUM="a1b3b76952bf8190b055e9fe5612c160"
+DOWNLOAD_x86_64="UNSUPPORTED"
+MD5SUM_x86_64=""
+REQUIRES=""
+MAINTAINER="Vladislav Borisov"
+EMAIL="fsleg@t-rg.ws"
diff --git a/saflashplayer/saflashplayer.sh b/saflashplayer/saflashplayer.sh
new file mode 100755 (executable)
index 0000000..58c4080
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+LD_LIBRARY_PATH="/usr/lib/seamonkey:${LD_LIBRARY_PATH}" \
+/usr/bin/saflashplayer.bin "$@"
diff --git a/saflashplayer/slack-desc b/saflashplayer/slack-desc
new file mode 100644 (file)
index 0000000..1399d26
--- /dev/null
@@ -0,0 +1,11 @@
+             |-----handy-ruler------------------------------------------------------|
+saflashplayer: saflashplayer (Stand-Alone Flash Player)
+saflashplayer:
+saflashplayer: Also known as Flash Player projector, SAFlashPlayer can play local
+saflashplayer: SWF files without using web browser with Adobe plugin.
+saflashplayer:
+saflashplayer:
+saflashplayer:
+saflashplayer: Website: https://get.adobe.com/flashplayer
+saflashplayer:
+saflashplayer: