← Back to team overview

openshot.code team mailing list archive

[Merge] ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:audio-zlib-dep into openshot-packaging:master

 

FeRD (Frank Dana) has proposed merging ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:audio-zlib-dep into openshot-packaging:master.

Requested reviews:
  OpenShot Code (openshot.code)

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

Add zlib as an explicit dependency for libopenshot-audio
-- 
Your team OpenShot Code is requested to review the proposed merge of ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:audio-zlib-dep into openshot-packaging:master.
diff --git a/libopenshot-audio/debian/control b/libopenshot-audio/debian/control
index ecba458..725a3f8 100644
--- a/libopenshot-audio/debian/control
+++ b/libopenshot-audio/debian/control
@@ -6,6 +6,7 @@ Build-Depends:
   cmake,
   debhelper (>= 9),
   libasound2-dev,
+  zlib1-dev,
   python3
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.6

References