summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Matteo Bernardini2021-06-01 17:21:21 +0200
committer Willy Sudiarto Raharjo2021-06-01 20:03:58 +0200
commit3f771f9c8d3eb6723e68b78d4801bd5ffc5e5804 (patch)
treedcc9f639e079deb466ada4156707a77b2f9bb3fc /multimedia
parent739145f4d9cebdf5131152eccfd514e7d2c14a03 (diff)
downloadslackbuilds-3f771f9c8d3eb6723e68b78d4801bd5ffc5e5804.tar.gz
multimedia/x265: Updated for version 3.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/x265/x265.SlackBuild8
-rw-r--r--multimedia/x265/x265.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/x265/x265.SlackBuild b/multimedia/x265/x265.SlackBuild
index e891d63354..36415e8d9d 100644
--- a/multimedia/x265/x265.SlackBuild
+++ b/multimedia/x265/x265.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=x265
-VERSION=${VERSION:-3.4}
+VERSION=${VERSION:-3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf ${PRGNAM}_${VERSION}
+tar xvf $CWD/${PRGNAM}_${VERSION}.tar.gz
+cd ${PRGNAM}_${VERSION}
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/multimedia/x265/x265.info b/multimedia/x265/x265.info
index 852cae9117..ec2ca91c05 100644
--- a/multimedia/x265/x265.info
+++ b/multimedia/x265/x265.info
@@ -1,8 +1,8 @@
PRGNAM="x265"
-VERSION="3.4"
+VERSION="3.5"
HOMEPAGE="https://www.videolan.org/developers/x265.html"
-DOWNLOAD="https://github.com/videolan/x265/archive/3.4/x265-3.4.tar.gz"
-MD5SUM="d867c3a7e19852974cf402c6f6aeaaf3"
+DOWNLOAD="https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz"
+MD5SUM="deb5df5cb2ec17bdbae6ac6bbc3b1eef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""