openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #01386
[Merge] openshot-packaging:add-opencv-deps into openshot-packaging:master
FeRD (Frank Dana) has proposed merging openshot-packaging:add-opencv-deps into openshot-packaging:master.
Commit message:
Add build dependencies for OpenCV and Protobuf
Requested reviews:
OpenShot Code (openshot.code)
For more details, see:
https://code.launchpad.net/~openshot.code/openshot-packaging/+git/openshot-packaging/+merge/397127
--
Your team OpenShot Code is requested to review the proposed merge of openshot-packaging:add-opencv-deps into openshot-packaging:master.
diff --git a/libopenshot/debian/control b/libopenshot/debian/control
index d1c7922..9341e6c 100644
--- a/libopenshot/debian/control
+++ b/libopenshot/debian/control
@@ -18,6 +18,9 @@ Build-Depends: cmake,
libswscale-dev,
libunittest++-dev,
libzmq3-dev,
+ libopencv-dev,
+ libprotobuf-dev,
+ protobuf-compiler,
pkg-config,
python3-dev,
qtbase5-dev,