Title: [245677] trunk/Tools
Revision
245677
Author
[email protected]
Date
2019-05-23 00:41:57 -0700 (Thu, 23 May 2019)

Log Message

[JHBuild][GStreamer] Enable libsrtp
https://bugs.webkit.org/show_bug.cgi?id=198041

Patch by Philippe Normand <[email protected]> on 2019-05-23
Reviewed by Xabier Rodriguez-Calvar.

* gstreamer/jhbuild.modules: Enable libsrtp. The system version
can't be used from Stretch because it's too old.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (245676 => 245677)


--- trunk/Tools/ChangeLog	2019-05-23 07:28:24 UTC (rev 245676)
+++ trunk/Tools/ChangeLog	2019-05-23 07:41:57 UTC (rev 245677)
@@ -1,3 +1,13 @@
+2019-05-23  Philippe Normand  <[email protected]>
+
+        [JHBuild][GStreamer] Enable libsrtp
+        https://bugs.webkit.org/show_bug.cgi?id=198041
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        * gstreamer/jhbuild.modules: Enable libsrtp. The system version
+        can't be used from Stretch because it's too old.
+
 2019-05-22  Ryan Haddad  <[email protected]>
 
         Move win-ews queue bubble to Win10 section of dashboard

Modified: trunk/Tools/gstreamer/jhbuild.modules (245676 => 245677)


--- trunk/Tools/gstreamer/jhbuild.modules	2019-05-23 07:28:24 UTC (rev 245676)
+++ trunk/Tools/gstreamer/jhbuild.modules	2019-05-23 07:41:57 UTC (rev 245677)
@@ -48,6 +48,11 @@
             revision="master" tag="cdb083e84a71d6d31163a4f64f18dc1328fd782c" />
   </cmake>
 
+  <autotools id="libsrtp">
+    <branch repo="github-tarball" module="cisco/libsrtp/archive/v${version}.tar.gz" version="2.2.0"
+            checkoutdir="libsrtp-${version}"/>
+  </autotools>
+
   <meson id="gstreamer" mesonargs="-Dgtk_doc=disabled -Dintrospection=disabled -Dexamples=disabled -Dtests=disabled">
     <dependencies>
       <dep package="orc"/>
@@ -84,6 +89,7 @@
       <dep package="gst-plugins-base"/>
       <dep package="openh264"/>
       <dep package="aom"/>
+      <dep package="libsrtp"/>
     </dependencies>
     <branch hash="sha256:22139de35626ada6090bdfa3423b27b7fc15a0198331d25c95e6b12cb1072b05" module="gst-plugins-bad/gst-plugins-bad-${version}.tar.xz" repo="gstreamer" version="1.16.0">
     </branch>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to