multimedia/mozplugger: Updated for version 2.1.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8a1f9c1b18
commit
7fc9ec5072
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mozplugger
|
||||
|
||||
# Copyright (c) 2009-2013, Dhaby Xiloj <slack.dhabyx@gmail.com>
|
||||
# Copyright (c) 2009-2016, Dhaby Xiloj <slack.dhabyx@gmail.com> Guatemala
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mozplugger
|
||||
VERSION=${VERSION:-2.1.4}
|
||||
VERSION=${VERSION:-2.1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,8 +68,8 @@ 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 {} \;
|
||||
|
||||
# sigh --rworkman
|
||||
# updated for 2.1.4 version
|
||||
# thanks to rworkman
|
||||
# updated for 2.1.4 and 2.1.6 versions
|
||||
patch -p1 < $CWD/Makefile.in.diff
|
||||
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mozplugger"
|
||||
VERSION="2.1.4"
|
||||
VERSION="2.1.6"
|
||||
HOMEPAGE="http://mozplugger.mozdev.org/"
|
||||
DOWNLOAD="http://mozplugger.mozdev.org/files/mozplugger-2.1.4.tar.gz"
|
||||
MD5SUM="b5b26f927d5c7c5f15ecc70576b8cae0"
|
||||
DOWNLOAD="http://mozplugger.mozdev.org/files/mozplugger-2.1.6.tar.gz"
|
||||
MD5SUM="abb42f3c3c2f3a940c1252a83f254116"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue