mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
multimedia/lightspark: Updated for version 2017.08.07_134784b5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ce68f476a1
commit
f194d2bca5
3 changed files with 8 additions and 6 deletions
|
@ -6,4 +6,6 @@ Lightspark supports SWF files written on the newest version of the
|
|||
ActionScript language, ActionScript 3.0, which was introduced at the
|
||||
same time as Flash player 9.
|
||||
|
||||
Optional dependency: gnash can optionally be used as fallback support.
|
||||
Optional Dependency
|
||||
|
||||
gnash can optionally be used as fallback support.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lightspark
|
||||
VERSION=${VERSION:-2017.01.07_308241eb}
|
||||
VERSION=${VERSION:-2017.08.07_134784b5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lightspark"
|
||||
VERSION="2017.01.07_308241eb"
|
||||
VERSION="2017.08.07_134784b5"
|
||||
HOMEPAGE="https://lightspark.github.io/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/lightspark-2017.01.07_308241eb.tar.xz"
|
||||
MD5SUM="b227bd46f4c05369e0ca15f148b1627b"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/lightspark-2017.08.07_134784b5.tar.xz"
|
||||
MD5SUM="b056a6d7b4d341443e73c188e493972d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg rtmpdump SDL2_mixer"
|
||||
|
|
Loading…
Reference in a new issue