Title: [204448] trunk/Tools
- Revision
- 204448
- Author
- [email protected]
- Date
- 2016-08-13 13:30:50 -0700 (Sat, 13 Aug 2016)
Log Message
[GTK] Install script lacks gstreamer related dependencies
https://bugs.webkit.org/show_bug.cgi?id=160814
Reviewed by Carlos Garcia Campos.
* gtk/install-dependencies: Fedora case had already listed this dependencies,
but both Arch and Debian/Ubuntu were missing them.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (204447 => 204448)
--- trunk/Tools/ChangeLog 2016-08-13 18:59:47 UTC (rev 204447)
+++ trunk/Tools/ChangeLog 2016-08-13 20:30:50 UTC (rev 204448)
@@ -1,3 +1,13 @@
+2016-08-13 Carlos Alberto Lopez Perez <[email protected]>
+
+ [GTK] Install script lacks gstreamer related dependencies
+ https://bugs.webkit.org/show_bug.cgi?id=160814
+
+ Reviewed by Carlos Garcia Campos.
+
+ * gtk/install-dependencies: Fedora case had already listed this dependencies,
+ but both Arch and Debian/Ubuntu were missing them.
+
2016-08-13 Konstantin Tokarev <[email protected]>
make-dist.py should not allow unknown rules in manifest
Modified: trunk/Tools/gtk/install-dependencies (204447 => 204448)
--- trunk/Tools/gtk/install-dependencies 2016-08-13 18:59:47 UTC (rev 204447)
+++ trunk/Tools/gtk/install-dependencies 2016-08-13 20:30:50 UTC (rev 204448)
@@ -112,6 +112,8 @@
libgnutls28-dev \
libgtk2.0-dev \
libgtk-3-dev \
+ libgstreamer1.0-dev \
+ libgstreamer-plugins-base1.0-dev \
libgudev-1.0-dev \
libhyphen-dev \
libjpeg-dev \
@@ -230,6 +232,8 @@
gperf \
grep \
groff \
+ gstreamer \
+ gst-plugins-base-libs \
gzip \
hyphen \
libtool \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes