diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-18 19:12:54 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-24 19:22:18 -0500 |
commit | 443e7f157bc808b6755840c57dae947ad0b65aad (patch) | |
tree | 582658bd4f8ad9739a334fdcea0d68f4a2582152 /multimedia | |
parent | 4c97b124a7f38b40857dd1899f26648b4f2c3634 (diff) | |
download | slackbuilds-443e7f157bc808b6755840c57dae947ad0b65aad.tar.gz |
multimedia/flash-player-standalone: Removed (unmaintained)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'multimedia')
4 files changed, 0 insertions, 111 deletions
diff --git a/multimedia/flash-player-standalone/README b/multimedia/flash-player-standalone/README deleted file mode 100644 index 8169c833dc..0000000000 --- a/multimedia/flash-player-standalone/README +++ /dev/null @@ -1,7 +0,0 @@ -Provides Adobe Flash Player to play flash movies, clips or videos -outside of the browser. - -Player is subject to Adobe Flash EULA: - http://www.adobe.com/products/eulas/players/flash/ - -Note that the standalone flash-player does not work on x86_64 diff --git a/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild b/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild deleted file mode 100644 index db58ef4248..0000000000 --- a/multimedia/flash-player-standalone/flash-player-standalone.SlackBuild +++ /dev/null @@ -1,75 +0,0 @@ -#!/bin/sh - -# Slackware build script for flash-player-standalone - -# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, The Netherlands -# 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=flash-player-standalone -VERSION=10.0.45.2 -ARCH=i386 -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -tar xvf $CWD/flash_player_10_linux_dev.tar.gz -cd flash_player_10_linux_dev/standalone/release -tar xvf flashplayer.tar.gz -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -# Version check inspired by the flash-player-plugin script -_REALVERS=$(strings flashplayer | grep "LNX" | cut -d " " -f 2 | sed -e "s/\,/\./g") -if [ ! "$_REALVERS" = "$VERSION" ]; then - echo - echo "This build script was written for a different version of the" - echo "flash plugin than you have downloaded. This is probably due" - echo "to Adobe changing the upstream tarball - they don't have" - echo "versioned tarballs - and it's almost certainly nothing to be" - echo "concerned about. However, if this package doesn't build or" - echo "work as expected, contact the SlackBuilds.org project on our" - echo "users mailing list." - echo - sleep 5 -fi - -# This is repackaging of a binary plugin - no SLKCFLAGS required, -# nor does anything need to be compiled -mkdir -p $PKG/usr/bin -install -m 0755 flashplayer $PKG/usr/bin/ - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp ../../README $PKG/usr/doc/$PRGNAM-$VERSION/ -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/multimedia/flash-player-standalone/flash-player-standalone.info b/multimedia/flash-player-standalone/flash-player-standalone.info deleted file mode 100644 index a5db03ebc5..0000000000 --- a/multimedia/flash-player-standalone/flash-player-standalone.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="flash-player-standalone" -VERSION="10.0.45.2" -HOMEPAGE="http://www.adobe.com/" -DOWNLOAD="http://download.macromedia.com/pub/flashplayer/updaters/10/flash_player_10_linux_dev.tar.gz" -MD5SUM="67f5081cf7d122063b332ea3e59d838b" -DOWNLOAD_x86_64="UNSUPPORTED" -MD5SUM_x86_64="" -MAINTAINER="Heinz Wiesinger" -EMAIL="pprkut@liwjatan.at" -APPROVED="Erik Hanson" diff --git a/multimedia/flash-player-standalone/slack-desc b/multimedia/flash-player-standalone/slack-desc deleted file mode 100644 index bc99922fed..0000000000 --- a/multimedia/flash-player-standalone/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler-------------------------------------------------------| -flash-player-standalone: flash-player-standalone (Standalone Flash Player) -flash-player-standalone: -flash-player-standalone: Provides Adobe Flash Player to play flash movies, clips or videos -flash-player-standalone: outside of the browser. -flash-player-standalone: -flash-player-standalone: Player is subject to Adobe Flash EULA: -flash-player-standalone: http://www.adobe.com/products/eulas/players/flash/ -flash-player-standalone: -flash-player-standalone: -flash-player-standalone: -flash-player-standalone: |