summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2017-09-08 23:27:46 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-09 06:56:26 +0700
commit4718dadf2f1265a9fade088785010079f63dbe76 (patch)
tree4c6792e4cf589aae560a6d832e8f9a392a8295a4 /multimedia
parent6edb5e2d17824b6bfb12763bb667ced03b9e7836 (diff)
downloadslackbuilds-4718dadf2f1265a9fade088785010079f63dbe76.tar.gz
slackbuilds-4718dadf2f1265a9fade088785010079f63dbe76.tar.xz
multimedia/openshot: Updated for version 2.4.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/openshot/README16
-rw-r--r--multimedia/openshot/openshot.SlackBuild2
-rw-r--r--multimedia/openshot/openshot.info8
3 files changed, 17 insertions, 9 deletions
diff --git a/multimedia/openshot/README b/multimedia/openshot/README
index 1d0349763d..4e106ab47b 100644
--- a/multimedia/openshot/README
+++ b/multimedia/openshot/README
@@ -6,7 +6,15 @@ Blender is an optional runtime dependency (for animated titles),
as is inkscape. To use them, set the full paths for the blender and
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.
+OpenShot depends on several of its dependent packages' support for python3.
+In many cases, the python3 support is optional in the dependent packages
+themselves so python3 is not listed in their REQUIRES field. As a result,
+automatic build queue generators will most likely _not_ provide a usable
+build queue. It is recommended that python3 be the first package to be built
+and installed before all the other packages required for openshot.
+
+Please note that while most of the dependent packages requiring python3
+will detect the presence (or not) of python3 and build accordingly, an
+exception is httplib2 must have been built with python3 support by setting
+ PYTHON3=yes
+in the build environment.
diff --git a/multimedia/openshot/openshot.SlackBuild b/multimedia/openshot/openshot.SlackBuild
index 5c6040b38e..57e25bdf1f 100644
--- a/multimedia/openshot/openshot.SlackBuild
+++ b/multimedia/openshot/openshot.SlackBuild
@@ -46,7 +46,7 @@
PRGNAM=openshot
SRCNAM=openshot-qt
-VERSION=${VERSION:-2.3.4}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/multimedia/openshot/openshot.info b/multimedia/openshot/openshot.info
index 4ff447adef..a7cb7e2e81 100644
--- a/multimedia/openshot/openshot.info
+++ b/multimedia/openshot/openshot.info
@@ -1,10 +1,10 @@
PRGNAM="openshot"
-VERSION="2.3.4"
+VERSION="2.4.0"
HOMEPAGE="http://www.openshotvideo.com"
-DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.3.4/openshot-qt-2.3.4.tar.gz"
-MD5SUM="1635e4f5b4ac10f95de55bf94a35f531"
+DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.4.0/openshot-qt-2.4.0.tar.gz"
+MD5SUM="02710eb7698d0cd690b6c6e579ea8e7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-PyQt5 python3-pyzmq libopenshot httplib2 jack-audio-connection-kit python-requests"
+REQUIRES="python3-PyQt5 python3-pyzmq libopenshot python-chardet httplib2 jack-audio-connection-kit python-requests"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"