summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-08-08 20:44:22 +0000
committer Eric Hameleers <alien@slackware.com>2021-08-08 20:44:22 +0000
commit6465e0415c1be8008cbc738901b1573d7c43715b (patch)
tree8d6e11b01d3c92b3b36bfdcf71d942ed6dd90330
parentb9212855ba9201261c4168bef1a677147e083bb5 (diff)
downloadasb-6465e0415c1be8008cbc738901b1573d7c43715b.tar.gz
asb-6465e0415c1be8008cbc738901b1573d7c43715b.tar.xz
handbrake: update to 1.4.0
-rwxr-xr-xhandbrake/build/handbrake.SlackBuild56
1 files changed, 32 insertions, 24 deletions
diff --git a/handbrake/build/handbrake.SlackBuild b/handbrake/build/handbrake.SlackBuild
index 6baaedea..8e80c7f6 100755
--- a/handbrake/build/handbrake.SlackBuild
+++ b/handbrake/build/handbrake.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -79,6 +79,8 @@
# * Update.
# 1.3.3-1: 17/nov/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.4.0-1: 08/aug/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh handbrake.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -88,7 +90,7 @@
PRGNAM=handbrake
-VERSION=${VERSION:-1.3.3}
+VERSION=${VERSION:-1.4.0}
# Find the revision for a release tag (does not currently work!):
RELREV=${RELREV:-""}
BUILD=${BUILD:-1}
@@ -116,34 +118,35 @@ WITH_GUI=${WITH_GUI:-"YES"}
DOCS="AUTHORS* COPYING* LICENSE* NEWS* README* THANKS*"
-CONTRIBURL="https://download.handbrake.fr/contrib"
+CONTRIBURL="https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs"
# Versions of the contribs most of which are compiled-in;
# A rough guideline as to how to determine the versions and download URLs is
-# $ grep FETCH.url $(find HandBrake-1.3.3/contrib -type f -name module.defs)
-ASS=0.14.0
-BLURAY=1.1.2
-DAV1D=0.5.1
-DVDNAV=6.0.1
-DVDREAD=6.0.2
+# $ grep FETCH.url $(find HandBrake-1.4.0/contrib -type f -name module.defs)
+ASS=0.15.1
+BLURAY=1.3.0
+DAV1D=0.9.0
+DVDNAV=6.1.1
+DVDREAD=6.1.1
FDKAAC=2.0.1
-FFMPEG=4.2.3
-FREETYPE=2.10.1
-FRIBIDI=1.0.7
-HARFBUZZ=2.6.4
-JANSSON=2.12
+FFMPEG=4.4
+FREETYPE=2.10.4
+FRIBIDI=1.0.10
+HARFBUZZ=2.8.1
+JANSSON=2.13.1
LAME=3.100
-MFX=c200d83
-NVENC=9.0.18.1
+MFX=1.35
+NVENC=11.0.10.1
OGG=1.3.4
OPUS=1.3.1
SPEEX=1.2.0
THEORA=1.1.1
-VORBIS=1.3.6
-VPX=1.8.1
-X264=snapshot-20180925-2245
-X265=3.2.1
+VORBIS=1.3.7
+VPX=1.10.0
+X264=snapshot-20210606-3059
+X265=3.5
XML2=2.9.9
+ZIMG=3.0.1
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -221,13 +224,14 @@ SOURCE[$DLI]="$SRCDIR/sources/opus-$OPUS.tar.gz"
SRCURL[$DLI]="$CONTRIBURL/opus-$OPUS.tar.gz"
DLI=$(($DLI+1))
-SOURCE[$DLI]="$SRCDIR/sources/x264-$X264.tar.bz2"
-#SRCURL[$DLI]="$CONTRIBURL/x264-$X264.tar.bz2"
-SRCURL[$DLI]="https://download.videolan.org/pub/videolan/x264/snapshots/x264-$X264.tar.bz2"
+SOURCE[$DLI]="$SRCDIR/sources/x264-$X264.tar.gz"
+SRCURL[$DLI]="$CONTRIBURL/x264-$X264.tar.gz"
+#SRCURL[$DLI]="https://download.videolan.org/pub/videolan/x264/snapshots/x264-$X264.tar.bz2"
DLI=$(($DLI+1))
SOURCE[$DLI]="$SRCDIR/sources/x265_$X265.tar.gz"
-SRCURL[$DLI]="https://download.videolan.org/pub/videolan/x265/x265_$X265.tar.gz"
+SRCURL[$DLI]="$CONTRIBURL/x265_$X265.tar.gz"
+#SRCURL[$DLI]="https://download.videolan.org/pub/videolan/x265/x265_$X265.tar.gz"
DLI=$(($DLI+1))
SOURCE[$DLI]="$SRCDIR/sources/speex-$SPEEX.tar.gz"
@@ -249,6 +253,10 @@ DLI=$(($DLI+1))
SOURCE[$DLI]="$SRCDIR/sources/nv-codec-headers-$NVENC.tar.gz"
SRCURL[$DLI]="$CONTRIBURL/nv-codec-headers-$NVENC.tar.gz"
+DLI=$(($DLI+1))
+SOURCE[$DLI]="$SRCDIR/sources/zimg-$ZIMG.tar.gz"
+SRCURL[$DLI]="$CONTRIBURL/zimg-$ZIMG.tar.gz"
+
if [ "${USE_PATENTS}" == "YES" ]; then
echo ""
echo "**"