summaryrefslogtreecommitdiffstats
path: root/multimedia/openshot/README
diff options
context:
space:
mode:
author Christoph Willing2017-09-08 15:27:46 +0200
committer Willy Sudiarto Raharjo2017-09-09 01:56:26 +0200
commit4718dadf2f1265a9fade088785010079f63dbe76 (patch)
tree4c6792e4cf589aae560a6d832e8f9a392a8295a4 /multimedia/openshot/README
parent6edb5e2d17824b6bfb12763bb667ced03b9e7836 (diff)
downloadslackbuilds-4718dadf2f1265a9fade088785010079f63dbe76.tar.gz
multimedia/openshot: Updated for version 2.4.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'multimedia/openshot/README')
-rw-r--r--multimedia/openshot/README16
1 files changed, 12 insertions, 4 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.