Title: [174453] trunk/Tools
Revision
174453
Author
clo...@igalia.com
Date
2014-10-08 07:44:56 -0700 (Wed, 08 Oct 2014)

Log Message

[GTK] install-dependencies should install libjpeg-turbo on Debian and derivatives.
https://bugs.webkit.org/show_bug.cgi?id=137520

Reviewed by Philippe Normand.

Debian is switching is default JPEG library to libjpeg-turbo <https://wiki.debian.org/LJTTransition#Text>
For other distributions, we are already installing libjpeg-turbo.
So, do the same for Debian and derivatives.

* gtk/install-dependencies: Install libjpeg-dev that depends on the default implementation of libjpeg.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174452 => 174453)


--- trunk/Tools/ChangeLog	2014-10-08 13:35:15 UTC (rev 174452)
+++ trunk/Tools/ChangeLog	2014-10-08 14:44:56 UTC (rev 174453)
@@ -1,3 +1,16 @@
+2014-10-08  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] install-dependencies should install libjpeg-turbo on Debian and derivatives.
+        https://bugs.webkit.org/show_bug.cgi?id=137520
+
+        Reviewed by Philippe Normand.
+
+        Debian is switching is default JPEG library to libjpeg-turbo <https://wiki.debian.org/LJTTransition#Text>
+        For other distributions, we are already installing libjpeg-turbo.
+        So, do the same for Debian and derivatives.
+
+        * gtk/install-dependencies: Install libjpeg-dev that depends on the default implementation of libjpeg.
+
 2014-10-08  Eva Balazsfalvi  <evab.u-sze...@partner.samsung.com>
 
         [webkitpy] Add back the workaround to replace ZipFile.extractall()

Modified: trunk/Tools/gtk/install-dependencies (174452 => 174453)


--- trunk/Tools/gtk/install-dependencies	2014-10-08 13:35:15 UTC (rev 174452)
+++ trunk/Tools/gtk/install-dependencies	2014-10-08 14:44:56 UTC (rev 174453)
@@ -69,7 +69,7 @@
         libgudev-1.0-dev \
         libharfbuzz-dev \
         libicu-dev \
-        libjpeg8-dev \
+        libjpeg-dev \
         libmpg123-dev \
         libopus-dev \
         libpango1.0-dev \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to