diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-02-10 19:03:19 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 09:50:59 +0700 |
commit | 5d0489096ffe7443cf03381617ad35e3deb8908b (patch) | |
tree | 4880b13b2e31ccda029a0f0a07643ac2a8bd2a6d /libraries/libopenshot/libopenshot.SlackBuild | |
parent | 54faaf8addb90ca83b63d91e1b88d2c370f2ef7a (diff) |
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.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/libopenshot/libopenshot.SlackBuild b/libraries/libopenshot/libopenshot.SlackBuild index cb04349871beb..3636b27ea6197 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 . \ |