multimedia/lightspark: Updated for version 0.8.3.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
faa4bc5bce
commit
0e6e9280da
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lightspark
|
||||
|
||||
# Copyright 2016-2019 Hunter Sezen California, USA
|
||||
# Copyright 2016-2020 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lightspark
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
VERSION=${VERSION:-0.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,6 +69,9 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# don't name scripts 'build'
|
||||
mv build build.sh
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
@ -78,12 +81,13 @@ cd build
|
|||
-DMANUAL_DIRECTORY=man \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DGNASH_EXE_PATH=/usr/bin/gtk-gnash \
|
||||
-DCMAKE_SKIP_RPATH=TRUE \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
mv $PKG/etc/xdg/lightspark.conf $PKG/etc/xdg/lightspark.conf.new
|
||||
mv -- $PKG/etc/xdg/lightspark.conf $PKG/etc/xdg/lightspark.conf.new
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
|
||||
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lightspark"
|
||||
VERSION="0.8.2"
|
||||
VERSION="0.8.3"
|
||||
HOMEPAGE="https://lightspark.github.io/"
|
||||
DOWNLOAD="https://github.com/lightspark/lightspark/archive/0.8.2/lightspark-0.8.2.tar.gz"
|
||||
MD5SUM="297f20078ca7f14b85ece994910a937b"
|
||||
DOWNLOAD="https://github.com/lightspark/lightspark/archive/0.8.3/lightspark-0.8.3.tar.gz"
|
||||
MD5SUM="d9aed3452d00294c668845e99e6a6b97"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg rtmpdump SDL2_mixer"
|
||||
|
|
Loading…
Reference in New Issue