← Back to team overview

openshot.code team mailing list archive

[Merge] openshot-packaging:new-alsa-dep into openshot-packaging:master

 

FeRD (Frank Dana) has proposed merging openshot-packaging:new-alsa-dep into openshot-packaging:master.

Commit message:
Add new dependency libasound2-dev

Requested reviews:
  OpenShot Code (openshot.code)

For more details, see:
https://code.launchpad.net/~openshot.code/openshot-packaging/+git/openshot-packaging/+merge/401672

With the use of an EXPORTED CMake config, the libasound2 dependency is now transitive to libopenshot.
-- 
Your team OpenShot Code is requested to review the proposed merge of openshot-packaging:new-alsa-dep into openshot-packaging:master.
diff --git a/libopenshot/debian/control b/libopenshot/debian/control
index d1c7922..47c19ae 100644
--- a/libopenshot/debian/control
+++ b/libopenshot/debian/control
@@ -5,6 +5,7 @@ Priority: optional
 Build-Depends: cmake,
                debhelper (>= 9),
                dh-python,
+               libasound2-dev,
                libavcodec-dev,
                libavdevice-dev,
                libavfilter-dev,

Follow ups