mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/openshot: Updated for version 2.3.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
7d8f8a7543
commit
4d09f6e475
3 changed files with 7 additions and 5 deletions
|
@ -8,3 +8,5 @@ inkscape executables in the preferences menu.
|
|||
|
||||
* Note that httplib2 (openshot REQUIRES httplib2) must have been built
|
||||
using the python3 option (by setting PYTHON3=yes in the build environment).
|
||||
* Similarly, python-requests also needs python3 to be installed when
|
||||
being built but no special setting is needed in this case.
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
PRGNAM=openshot
|
||||
SRCNAM=openshot-qt
|
||||
VERSION=${VERSION:-2.3.3}
|
||||
VERSION=${VERSION:-2.3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openshot"
|
||||
VERSION="2.3.3"
|
||||
VERSION="2.3.4"
|
||||
HOMEPAGE="http://www.openshotvideo.com"
|
||||
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.3.3/openshot-qt-2.3.3.tar.gz"
|
||||
MD5SUM="377d2a31915e75f352e20f9f2f52a353"
|
||||
DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.3.4/openshot-qt-2.3.4.tar.gz"
|
||||
MD5SUM="1635e4f5b4ac10f95de55bf94a35f531"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-PyQt5 python3-pyzmq libopenshot httplib2 jack-audio-connection-kit"
|
||||
REQUIRES="python3-PyQt5 python3-pyzmq libopenshot httplib2 jack-audio-connection-kit python-requests"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue