diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-02-28 20:37:03 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-02 07:40:22 +0700 |
commit | d9bf77a38ef435d28e7532521aea444d1a72e8e3 (patch) | |
tree | 0a5bc6e3a484bdffd0bee91058a7d106e5d8d926 /multimedia/obs-studio/obs-studio.SlackBuild | |
parent | aaa0ff3c628d20f5bcd049aac4e4bf9de666bced (diff) |
multimedia/obs-studio: Updated for version 23.0.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'multimedia/obs-studio/obs-studio.SlackBuild')
-rw-r--r-- | multimedia/obs-studio/obs-studio.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/obs-studio/obs-studio.SlackBuild b/multimedia/obs-studio/obs-studio.SlackBuild index e1f06990ac5c9..cf6d8437aa540 100644 --- a/multimedia/obs-studio/obs-studio.SlackBuild +++ b/multimedia/obs-studio/obs-studio.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Open Broadcaster Software # # Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> -# Copyright 2016-2018 Christoph Willing, Brisbane Australia +# Copyright 2016-2019 Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=obs-studio -VERSION=${VERSION:-22.0.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-23.0.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -63,7 +63,6 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xf $CWD/$PRGNAM-$VERSION.tar.gz || tar xf $CWD/$VERSION.tar.gz cd $PRGNAM-$VERSION -patch -p1 < $CWD/libfdk-new-api.patch chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |