libraries/ffms2: Updated for version 2.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
96aa4a2af8
commit
2d63862574
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# 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
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ffms2
|
PRGNAM=ffms2
|
||||||
VERSION=${VERSION:-2.20}
|
VERSION=${VERSION:-2.21}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ffms2"
|
PRGNAM="ffms2"
|
||||||
VERSION="2.20"
|
VERSION="2.21"
|
||||||
HOMEPAGE="https://github.com/FFMS/ffms2"
|
HOMEPAGE="https://github.com/FFMS/ffms2"
|
||||||
DOWNLOAD="https://github.com/FFMS/ffms2/archive/2.20.tar.gz"
|
DOWNLOAD="https://github.com/FFMS/ffms2/archive/2.21.tar.gz"
|
||||||
MD5SUM="d6f2faa9e0ffed2e2d8d926592a87744"
|
MD5SUM="311178b420d8a69fad5811e900dbc2fb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ffmpeg"
|
REQUIRES="ffmpeg"
|
||||||
|
|
Loading…
Reference in New Issue