multimedia/openshot: 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:47:58 +10:00 committed by Willy Sudiarto Raharjo
parent 49799f6849
commit 1b110761f9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
# Copyright 2009, Jonathan Larsen (agentc0re), SLC, UT
# Contact Info: agentc0re 'AT' learnix 'DOT' net
#
# 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
@ -41,12 +41,12 @@
# Oct 2nd, 2012
# Version upgrade to 1.4.3 - Matteo Bernardini <ponce@slackbuilds.org>
#
# From Oct 22nd, 2016-2018
# From Oct 22nd, 2016-2019
# Maintenance & various version upgrades - Christoph Willing <chris.willing@linux.com>
PRGNAM=openshot
SRCNAM=openshot-qt
VERSION=${VERSION:-2.4.3}
VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -100,7 +100,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CONTRIBUTING.md README.md \
cp -a AUTHORS CONTRIBUTING.md COPYING README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="openshot"
VERSION="2.4.3"
VERSION="2.4.4"
HOMEPAGE="http://www.openshotvideo.com"
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.4.3/openshot-qt-2.4.3.tar.gz"
MD5SUM="1d5dab40ee47748d1322bdd18b902171"
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.4.4/openshot-qt-2.4.4.tar.gz"
MD5SUM="6addaf63691bd9bbe75a2fb854997bbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-PyQt5 python3-pyzmq libopenshot python-chardet httplib2 jack-audio-connection-kit python-requests"