From 36c1437740c1613da72bfca556ad1399d86e6d5f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 11 Jul 2014 23:00:24 +0700 Subject: multimedia/x265: Updated for version 1.2. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/x265/x265.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'multimedia/x265/x265.SlackBuild') diff --git a/multimedia/x265/x265.SlackBuild b/multimedia/x265/x265.SlackBuild index 9f7169abff83..d79403953db5 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 \ -- cgit v1.2.3