mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/x264: Updated for version 20160207.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
da358aa35f
commit
cdcc873896
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for x264
|
||||
|
||||
# Copyright 2010-2015 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2010-2016 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=20150223
|
||||
VERSION=20160207
|
||||
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.xz
|
||||
tar xvf $CWD/$PRGNAM-snapshot-$VERSION-2245-stable.tar.bz2
|
||||
cd $PRGNAM-snapshot-$VERSION-2245-stable
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="x264"
|
||||
VERSION="20150223"
|
||||
VERSION="20160207"
|
||||
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
||||
DOWNLOAD="http://www.liwjatan.at/files/src/x264/x264-snapshot-20150223-2245-stable.tar.xz"
|
||||
MD5SUM="60b1759baee0b1ff3ca8c378fdd09a6a"
|
||||
DOWNLOAD="http://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20160207-2245-stable.tar.bz2"
|
||||
MD5SUM="4830ad640dbc895e72f502342d43ea6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue