diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-06-01 23:35:05 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 08:00:12 +0700 |
commit | 4d09f6e4753c874b25a14d65e7eaaa08e92979a2 (patch) | |
tree | 6d84261880dd7a77ab8a4cae0bf2e8062ab1dc65 /multimedia/openshot | |
parent | 7d8f8a754319bc5f64a6326e7c1369667b0cfa9e (diff) |
multimedia/openshot: Updated for version 2.3.4
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'multimedia/openshot')
-rw-r--r-- | multimedia/openshot/README | 2 | ||||
-rw-r--r-- | multimedia/openshot/openshot.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/openshot/openshot.info | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/openshot/README b/multimedia/openshot/README index 56c23f7172d1..1d0349763d87 100644 --- a/multimedia/openshot/README +++ b/multimedia/openshot/README @@ -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. diff --git a/multimedia/openshot/openshot.SlackBuild b/multimedia/openshot/openshot.SlackBuild index a1f98a39ae1d..5c6040b38eca 100644 --- a/multimedia/openshot/openshot.SlackBuild +++ b/multimedia/openshot/openshot.SlackBuild @@ -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} diff --git a/multimedia/openshot/openshot.info b/multimedia/openshot/openshot.info index f84865749024..4ff447adef97 100644 --- a/multimedia/openshot/openshot.info +++ b/multimedia/openshot/openshot.info @@ -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" |