diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-11 23:00:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-17 17:00:17 +0700 |
commit | 36c1437740c1613da72bfca556ad1399d86e6d5f (patch) | |
tree | e23a113dedb018ee821cb75fa85388ab4402daea /multimedia/x265 | |
parent | 7e4838bceadd7f802f0baeb9d1c67966492bd4ed (diff) | |
download | slackbuilds-36c1437740c1613da72bfca556ad1399d86e6d5f.tar.gz |
multimedia/x265: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/x265')
-rw-r--r-- | multimedia/x265/x265.SlackBuild | 6 | ||||
-rw-r--r-- | multimedia/x265/x265.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/x265/x265.SlackBuild b/multimedia/x265/x265.SlackBuild index 9f7169abff..d79403953d 100644 --- a/multimedia/x265/x265.SlackBuild +++ b/multimedia/x265/x265.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=x265 -VERSION=${VERSION:-1.1} -REVISION=${REVISION:-ae9609aeebdc} +VERSION=${VERSION:-1.2} +REVISION=${REVISION:-d6257335c537} SRCNAM=multicoreware BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,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 {} \; cd build/linux cmake \ diff --git a/multimedia/x265/x265.info b/multimedia/x265/x265.info index db519923b7..c48de7092b 100644 --- a/multimedia/x265/x265.info +++ b/multimedia/x265/x265.info @@ -1,8 +1,8 @@ PRGNAM="x265" -VERSION="1.1" +VERSION="1.2" HOMEPAGE="https://www.videolan.org/developers/x265.html" -DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/1.1.tar.bz2" -MD5SUM="e6d33d31abdab1f7bd9c240641933472" +DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/1.2.tar.bz2" +MD5SUM="57a4b8300918c5412ceaa26bb8e0a0bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |