summaryrefslogtreecommitdiffstats
path: root/handbrake
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-18 11:29:07 +0000
committer Eric Hameleers <alien@slackware.com>2017-01-18 11:29:07 +0000
commit3a4fa2c1025fadc332c62ae9892aad6e7ad41497 (patch)
treebd94b3f35266d715c048b309eee1c643f6781d95 /handbrake
parentc16637018670aeaf944cc713e1fb3e501982b273 (diff)
downloadasb-3a4fa2c1025fadc332c62ae9892aad6e7ad41497.tar.gz
asb-3a4fa2c1025fadc332c62ae9892aad6e7ad41497.tar.xz
handbrake: updated to 1.0.1
Diffstat (limited to 'handbrake')
-rwxr-xr-xhandbrake/build/handbrake.SlackBuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/handbrake/build/handbrake.SlackBuild b/handbrake/build/handbrake.SlackBuild
index d67c02cc..172d822b 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 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -58,6 +58,8 @@
# 1.0.0-1: 27/dec/2016 by Eric Hameleers <alien@slackware.com>
# * First stable release!
# Builds on slackware 14.2 and newer only (GTK+3 requirements).
+# 1.0.1-1: 18/jan/2017 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 .
@@ -67,7 +69,7 @@
PRGNAM=handbrake
-VERSION=${VERSION:-1.0.0}
+VERSION=${VERSION:-1.0.1}
# Find the revision for a release tag (does not currently work!):
RELREV=${RELREV:-""}
BUILD=${BUILD:-1}
@@ -340,6 +342,10 @@ cat $SRCDIR/patches/handbrake.libdvdread_automake.patch |patch -p1 --verbose \
cat $SRCDIR/patches/handbrake.fribidi_autoconf.patch |patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+## Fix a potential crash in the 2-pass VP8 encoder (fixed after 1.0.0):
+#cat $SRCDIR/patches/handbrake.encavcodec_crash.patch |patch -p1 --verbose \
+# 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+
## Add some of our own patches to the build:
#HBTOPDIR=$(pwd)
#cd $SRCDIR/patches