Title: [154807] trunk/Tools
Revision
154807
Author
[email protected]
Date
2013-08-29 05:35:00 -0700 (Thu, 29 Aug 2013)

Log Message

[GTK] Update apt dependency list
https://bugs.webkit.org/show_bug.cgi?id=120399

Reviewed by Philippe Normand.

Remove bogus package gail-3.0, add xfonts-utils (needed by
xorg-xserver) and switch to the latest versions of libtiff and
libjpeg.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (154806 => 154807)


--- trunk/Tools/ChangeLog	2013-08-29 12:25:23 UTC (rev 154806)
+++ trunk/Tools/ChangeLog	2013-08-29 12:35:00 UTC (rev 154807)
@@ -1,3 +1,16 @@
+2013-08-29  Alberto Garcia  <[email protected]>
+
+        [GTK] Update apt dependency list
+        https://bugs.webkit.org/show_bug.cgi?id=120399
+
+        Reviewed by Philippe Normand.
+
+        Remove bogus package gail-3.0, add xfonts-utils (needed by
+        xorg-xserver) and switch to the latest versions of libtiff and
+        libjpeg.
+
+        * gtk/install-dependencies:
+
 2013-08-28  Alexey Proskuryakov  <[email protected]>
 
         [WK2][Mac] WebKitTestRunner doesn't force system appearance

Modified: trunk/Tools/gtk/install-dependencies (154806 => 154807)


--- trunk/Tools/gtk/install-dependencies	2013-08-29 12:25:23 UTC (rev 154806)
+++ trunk/Tools/gtk/install-dependencies	2013-08-29 12:35:00 UTC (rev 154807)
@@ -41,7 +41,6 @@
         autotools-dev \
         bison \
         flex \
-        gail-3.0 \
         gawk \
         gnome-common \
         gperf \
@@ -59,7 +58,7 @@
         libgnutls-dev \
         libgudev-1.0-dev \
         libicu-dev \
-        libjpeg62-dev \
+        libjpeg8-dev \
         libmpg123-dev \
         libopus-dev \
         libpango1.0-dev \
@@ -75,7 +74,8 @@
         libxslt1-dev \
         libxt-dev \
         libxtst-dev \
-        ruby
+        ruby \
+        xfonts-utils
 
     # These are dependencies necessary for running tests.
     apt-get install \
@@ -96,7 +96,7 @@
         libgcrypt11-dev \
         libgpg-error-dev \
         libp11-kit-dev \
-        libtiff4-dev \
+        libtiff5-dev \
         libcroco3-dev \
         ragel \
         xutils-dev \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to