libopenshot: add missing opencv requires

This commit is contained in:
Gerasim Troeglazov
2021-09-04 22:12:49 +10:00
parent 991ec896f6
commit 347ff0cada

View File

@@ -6,7 +6,7 @@ OpenShot Video Editor (version 2.0+). C++, Python are fully supported."
HOMEPAGE="https://www.openshot.org/"
COPYRIGHT="2008-2021 OpenShot Studios, LLC"
LICENSE="GNU LGPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/OpenShot/libopenshot/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="3e6f60c86748ea814a9c0c48e5a59c5b04a5876a43b763258d0dd3f6ae84fde8"
SOURCE_FILENAME="libopenshot-$portVersion.tar.gz"
@@ -31,6 +31,7 @@ REQUIRES="
lib:libjsoncpp$secondaryArchSuffix
lib:libMagick++_6.Q16$secondaryArchSuffix
lib:libMagickCore_6.Q16$secondaryArchSuffix
lib:libopencv_core$secondaryArchSuffix
lib:libopenshot_audio$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix