diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2015-05-23 18:38:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-20 11:55:19 +0700 |
commit | 5deed3b8900a30ad6bdae58fd118079dd7ea76c6 (patch) | |
tree | 85e51bdf92b2fb3eaac456b3d96368b3e8f02011 /multimedia | |
parent | 7e2adb73f4f2725d6b4bd63c90bb37adfda8c2e0 (diff) | |
download | slackbuilds-5deed3b8900a30ad6bdae58fd118079dd7ea76c6.tar.gz |
multimedia/x264: Updated for version 20150223.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/x264/x264.SlackBuild | 7 | ||||
-rw-r--r-- | multimedia/x264/x264.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/multimedia/x264/x264.SlackBuild b/multimedia/x264/x264.SlackBuild index 1728c06804..04d526cad5 100644 --- a/multimedia/x264/x264.SlackBuild +++ b/multimedia/x264/x264.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for x264 -# Copyright 2010-2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2010-2015 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Originally written by core (eroc@linuxmail.org) PRGNAM=x264 -VERSION=20131101 +VERSION=20150223 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-snapshot-$VERSION-2245-stable -tar xvf $CWD/$PRGNAM-snapshot-$VERSION-2245-stable.tar.bz2 +tar xvf $CWD/$PRGNAM-snapshot-$VERSION-2245-stable.tar.xz cd $PRGNAM-snapshot-$VERSION-2245-stable chown -R root:root . find -L . \ @@ -76,7 +76,6 @@ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ - --enable-visualize \ --enable-shared \ --enable-pic \ --enable-strip diff --git a/multimedia/x264/x264.info b/multimedia/x264/x264.info index 80caa6c041..0c6cb02628 100644 --- a/multimedia/x264/x264.info +++ b/multimedia/x264/x264.info @@ -1,8 +1,8 @@ PRGNAM="x264" -VERSION="20131101" +VERSION="20150223" HOMEPAGE="http://www.videolan.org/developers/x264.html" -DOWNLOAD="http://mirror.yandex.ru/mirrors/ftp.videolan.org/x264/snapshots/x264-snapshot-20131101-2245-stable.tar.bz2" -MD5SUM="b7f2c271ac31c983169156b617d4f600" +DOWNLOAD="http://www.liwjatan.at/files/src/x264/x264-snapshot-20150223-2245-stable.tar.xz" +MD5SUM="60b1759baee0b1ff3ca8c378fdd09a6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |