Title: [221010] trunk/Tools
Revision
221010
Author
[email protected]
Date
2017-08-22 06:47:05 -0700 (Tue, 22 Aug 2017)

Log Message

[GTK][WPE] install-dependencies should install the required gstreamer packages needed for production builds.
https://bugs.webkit.org/show_bug.cgi?id=175822

Reviewed by Xabier Rodriguez-Calvar.

* gtk/install-dependencies: Add the bad plugins to the list.
* wpe/install-dependencies: Add all the gst related packages (copied from GTK listing).

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221009 => 221010)


--- trunk/Tools/ChangeLog	2017-08-22 09:54:16 UTC (rev 221009)
+++ trunk/Tools/ChangeLog	2017-08-22 13:47:05 UTC (rev 221010)
@@ -1,3 +1,13 @@
+2017-08-22  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK][WPE] install-dependencies should install the required gstreamer packages needed for production builds.
+        https://bugs.webkit.org/show_bug.cgi?id=175822
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        * gtk/install-dependencies: Add the bad plugins to the list.
+        * wpe/install-dependencies: Add all the gst related packages (copied from GTK listing).
+
 2017-08-21  Myles C. Maxfield  <[email protected]>
 
         DataInteractionTests.ExternalSourceAttributedStringToContentEditable hits a debug assertion

Modified: trunk/Tools/gtk/install-dependencies (221009 => 221010)


--- trunk/Tools/gtk/install-dependencies	2017-08-22 09:54:16 UTC (rev 221009)
+++ trunk/Tools/gtk/install-dependencies	2017-08-22 13:47:05 UTC (rev 221010)
@@ -115,6 +115,7 @@
         libgtk2.0-dev \
         libgtk-3-dev \
         libgstreamer1.0-dev \
+        libgstreamer-plugins-bad1.0-dev \
         libgstreamer-plugins-base1.0-dev \
         libgudev-1.0-dev \
         libhyphen-dev \
@@ -245,6 +246,7 @@
         grep \
         groff \
         gstreamer \
+        gst-plugins-bad \
         gst-plugins-base-libs \
         gzip \
         hyphen \
@@ -391,6 +393,7 @@
         gobject-introspection-devel \
         gperf \
         gstreamer1-devel \
+        gstreamer1-plugins-bad-free-devel \
         gstreamer1-plugins-base-devel \
         gtk-doc \
         gtk2-devel \

Modified: trunk/Tools/wpe/install-dependencies (221009 => 221010)


--- trunk/Tools/wpe/install-dependencies	2017-08-22 09:54:16 UTC (rev 221009)
+++ trunk/Tools/wpe/install-dependencies	2017-08-22 13:47:05 UTC (rev 221010)
@@ -68,6 +68,9 @@
         intltool \
         itstool \
         libgnutls28-dev \
+        libgstreamer1.0-dev \
+        libgstreamer-plugins-bad1.0-dev \
+        libgstreamer-plugins-base1.0-dev \
         libicu-dev \
         libjpeg-dev \
         $(aptIfElse libpng-dev libpng12-dev) \
@@ -143,6 +146,9 @@
         gperf \
         grep \
         groff \
+        gstreamer \
+        gst-plugins-bad \
+        gst-plugins-base-libs \
         gzip \
         icu \
         intltool \
@@ -224,6 +230,9 @@
         gcc-c++ \
         gnutls-devel \
         gperf \
+        gstreamer1-devel \
+        gstreamer1-plugins-bad-free-devel \
+        gstreamer1-plugins-base-devel \
         intltool \
         itstool \
         libicu-devel \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to