summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-11-26 07:15:51 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-26 07:15:51 +0000
commit9f76e7124081b62ef58649dfa875874545bb9d17 (patch)
tree5303355caf3c3227692431edf49dd19fd4b1ebcc
parentfa2861079feb8d5f649066dbf1b0e0a75708bd39 (diff)
downloadasb-9f76e7124081b62ef58649dfa875874545bb9d17.tar.gz
asb-9f76e7124081b62ef58649dfa875874545bb9d17.tar.xz
obs-studio: rebuilt against newer libraries in Slackware-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 6c00a7e5..487912b5 100755
--- a/obs-studio/build/obs-studio.SlackBuild
+++ b/obs-studio/build/obs-studio.SlackBuild
@@ -38,6 +38,8 @@
# 26.0.2-2: 18/Oct/2020 by Eric Hameleers <alien@slackware.com>
# * Add fdk-aac dependency so that you no longer have to reply
# on a custom-built ffmpeg with AAC encoder support.
+# 26.0.2-3: 26/nov/2020 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against updated libraries 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 .
@@ -47,7 +49,7 @@
PRGNAM=obs-studio
VERSION=${VERSION:-26.0.2}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}