multimedia/openshot: Updated for version 2.4.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
49799f6849
commit
1b110761f9
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue