summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-02-10 14:40:12 +0000
committer Eric Hameleers <alien@slackware.com>2021-02-10 14:40:12 +0000
commitbc8b0656ac149bb6b0f77a22aeeb4164f74805a6 (patch)
treec8c7bea62b157419abfe1175482701294178d210
parent1a3778de575810016027ae13335a516a51b845fb (diff)
downloadasb-bc8b0656ac149bb6b0f77a22aeeb4164f74805a6.tar.gz
asb-bc8b0656ac149bb6b0f77a22aeeb4164f74805a6.tar.xz
obs-studio: rebuilt against new imagemagick in -current
-rwxr-xr-xobs-studio/build/obs-studio.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/obs-studio/build/obs-studio.SlackBuild b/obs-studio/build/obs-studio.SlackBuild
index 6aa68e93..7cfe846d 100755
--- a/obs-studio/build/obs-studio.SlackBuild
+++ b/obs-studio/build/obs-studio.SlackBuild
@@ -44,6 +44,8 @@
# * Update.
# 26.1.1-1: 08/jan/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 26.1.1-2: 10/feb/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against new ImageMagick in -current.
#
# Run 'sh obs-studio.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -53,7 +55,7 @@
PRGNAM=obs-studio
VERSION=${VERSION:-26.1.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}