openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #01411
[Merge] ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:update-deps into openshot-packaging:master
FeRD (Frank Dana) has proposed merging ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:update-deps into openshot-packaging:master.
Commit message:
Update paths & dependencies
Requested reviews:
OpenShot Code (openshot.code)
For more details, see:
https://code.launchpad.net/~ferdnyc/openshot-packaging/+git/openshot-packaging-1/+merge/401756
The path to the example files was out of date (no longer a subdir of src/), and several of the listed dependencies were either unnecessary or outdated. Removed / replaced with currently-used dependencies, as appropriate.
--
Your team OpenShot Code is requested to review the proposed merge of ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:update-deps into openshot-packaging:master.
diff --git a/libopenshot/debian/control b/libopenshot/debian/control
index c54b1ba..cc83995 100644
--- a/libopenshot/debian/control
+++ b/libopenshot/debian/control
@@ -7,25 +7,21 @@ Build-Depends: cmake,
dh-python,
libasound2-dev,
libavcodec-dev,
- libavdevice-dev,
- libavfilter-dev,
libavformat-dev,
- libavresample-dev,
libavutil-dev,
libfdk-aac-dev,
libjsoncpp-dev,
libmagick++-dev,
+ libopencv-dev,
libopenshot-audio-dev,
+ libprotobuf-dev,
libswscale-dev,
- libunittest++-dev,
+ libswresample-dev,
libzmq3-dev,
- libopencv-dev,
- libprotobuf-dev,
- protobuf-compiler,
pkg-config,
+ protobuf-compiler,
python3-dev,
qtbase5-dev,
- qtmultimedia5-dev,
swig
Build-Depends-Indep: doxygen
Standards-Version: 3.9.6
diff --git a/libopenshot/debian/libopenshot-doc.examples b/libopenshot/debian/libopenshot-doc.examples
index c404289..e39721e 100644
--- a/libopenshot/debian/libopenshot-doc.examples
+++ b/libopenshot/debian/libopenshot-doc.examples
@@ -1 +1 @@
-src/examples/*
+examples/*