Title: [215409] trunk/Tools
Revision
215409
Author
commit-qu...@webkit.org
Date
2017-04-17 07:47:04 -0700 (Mon, 17 Apr 2017)

Log Message

[GTK] Update the Fedora dependencies for WebKitGTK+
https://bugs.webkit.org/show_bug.cgi?id=170590

Patch by Xan Lopez <x...@igalia.com> on 2017-04-17
Reviewed by Carlos Alberto Lopez Perez.

* gtk/install-dependencies: add a bunch of modules necessary to
get a proper set of GStreamer codecs for WebRTC.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (215408 => 215409)


--- trunk/Tools/ChangeLog	2017-04-17 13:51:21 UTC (rev 215408)
+++ trunk/Tools/ChangeLog	2017-04-17 14:47:04 UTC (rev 215409)
@@ -1,3 +1,13 @@
+2017-04-17  Xan Lopez  <x...@igalia.com>
+
+        [GTK] Update the Fedora dependencies for WebKitGTK+
+        https://bugs.webkit.org/show_bug.cgi?id=170590
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        * gtk/install-dependencies: add a bunch of modules necessary to
+        get a proper set of GStreamer codecs for WebRTC.
+
 2017-04-16  Sam Weinig  <s...@webkit.org>
 
         [WebIDL] Switch IDLAttributes.txt over to a more structured format so that more information can be added for each attribute

Modified: trunk/Tools/gtk/install-dependencies (215408 => 215409)


--- trunk/Tools/gtk/install-dependencies	2017-04-17 13:51:21 UTC (rev 215408)
+++ trunk/Tools/gtk/install-dependencies	2017-04-17 14:47:04 UTC (rev 215409)
@@ -128,9 +128,11 @@
         libsecret-1-dev \
         libsoup2.4-dev \
         libsqlite3-dev \
+        libsrtp0-dev \
         libtheora-dev \
         libtool \
         libvorbis-dev \
+        libvpx-dev \
         libwebp-dev \
         libxcomposite-dev \
         libxt-dev \
@@ -273,10 +275,12 @@
         librsvg \
         libsecret \
         libsoup \
+        libsrtp \
         sqlite \
         libtheora \
         libtool \
         libvorbis \
+        libvpx \
         libwebp \
         libxcomposite \
         libxt \
@@ -395,7 +399,11 @@
         libpng-devel \
         libsecret-devel \
         libsoup-devel \
+        libsrtp-devel \
+        libtheora-devel \
         libv4l-devel \
+        libvorbis-devel \
+        libvpx-devel \
         libwebp-devel \
         libwayland-client-devel \
         libwayland-server-devel \
@@ -402,6 +410,7 @@
         mesa-libGL-devel \
         ninja-build \
         openssl-devel \
+        opus-devel \
         patch \
         pcre-devel \
         perl-Switch \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to