multimedia/openshot: Fixed dep info
This commit is contained in:
parent
e0ea117ac7
commit
5ca66de3dc
|
@ -5,10 +5,3 @@ audio, and image formats.
|
|||
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.
|
||||
|
||||
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.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/OpenShot/openshot-qt/archive/v2.5.1/openshot-qt-2.5
|
|||
MD5SUM="e59bf56ac01aee5f43491aebebe479a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-PyQt5 python3-pyzmq libopenshot python-chardet httplib2 jack python-certifi python-requests"
|
||||
REQUIRES="python3-pyzmq libopenshot httplib2 jack"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in New Issue