summaryrefslogtreecommitdiffstats
path: root/libraries/libopenshot/libopenshot.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2020-02-10 10:03:19 +0100
committer Willy Sudiarto Raharjo2020-02-15 03:50:59 +0100
commit5d0489096ffe7443cf03381617ad35e3deb8908b (patch)
tree4880b13b2e31ccda029a0f0a07643ac2a8bd2a6d /libraries/libopenshot/libopenshot.SlackBuild
parent54faaf8addb90ca83b63d91e1b88d2c370f2ef7a (diff)
downloadslackbuilds-5d0489096ffe7443cf03381617ad35e3deb8908b.tar.gz
libraries/libopenshot: Updated for versin 0.2.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/libopenshot/libopenshot.SlackBuild')
-rw-r--r--libraries/libopenshot/libopenshot.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/libopenshot/libopenshot.SlackBuild b/libraries/libopenshot/libopenshot.SlackBuild
index cb04349871..3636b27ea6 100644
--- a/libraries/libopenshot/libopenshot.SlackBuild
+++ b/libraries/libopenshot/libopenshot.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libopenshot
-# Copyright 2016-2019 Christoph Willing, Brisbane Australia
+# Copyright 2016-2020 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libopenshot
-VERSION=${VERSION:-0.2.3}
+VERSION=${VERSION:-0.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,6 +62,8 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
+patch -p1 < $CWD/limit-hwaccel.patch
+patch -p1 < $CWD/resolve-abs.patch
cp -p $CWD/zmq.hpp include/
chown -R root:root .
find -L . \