libraries/libopenshot: Updated for version 2.4.4

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2019-03-22 20:21:34 +10:00 committed by Willy Sudiarto Raharjo
parent b91549f208
commit 49799f6849
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libopenshot
# 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
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libopenshot
VERSION=${VERSION:-0.2.2}
VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING README \
cp -a AUTHORS COPYING INSTALL.md README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,9 +1,9 @@
PRGNAM="libopenshot"
VERSION="0.2.2"
VERSION="2.4.4"
HOMEPAGE="https://github.com/OpenShot/libopenshot"
DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v0.2.2/libopenshot-0.2.2.tar.gz \
DOWNLOAD="https://github.com/OpenShot/libopenshot/archive/v2.4.4/libopenshot-2.4.4.tar.gz \
https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp"
MD5SUM="4f4597b8e4546d3edf55377bfe846b69 \
MD5SUM="efdac0803622940c5cd2429356996f11 \
56f264ec5604a5576e0d836d89c38c77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""