summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-23 18:03:50 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-23 18:03:50 +0000
commit949955a6f6283a3c31664c4ddf33c1bc04c84e00 (patch)
treec828c4b2696077f635c8782762c27cdd2494acc6
parent6014a35c7e008b190487d85e70ee5b2cedd07408 (diff)
downloadasb-949955a6f6283a3c31664c4ddf33c1bc04c84e00.tar.gz
asb-949955a6f6283a3c31664c4ddf33c1bc04c84e00.tar.xz
handbrake: update to 1.6.1
-rwxr-xr-xhandbrake/build/handbrake.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/handbrake/build/handbrake.SlackBuild b/handbrake/build/handbrake.SlackBuild
index 36e0d069..3d7ad1ec 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, 2021, 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -91,6 +91,8 @@
# * Update.
# 1.6.0-1: 31/dec/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.6.1-1: 23/aug/2023 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 .
@@ -101,7 +103,7 @@
PRGNAM=handbrake
SRCNAM=HandBrake
-VERSION=${VERSION:-1.6.0}
+VERSION=${VERSION:-1.6.1}
# If defined, we will check the tag from git instead of using a release tarball:
RELREV=${RELREV:-""}
BUILD=${BUILD:-1}
@@ -470,10 +472,6 @@ chmod -R u+w,go+r-w,a+X-s .
# Apply patches:
touch $OUTPUT/patch-${PRGNAM}.log
-# Fix some missing GTK string parameters (thanks to Arch Linux):
-cat $SRCDIR/patches/handbrake.gtkdialogs.patch |patch -p1 --verbose \
- 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-
# Handbrake thinks all Linux systems come with libass, lame and x264:
cat $SRCDIR/patches/handbrake.static_modules.patch |patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log