multimedia/smplayer: Updated for version 14.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
36e59f67dd
commit
75f02f8fe2
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for SMPlayer
|
# Slackware build script for SMPlayer
|
||||||
|
|
||||||
# Copyright 2011-2013 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
# Copyright 2011-2014 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,11 +23,11 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=smplayer
|
PRGNAM=smplayer
|
||||||
VERSION=${VERSION:-0.8.6}
|
VERSION=${VERSION:-14.3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
THEMES=${THEMES:-20120919}
|
THEMES=${THEMES:-20131003}
|
||||||
SKINS=${SKINS:-20130605}
|
SKINS=${SKINS:-20130605}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
PRGNAM="smplayer"
|
PRGNAM="smplayer"
|
||||||
VERSION="0.8.6"
|
VERSION="14.3.0"
|
||||||
HOMEPAGE="http://smplayer.sourceforge.net"
|
HOMEPAGE="http://smplayer.sourceforge.net"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/smplayer/smplayer-0.8.6.tar.bz2 \
|
DOWNLOAD="http://downloads.sourceforge.net/smplayer/smplayer-14.3.0.tar.bz2 \
|
||||||
http://downloads.sourceforge.net/smplayer/smplayer-themes-20120919.tar.bz2 \
|
http://downloads.sourceforge.net/smplayer/smplayer-themes-20131003.tar.bz2 \
|
||||||
http://downloads.sourceforge.net/smplayer/smplayer-skins-20130605.tar.bz2"
|
http://downloads.sourceforge.net/smplayer/smplayer-skins-20130605.tar.bz2"
|
||||||
MD5SUM="deddbce75049b5c4f15ec6c02eaf8790 \
|
MD5SUM="c6ef86f7fe0022b35c0f06430f4cd9bd \
|
||||||
4af3433f2fc7a4b543e576fb7985eb35 \
|
8cb952d84f370751c02ebeab7f43a151 \
|
||||||
114ab2a5818da7b427fc7661f1b2658f"
|
114ab2a5818da7b427fc7661f1b2658f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in New Issue