mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/x265: Updated for version 3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fb598d0dc3
commit
7f335834ff
2 changed files with 7 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for x265
|
||||
|
||||
# Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,9 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=x265
|
||||
VERSION=${VERSION:-3.2.1}
|
||||
REVISION=${REVISION:-3.2.157243.2.101}
|
||||
SRCNAM=7fa570ead8d3
|
||||
VERSION=${VERSION:-3.3}
|
||||
SRCNAM=057215961bc4
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -62,9 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf multicoreware-$PRGNAM-$SRCNAM
|
||||
tar xvf $CWD/$SRCNAM-$PRGNAM-$REVISION.tar.bz2 || \
|
||||
tar xvf $CWD/$VERSION.tar.bz2 || \
|
||||
tar xvf $CWD/multicoreware-$PRGNAM-$SRCNAM.tar.bz2
|
||||
tar xvf $CWD/$VERSION.tar.bz2 || tar xvf $CWD/multicoreware-$PRGNAM-$SRCNAM.tar.bz2
|
||||
cd multicoreware-$PRGNAM-$SRCNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="x265"
|
||||
VERSION="3.2.1"
|
||||
VERSION="3.3"
|
||||
HOMEPAGE="https://www.videolan.org/developers/x265.html"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/3.2.1.tar.bz2"
|
||||
MD5SUM="fcbcd48221316e241a56543a27c56e12"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/3.3.tar.bz2"
|
||||
MD5SUM="e1b74d727e6aee171440df3b612c31cd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue