multimedia/x264: Updated for version 20150223.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2015-05-23 18:38:30 +02:00 committed by Willy Sudiarto Raharjo
parent 7e2adb73f4
commit 5deed3b890
2 changed files with 6 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for x264 # Slackware build script for x264
# Copyright 2010-2013 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2010-2015 Heinz Wiesinger, Amsterdam, The Netherlands
# 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
@ -25,7 +25,7 @@
# Originally written by core (eroc@linuxmail.org) # Originally written by core (eroc@linuxmail.org)
PRGNAM=x264 PRGNAM=x264
VERSION=20131101 VERSION=20150223
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-snapshot-$VERSION-2245-stable 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 cd $PRGNAM-snapshot-$VERSION-2245-stable
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
@ -76,7 +76,6 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \ --libdir=/usr/lib${LIBDIRSUFFIX} \
--enable-visualize \
--enable-shared \ --enable-shared \
--enable-pic \ --enable-pic \
--enable-strip --enable-strip

View file

@ -1,8 +1,8 @@
PRGNAM="x264" PRGNAM="x264"
VERSION="20131101" VERSION="20150223"
HOMEPAGE="http://www.videolan.org/developers/x264.html" 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" DOWNLOAD="http://www.liwjatan.at/files/src/x264/x264-snapshot-20150223-2245-stable.tar.xz"
MD5SUM="b7f2c271ac31c983169156b617d4f600" MD5SUM="60b1759baee0b1ff3ca8c378fdd09a6a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""