Title: [174453] trunk/Tools
- Revision
- 174453
- Author
- [email protected]
- 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 <[email protected]>
+
+ [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 <[email protected]>
[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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes