multimedia/openshot: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 23:38:14 -05:00
parent e0ea117ac7
commit 5ca66de3dc
2 changed files with 1 additions and 8 deletions

View File

@ -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.

View File

@ -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"