diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ffms2/ffms2.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/ffms2/ffms2.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/ffms2/ffms2.SlackBuild b/libraries/ffms2/ffms2.SlackBuild index 499969150a..a1e50f98a4 100644 --- a/libraries/ffms2/ffms2.SlackBuild +++ b/libraries/ffms2/ffms2.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ffms2 -VERSION=${VERSION:-2.20} +VERSION=${VERSION:-2.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -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 \ --prefix=/usr \ diff --git a/libraries/ffms2/ffms2.info b/libraries/ffms2/ffms2.info index 0cd915ddc7..e852c0eb4a 100644 --- a/libraries/ffms2/ffms2.info +++ b/libraries/ffms2/ffms2.info @@ -1,8 +1,8 @@ PRGNAM="ffms2" -VERSION="2.20" +VERSION="2.21" HOMEPAGE="https://github.com/FFMS/ffms2" -DOWNLOAD="https://github.com/FFMS/ffms2/archive/2.20.tar.gz" -MD5SUM="d6f2faa9e0ffed2e2d8d926592a87744" +DOWNLOAD="https://github.com/FFMS/ffms2/archive/2.21.tar.gz" +MD5SUM="311178b420d8a69fad5811e900dbc2fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg" |