Browse Source
multimedia/lightspark: Updated for version 0.8.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
Bloyburt
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
9 additions and
8 deletions
-
multimedia/lightspark/README
-
multimedia/lightspark/lightspark.SlackBuild
-
multimedia/lightspark/lightspark.info
|
|
@ -5,6 +5,5 @@ as a standalone application. |
|
|
|
Lightspark supports SWF files written on all versions of the |
|
|
|
ActionScript language. |
|
|
|
|
|
|
|
Optional Dependency |
|
|
|
|
|
|
|
Optional Dependency: |
|
|
|
gnash can optionally be used as fallback support. |
|
|
@ -4,6 +4,8 @@ |
|
|
|
|
|
|
|
# Copyright 2016-2021 Hunter Sezen California, USA |
|
|
|
# All rights reserved. |
|
|
|
# Copyright 2024 Bloyburt |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
# permitted provided that the following conditions are met: |
|
|
@ -25,7 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=lightspark |
|
|
|
VERSION=${VERSION:-0.8.4.1} |
|
|
|
VERSION=${VERSION:-0.8.7} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="lightspark" |
|
|
|
VERSION="0.8.4.1" |
|
|
|
VERSION="0.8.7" |
|
|
|
HOMEPAGE="https://lightspark.github.io/" |
|
|
|
DOWNLOAD="https://github.com/lightspark/lightspark/archive/0.8.4.1/lightspark-0.8.4.1.tar.gz" |
|
|
|
MD5SUM="27c1ad450eb1c8f47bd07dbc2ba34a5a" |
|
|
|
DOWNLOAD="https://github.com/lightspark/lightspark/archive/0.8.7/lightspark-0.8.7.tar.gz" |
|
|
|
MD5SUM="80a668a9ae6b36a6e05701d2ecab8050" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="rtmpdump" |
|
|
|
MAINTAINER="Hunter Sezen" |
|
|
|
EMAIL="orbea@riseup.net" |
|
|
|
MAINTAINER="Bloyburt" |
|
|
|
EMAIL="alexpen@startmail.com" |